Update main.go

This commit is contained in:
Lizandro Guarnizo
2026-05-15 22:40:01 -05:00
parent a0754c0c92
commit c91383882c
+3
View File
@@ -63,6 +63,9 @@ func main() {
// Integraciones SaaS (dispatcher de pagos)
&models.SaasApiConfig{},
&models.SaasDispatchLog{},
// Notificaciones
&models.NotifEventoConfig{},
&models.SistemaNotificacion{},
)
// Seed automático (idempotente) de módulos del sistema
migrations.SeedRenovaciones()