Skip to content

Commit b815dac

Browse files
committed
chore: replace space with tab
Signed-off-by: Bo-Yi.Wu <[email protected]>
1 parent fab7c2c commit b815dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/migrations/migrations.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ var migrations = []Migration{
473473
NewMigration("Add missed column owner_id for project table", v1_20.AddNewColumnForProject),
474474
// v247 -> v248
475475
NewMigration("Fix incorrect project type", v1_20.FixIncorrectProjectType),
476-
// v248 -> v249
477-
NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
476+
// v248 -> v249
477+
NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
478478
}
479479

480480
// GetCurrentDBVersion returns the current db version

0 commit comments

Comments
 (0)