Skip to content

Commit

Permalink
Add missing migration (#28827)
Browse files Browse the repository at this point in the history
Missed from #28498
  • Loading branch information
lunny committed Jan 17, 2024
1 parent ad98ea6 commit 2bdab94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,8 @@ var migrations = []Migration{
NewMigration("Add Index to pull_auto_merge.doer_id", v1_22.AddIndexToPullAutoMergeDoerID),
// v283 -> v284
NewMigration("Add combined Index to issue_user.uid and issue_id", v1_22.AddCombinedIndexToIssueUser),
// v284 -> v285
NewMigration("Add ignore stale approval column on branch table", v1_22.AddIgnoreStaleApprovalsColumnToProtectedBranchTable),
}

// GetCurrentDBVersion returns the current db version
Expand Down

0 comments on commit 2bdab94

Please sign in to comment.