Skip to content
Merged
Prev Previous commit
Next Next commit
Fix missing migration - satisfy linter
  • Loading branch information
parnic committed Feb 24, 2021
commit af12149a0a1a79bec8cf7404071eb481859a58fb
2 changes: 2 additions & 0 deletions models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,8 @@ var migrations = []Migration{
NewMigration("Add sessions table for go-chi/session", addSessionTable),
// v173 -> v174
NewMigration("Add time_id column to Comment", addTimeIDCommentColumn),
// v174 -> v175
NewMigration("Add DefaultMergeStyle to pull requests", addPullRequestDefaultMergeStyle),
}

// GetCurrentDBVersion returns the current db version
Expand Down