1
0
Fork 0
forked from forgejo/forgejo

Remove repo unit index (#2621)

* Remove repo unit index

* Fix sqlite
This commit is contained in:
Morlinest 2017-10-02 22:22:25 +02:00 committed by Lauris BH
parent 46cc45f049
commit a04718a2a6
6 changed files with 33 additions and 22 deletions

View file

@ -138,6 +138,8 @@ var migrations = []Migration{
NewMigration("fix protected branch can push value to false", fixProtectedBranchCanPushValue),
// v44 -> v45
NewMigration("remove duplicate unit types", removeDuplicateUnitTypes),
// v45 -> v46
NewMigration("remove index column from repo_unit table", removeIndexColumnFromRepoUnitTable),
}
// Migrate database to current version