This commit is contained in:
Lizandro Guarnizo
2025-04-18 07:38:32 -05:00
parent 462eb0d42c
commit 79d6cca94d
23 changed files with 821 additions and 73 deletions
+2
View File
@@ -38,6 +38,8 @@ func Migrate() {
&models.ConxDb{},
&models.ConxSsh{},
&models.ProvServidor{},
&models.QrVcard{},
&models.OssApi{},
); err != nil {
log.Fatalf("Error during main migration: %v", err)
}