Feat Widgets
This commit is contained in:
@@ -141,6 +141,13 @@ using (var scope = app.Services.CreateScope())
|
||||
context.SaveChanges();
|
||||
Console.WriteLine("--> Seeded default configuration 'MostrarOcupantes'.");
|
||||
}
|
||||
if (!context.Configuraciones.Any(c => c.Clave == "TickerResultadosCantidad"))
|
||||
{
|
||||
context.Configuraciones.Add(new Configuracion { Clave = "TickerResultadosCantidad", Valor = "3" });
|
||||
context.Configuraciones.Add(new Configuracion { Clave = "ConcejalesResultadosCantidad", Valor = "5" });
|
||||
context.SaveChanges();
|
||||
Console.WriteLine("--> Seeded default configuration 'TickerResultadosCantidad'.");
|
||||
}
|
||||
}
|
||||
|
||||
// Configurar el pipeline de peticiones HTTP.
|
||||
|
||||
Reference in New Issue
Block a user