Skip to content

Commit 623d5da

Browse files
authored
Update models/migrations/migrations.go
1 parent 71afbc0 commit 623d5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ var migrations = []Migration{
604604
// v305 -> v306
605605
NewMigration("Add Repository Licenses", v1_23.AddRepositoryLicenses),
606606
// v306 -> v307
607-
NewMigration("Add Repository Licenses", v1_23.AddBlockAdminMergeOverrideBranchProtection),
607+
NewMigration("Add BlockAdminMergeOverride to ProtectedBranch", v1_23.AddBlockAdminMergeOverrideBranchProtection),
608608
}
609609

610610
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)