Skip to content

Commit 3ed52eb

Browse files
committed
fix migration
1 parent 1cb0e77 commit 3ed52eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/migrations/migrations.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ var migrations = []Migration{
229229
NewMigration("add http method to webhook", addHTTPMethodToWebhook),
230230
// v87 -> v88
231231
NewMigration("add avatar field to repository", addAvatarFieldToRepository),
232+
// v88 -> v89
233+
NewMigration("add commit status context field to commit_status", addCommitStatusContext),
232234
}
233235

234236
// Migrate database to current version

0 commit comments

Comments
 (0)