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 3abb114 commit b2d3333Copy full SHA for b2d3333
models/migrations/migrations.go
@@ -528,8 +528,8 @@ var migrations = []Migration{
528
NewMigration("Add Version to ActionRun table", v1_21.AddVersionToActionRunTable),
529
// v273 -> v274
530
NewMigration("Add Action Schedule Table", v1_21.AddActionScheduleTable),
531
- // v274 -> v275
532
- NewMigration("Migrate old rpm package index", v1_21.RebuildRpmPackage),
+ // v274 -> v275
+ NewMigration("Migrate old rpm package index", v1_21.RebuildRpmPackage),
533
}
534
535
// GetCurrentDBVersion returns the current db version
0 commit comments