We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad98ea6 commit 2bdab94Copy full SHA for 2bdab94
models/migrations/migrations.go
@@ -552,6 +552,8 @@ var migrations = []Migration{
552
NewMigration("Add Index to pull_auto_merge.doer_id", v1_22.AddIndexToPullAutoMergeDoerID),
553
// v283 -> v284
554
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),
557
}
558
559
// GetCurrentDBVersion returns the current db version
0 commit comments