Skip to content

Commit ea47f02

Browse files
committed
fix migration name
1 parent 4bac5a0 commit ea47f02

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
@@ -368,7 +368,7 @@ func prepareMigrationTasks() []*migration {
368368
newMigration(308, "Add index(user_id, is_deleted) for action table", v1_23.AddNewIndexForUserDashboard),
369369
newMigration(309, "Improve Notification table indices", v1_23.ImproveNotificationTableIndices),
370370
newMigration(310, "Add Priority to ProtectedBranch", v1_23.AddPriorityToProtectedBranch),
371-
newMigration(311, "Improve Notification table indices", v1_23.AddTimeEstimateColumnToIssueTable),
371+
newMigration(311, "Add TimeEstimate to Issue table", v1_23.AddTimeEstimateColumnToIssueTable),
372372
}
373373
return preparedMigrations
374374
}

0 commit comments

Comments
 (0)