Skip to content

Commit a693fe6

Browse files
committed
chore: convert space to tab
1 parent 5eb8947 commit a693fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ var migrations = []Migration{
475475
NewMigration("Fix incorrect project type", v1_20.FixIncorrectProjectType),
476476
// v248 -> v249
477477
NewMigration("Add version column to action_runner table", v1_20.AddVersionToActionRunner),
478-
// v249 -> v250
478+
// v249 -> v250
479479
NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
480480
}
481481

0 commit comments

Comments
 (0)