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 aa4e783 commit 878feaeCopy full SHA for 878feae
models/migrations/migrations.go
@@ -477,7 +477,7 @@ 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
+ // v250 -> v251
481
NewMigration("Change Container Metadata", v1_20.ChangeContainerMetadataMultiArch),
482
// v251 -> v252
483
NewMigration("Fix incorrect owner team unit access mode", v1_20.FixIncorrectOwnerTeamUnitAccessMode),
0 commit comments