mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
Initial Labels Page & API
This commit is contained in:
@@ -26,17 +26,22 @@ func Connect() {
|
||||
}
|
||||
|
||||
err = DB.AutoMigrate(
|
||||
&models.Annotation{},
|
||||
&models.Cluster{},
|
||||
&models.Credential{},
|
||||
&models.EmailVerification{},
|
||||
&models.Invitation{},
|
||||
&models.Label{},
|
||||
&models.MasterKey{},
|
||||
&models.Member{},
|
||||
&models.NodePool{},
|
||||
&models.Organization{},
|
||||
&models.OrganizationKey{},
|
||||
&models.PasswordReset{},
|
||||
&models.RefreshToken{},
|
||||
&models.Server{},
|
||||
&models.SshKey{},
|
||||
&models.Taint{},
|
||||
&models.User{},
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user