Skip to content

Commit 36ad3d6

Browse files
committed
lint
1 parent 28895b2 commit 36ad3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ func prepareMigrationTasks() []*migration {
380380
newMigration(316, "Add description for secrets and variables", v1_24.AddDescriptionForSecretsAndVariables),
381381
newMigration(317, "Add new index for action for heatmap", v1_24.AddNewIndexForUserDashboard),
382382
newMigration(318, "Add anonymous_access_mode for repo_unit", v1_24.AddRepoUnitAnonymousAccessMode),
383-
newMigration(319, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
383+
newMigration(319, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
384384

385385
}
386386
return preparedMigrations

0 commit comments

Comments
 (0)