Skip to content

Commit 8315601

Browse files
committed
add migration
1 parent e85b63b commit 8315601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

models/migrations/migrations.go

+2
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ var migrations = []Migration{
212212
NewMigration("rename repo is_bare to repo is_empty", renameRepoIsBareToIsEmpty),
213213
// v79 -> v80
214214
NewMigration("add can close issues via commit in any branch", addCanCloseIssuesViaCommitInAnyBranch),
215+
// v80 -> v81
216+
NewMigration("add is locked to issues", addIsLockedToIssues),
215217
}
216218

217219
// Migrate database to current version

0 commit comments

Comments
 (0)