mirror of
https://gitee.com/gitea/gitea
synced 2025-11-14 05:20:26 +08:00
Migration to fix existing owner team units (#1873)
This commit is contained in:
@@ -116,6 +116,8 @@ var migrations = []Migration{
|
||||
NewMigration("add units for team", addUnitsToRepoTeam),
|
||||
// v33 -> v34
|
||||
NewMigration("remove columns from action", removeActionColumns),
|
||||
// v34 -> v35
|
||||
NewMigration("give all units to owner teams", giveAllUnitsToOwnerTeams),
|
||||
}
|
||||
|
||||
// Migrate database to current version
|
||||
|
||||
Reference in New Issue
Block a user