feat: Query Runner — editor SQL con historial, exportar CSV/JSON, árbol de tablas

This commit is contained in:
Lizandro Guarnizo
2026-05-01 11:14:09 -05:00
parent 357bdc7397
commit 1731855df8
11 changed files with 1781 additions and 1 deletions
+2
View File
@@ -53,6 +53,8 @@ func Migrate() {
// Integraciones externas
&models.HostingerConfig{},
&models.CloudflareConfig{},
// Query Runner
&models.QueryHistory{},
// Pasarelas de pago
&models.BoldConfig{},
&models.BoldWebhookLog{},