We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb8947 commit a693fe6Copy full SHA for a693fe6
models/migrations/migrations.go
@@ -475,7 +475,7 @@ var migrations = []Migration{
475
NewMigration("Fix incorrect project type", v1_20.FixIncorrectProjectType),
476
// v248 -> v249
477
NewMigration("Add version column to action_runner table", v1_20.AddVersionToActionRunner),
478
- // v249 -> v250
+ // v249 -> v250
479
NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
480
}
481
0 commit comments