This commit is contained in:
Lizandro Guarnizo
2026-05-01 12:02:21 -05:00
parent 240559e867
commit 5e0b6ae2f0
5 changed files with 103 additions and 6 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func MigrateRenovaciones() {
&models.Cliente{},
&models.PlantillaCorreo{},
&models.NotificacionRegla{},
&models.Contrato{},
&models.Contrato{}, // incluye columnas enlace_pago y enlace_pago_link_id
&models.NotificacionLog{},
&models.SmtpConfig{},
); err != nil {