chore: finish profile
ci-api / test (push) Failing after 11m37s
ci-web / test (push) Successful in 14m39s

This commit is contained in:
Nuxgrid
2026-07-29 14:50:31 +02:00
parent 5a0c1bfe3f
commit 6beabfb070
16 changed files with 137 additions and 527 deletions
-2
View File
@@ -12,7 +12,6 @@ import (
"github.com/omnex/control-plane/api/internal/auth"
"github.com/omnex/control-plane/api/internal/demos"
"github.com/omnex/control-plane/api/internal/leads"
"github.com/omnex/control-plane/api/internal/sav"
"github.com/omnex/control-plane/api/internal/sub"
)
@@ -45,7 +44,6 @@ func AutoMigrate(gdb *gorm.DB) error {
&leads.Lead{},
&demos.Demo{},
&demos.ExternalResource{},
&sav.Contact{},
)
}