mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 00:38:36 +00:00
Remove IsOwner, NumTeams from OrgUser (#3269)
This commit is contained in:
@@ -164,6 +164,8 @@ var migrations = []Migration{
|
||||
NewMigration("add pull request options", addPullRequestOptions),
|
||||
// v55 -> v56
|
||||
NewMigration("add writable deploy keys", addModeToDeploKeys),
|
||||
// v56 -> v57
|
||||
NewMigration("remove is_owner, num_teams columns from org_user", removeIsOwnerColumnFromOrgUser),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
Reference in New Issue
Block a user