chore: update
ci-api / test (push) Successful in 24m6s
ci-web / test (push) Successful in 13m50s

This commit is contained in:
Xor290
2026-09-20 11:50:02 +02:00
parent cb48bb2b70
commit 76b1412968
23 changed files with 2141 additions and 89 deletions
+2
View File
@@ -11,6 +11,7 @@ import (
"github.com/omnex/control-plane/api/internal/auth"
"github.com/omnex/control-plane/api/internal/demos"
"github.com/omnex/control-plane/api/internal/projects"
"github.com/omnex/control-plane/api/internal/sub"
)
@@ -42,6 +43,7 @@ func AutoMigrate(gdb *gorm.DB) error {
&sub.CodeBuySub{},
&demos.Demo{},
&demos.ExternalResource{},
&projects.Project{},
)
}