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 71afbc0 commit 623d5daCopy full SHA for 623d5da
models/migrations/migrations.go
@@ -604,7 +604,7 @@ var migrations = []Migration{
604
// v305 -> v306
605
NewMigration("Add Repository Licenses", v1_23.AddRepositoryLicenses),
606
// v306 -> v307
607
- NewMigration("Add Repository Licenses", v1_23.AddBlockAdminMergeOverrideBranchProtection),
+ NewMigration("Add BlockAdminMergeOverride to ProtectedBranch", v1_23.AddBlockAdminMergeOverrideBranchProtection),
608
}
609
610
// GetCurrentDBVersion returns the current db version
0 commit comments