forked from forgejo/forgejo
Merge master & resolve conflicts
This commit is contained in:
commit
095bfa6139
71 changed files with 1617 additions and 954 deletions
|
@ -295,6 +295,8 @@ var migrations = []Migration{
|
|||
// v119 -> v120
|
||||
NewMigration("Fix migrated repositories' git service type", fixMigratedRepositoryServiceType),
|
||||
// v120 -> v121
|
||||
NewMigration("Add owner_name on table repository", addOwnerNameOnRepository),
|
||||
// v121 -> v122
|
||||
NewMigration("add is_restricted column for users table", addIsRestricted),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue