1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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