chore: update
This commit is contained in:
@@ -11,7 +11,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/sub"
|
||||
)
|
||||
|
||||
@@ -41,7 +40,6 @@ func AutoMigrate(gdb *gorm.DB) error {
|
||||
return gdb.AutoMigrate(
|
||||
&auth.User{},
|
||||
&sub.CodeBuySub{},
|
||||
&leads.Lead{},
|
||||
&demos.Demo{},
|
||||
&demos.ExternalResource{},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user