docs: migration start new section (#15462)

tokarchuk/v1.17
6543 4 years ago committed by GitHub
parent 35381a0e4f
commit ca2e1d8090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      models/migrations/migrations.go

@ -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),
}

Loading…
Cancel
Save