1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-14 22:47:21 +00:00

Add v171 (addSortingColToProjectBoard) migration for #14634 (#14652)

* add v171 Migration for #14634

* NOT NULL

Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
6543
2021-02-12 12:01:26 +01:00
committed by GitHub
parent 51fb0463a3
commit 9e852edc41
3 changed files with 25 additions and 1 deletions

View File

@ -288,6 +288,8 @@ var migrations = []Migration{
NewMigration("Update DeleteBranch comments to set the old_ref to the commit_sha", commentTypeDeleteBranchUseOldRef),
// v170 -> v171
NewMigration("Add Dismissed to Review table", addDismissedReviewColumn),
// v171 -> v172
NewMigration("Add Sorting to ProjectBoard table", addSortingColToProjectBoard),
}
// GetCurrentDBVersion returns the current db version