Skip to content

Commit

Permalink
chore: convert space to tab
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Mar 20, 2023
1 parent 5eb8947 commit a693fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ var migrations = []Migration{
NewMigration("Fix incorrect project type", v1_20.FixIncorrectProjectType),
// v248 -> v249
NewMigration("Add version column to action_runner table", v1_20.AddVersionToActionRunner),
// v249 -> v250
// v249 -> v250
NewMigration("Add action schedule table", v1_20.AddActionScheduleTable),
}

Expand Down

0 comments on commit a693fe6

Please sign in to comment.