We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb0e77 commit 3ed52ebCopy full SHA for 3ed52eb
models/migrations/migrations.go
@@ -229,6 +229,8 @@ var migrations = []Migration{
229
NewMigration("add http method to webhook", addHTTPMethodToWebhook),
230
// v87 -> v88
231
NewMigration("add avatar field to repository", addAvatarFieldToRepository),
232
+ // v88 -> v89
233
+ NewMigration("add commit status context field to commit_status", addCommitStatusContext),
234
}
235
236
// Migrate database to current version
0 commit comments