chore: update
This commit is contained in:
@@ -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{},
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user