1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-13 04:58:19 +00:00

Backport of 2611 / Fix doubled issue tab introduced in migration v16 (#2622)

Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
This commit is contained in:
David Schneiderbauer
2017-10-01 08:18:49 +02:00
committed by Lauris BH
parent 4c9bf91a2c
commit 3cc5b11b0d
2 changed files with 71 additions and 0 deletions

View File

@@ -130,6 +130,8 @@ var migrations = []Migration{
NewMigration("fix protected branch can push value to false", fixProtectedBranchCanPushValue),
// v42 -> v43
NewMigration("add tags to releases and sync existing repositories", releaseAddColumnIsTagAndSyncTags),
// v44 -> v45
NewMigration("remove duplicate unit types", removeDuplicateUnitTypes),
}
// Migrate database to current version