Skip to content

Commit

Permalink
Add missing migration (go-gitea#28827)
Browse files Browse the repository at this point in the history
Missed from go-gitea#28498
  • Loading branch information
lunny authored and fuxiaohei committed Jan 17, 2024
1 parent f6d626f commit 9a4738f
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 9a4738f

Please sign in to comment.