Skip to content

Commit 7e3cdaa

Browse files
committed
convert v250 into v251
1 parent fe0e75c commit 7e3cdaa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ var migrations = []Migration{
477477
NewMigration("Add version column to action_runner table", v1_20.AddVersionToActionRunner),
478478
// v249 -> v250
479479
NewMigration("Improve Action table indices v3", v1_20.ImproveActionTableIndices),
480-
// v250 -> v251
480+
// v251 -> v252
481481
NewMigration("Fix incorrect owner team unit access mode", v1_20.FixIncorrectOwnerTeamUnitAccessMode),
482482
}
483483

File renamed without changes.

0 commit comments

Comments
 (0)