Skip to content

Commit

Permalink
docs: migration start new section (#15462)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Apr 14, 2021
1 parent 35381a0 commit ca2e1d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
Expand Down

0 comments on commit ca2e1d8

Please sign in to comment.