This commit is contained in:
Lizandro Guarnizo
2026-04-29 23:42:27 -05:00
parent f787821444
commit c35f4b4288
2 changed files with 78 additions and 0 deletions
+2
View File
@@ -42,6 +42,8 @@ func main() {
// Ejecutar migraciones
migrations.Migrate()
} else {
// Seed automático (idempotente) de módulos del sistema
migrations.SeedRenovaciones()
// Iniciar cron de vencimientos
services.IniciarCron()
defer services.DetenerCron()