Skip to content

Commit 846c924

Browse files
committed
finalize
1 parent 1f7effe commit 846c924

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ var migrations = []Migration{
204204
NewMigration("Refix merge base for merged pull requests", refixMergeBase),
205205
// v135 -> 136
206206
NewMigration("Add OrgID column to Labels table", addOrgIDLabelColumn),
207-
208-
// v999 not finalized
207+
// v136 -> 137
209208
NewMigration("Add CommitsAhead and CommitsBehind Column to PullRequest Table", addCommitDivergenceToPulls),
210209
}
211210

File renamed without changes.

0 commit comments

Comments
 (0)