2
0

docs: migration start new section (#15462)

This commit is contained in:
6543
2021-04-14 08:46:17 +02:00
committed by GitHub
parent 869fa8ecc2
commit ccc66519a3

View File

@@ -302,6 +302,9 @@ var migrations = []Migration{
NewMigration("Remove invalid labels from comments", removeInvalidLabels),
// v177 -> v178
NewMigration("Delete orphaned IssueLabels", deleteOrphanedIssueLabels),
// Gitea 1.14.0 ends at v178
// v178 -> v179
NewMigration("Add LFS columns to Mirror", addLFSMirrorColumns),
}