Skip to content

Commit 2bdab94

Browse files
authored
Add missing migration (#28827)
Missed from #28498
1 parent ad98ea6 commit 2bdab94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: models/migrations/migrations.go

+2
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,8 @@ var migrations = []Migration{
552552
NewMigration("Add Index to pull_auto_merge.doer_id", v1_22.AddIndexToPullAutoMergeDoerID),
553553
// v283 -> v284
554554
NewMigration("Add combined Index to issue_user.uid and issue_id", v1_22.AddCombinedIndexToIssueUser),
555+
// v284 -> v285
556+
NewMigration("Add ignore stale approval column on branch table", v1_22.AddIgnoreStaleApprovalsColumnToProtectedBranchTable),
555557
}
556558

557559
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)