Skip to content

Commit 3490d1c

Browse files
committed
lint
1 parent 36ad3d6 commit 3490d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/migrations/migrations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ func prepareMigrationTasks() []*migration {
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),
383383
newMigration(319, "Add ExclusiveOrder to Label table", v1_24.AddExclusiveOrderColumnToLabelTable),
384-
385384
}
386385
return preparedMigrations
387386
}

0 commit comments

Comments
 (0)