We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85b63b commit 8315601Copy full SHA for 8315601
models/migrations/migrations.go
@@ -212,6 +212,8 @@ var migrations = []Migration{
212
NewMigration("rename repo is_bare to repo is_empty", renameRepoIsBareToIsEmpty),
213
// v79 -> v80
214
NewMigration("add can close issues via commit in any branch", addCanCloseIssuesViaCommitInAnyBranch),
215
+ // v80 -> v81
216
+ NewMigration("add is locked to issues", addIsLockedToIssues),
217
}
218
219
// Migrate database to current version
0 commit comments