Skip to content

Commit 9337688

Browse files
committed
Rename v54 migration with v55
1 parent af5191c commit 9337688

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

models/migrations/migrations.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ var migrations = []Migration{
162162
NewMigration("add reactions", addReactions),
163163
// v54 -> v55
164164
NewMigration("add pull request options", addPullRequestOptions),
165+
// v55 -> v56
166+
NewMigration("add writable deploy keys", addModeToDeploKeys),
165167
}
166168

167169
// Migrate database to current version
File renamed without changes.

0 commit comments

Comments
 (0)