Skip to content

Commit fa5acb8

Browse files
committed
remove migration
1 parent e418a20 commit fa5acb8

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

models/migrations/migrations.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ func prepareMigrationTasks() []*migration {
369369
newMigration(309, "Improve Notification table indices", v1_23.ImproveNotificationTableIndices),
370370
newMigration(310, "Add Priority to ProtectedBranch", v1_23.AddPriorityToProtectedBranch),
371371
newMigration(311, "Add TimeEstimate to Issue table", v1_23.AddTimeEstimateColumnToIssueTable),
372-
newMigration(312, "Drop ref column for issue table", v1_23.DropRefForIssue),
373372
}
374373
return preparedMigrations
375374
}

models/migrations/v1_23/v312.go

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)