We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7eb3d commit fe0e75cCopy full SHA for fe0e75c
models/migrations/migrations.go
@@ -477,8 +477,8 @@ var migrations = []Migration{
477
NewMigration("Add version column to action_runner table", v1_20.AddVersionToActionRunner),
478
// v249 -> v250
479
NewMigration("Improve Action table indices v3", v1_20.ImproveActionTableIndices),
480
- // v250 -> v251
481
- NewMigration("Fix incorrect owner team unit access mode", v1_20.FixIncorrectOwnerTeamUnitAccessMode),
+ // v250 -> v251
+ NewMigration("Fix incorrect owner team unit access mode", v1_20.FixIncorrectOwnerTeamUnitAccessMode),
482
}
483
484
// GetCurrentDBVersion returns the current db version
0 commit comments