This commit is contained in:
parent
8d4ba2ecae
commit
67b507f4bd
25 changed files with 74 additions and 27 deletions
|
@ -45,12 +45,12 @@ func migrateTypes(db *gorm.DB) error {
|
|||
&models.Role{},
|
||||
&models.User{},
|
||||
&models.UserAuthMethod{},
|
||||
&models.UserBeings{},
|
||||
&models.UserToBeing{},
|
||||
&models.UserInfoField{},
|
||||
&models.UserRelation{},
|
||||
&models.UserToUserRelation{},
|
||||
&models.UserRemoteLinks{},
|
||||
&models.UserRole{},
|
||||
&models.UserTag{},
|
||||
&models.UserToRole{},
|
||||
&models.UserToTag{},
|
||||
); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue