This commit is contained in:
Lizandro Guarnizo
2025-04-28 20:11:04 -05:00
parent fd739f8675
commit 98d77f4b9a
5 changed files with 300 additions and 1 deletions
+1
View File
@@ -40,6 +40,7 @@ func Migrate() {
&models.ProvServidor{},
&models.QrVcard{},
&models.OssApi{},
&models.VcfVcard{},
); err != nil {
log.Fatalf("Error during main migration: %v", err)
}