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 fab7c2c commit b815dacCopy full SHA for b815dac
models/migrations/migrations.go
@@ -473,8 +473,8 @@ var migrations = []Migration{
473
NewMigration("Add missed column owner_id for project table", v1_20.AddNewColumnForProject),
474
// v247 -> v248
475
NewMigration("Fix incorrect project type", v1_20.FixIncorrectProjectType),
476
- // v248 -> v249
477
- NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
+ // v248 -> v249
+ NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
478
}
479
480
// GetCurrentDBVersion returns the current db version
0 commit comments