up
This commit is contained in:
@@ -66,6 +66,8 @@ func main() {
|
||||
// Notificaciones
|
||||
&models.NotifEventoConfig{},
|
||||
&models.SistemaNotificacion{},
|
||||
// Shield
|
||||
&models.ShieldConfig{},
|
||||
)
|
||||
// Seed automático (idempotente) de módulos del sistema
|
||||
migrations.SeedRenovaciones()
|
||||
@@ -78,6 +80,7 @@ func main() {
|
||||
migrations.SeedTelegram()
|
||||
migrations.SeedPortalClientes()
|
||||
migrations.SeedNotifDefaults()
|
||||
migrations.SeedShield()
|
||||
// Iniciar cron de vencimientos
|
||||
services.IniciarCron()
|
||||
defer services.DetenerCron()
|
||||
|
||||
Reference in New Issue
Block a user