feat: área de soporte con webhook de correo y asignación de tickets

This commit is contained in:
Lizandro Guarnizo
2026-07-28 23:39:03 -05:00
parent 772a4a5656
commit 28affb5a55
16 changed files with 957 additions and 34 deletions
+2
View File
@@ -118,6 +118,8 @@ func main() {
// Tablero de tareas
&models.Tarea{},
&models.TareaComentario{},
// Soporte: webhook de correo entrante
&models.SoporteWebhookConfig{},
)
// Seed automático (idempotente) de módulos del sistema
migrations.SeedRenovaciones()