Skip to content

Commit ca2e1d8

Browse files
authored
docs: migration start new section (#15462)
1 parent 35381a0 commit ca2e1d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

models/migrations/migrations.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ var migrations = []Migration{
302302
NewMigration("Remove invalid labels from comments", removeInvalidLabels),
303303
// v177 -> v178
304304
NewMigration("Delete orphaned IssueLabels", deleteOrphanedIssueLabels),
305+
306+
// Gitea 1.14.0 ends at v178
307+
305308
// v178 -> v179
306309
NewMigration("Add LFS columns to Mirror", addLFSMirrorColumns),
307310
}

0 commit comments

Comments
 (0)