Skip to content

Commit

Permalink
fix migration name
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang committed Dec 3, 2024
1 parent 4bac5a0 commit ea47f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/migrations/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func prepareMigrationTasks() []*migration {
newMigration(308, "Add index(user_id, is_deleted) for action table", v1_23.AddNewIndexForUserDashboard),
newMigration(309, "Improve Notification table indices", v1_23.ImproveNotificationTableIndices),
newMigration(310, "Add Priority to ProtectedBranch", v1_23.AddPriorityToProtectedBranch),
newMigration(311, "Improve Notification table indices", v1_23.AddTimeEstimateColumnToIssueTable),
newMigration(311, "Add TimeEstimate to Issue table", v1_23.AddTimeEstimateColumnToIssueTable),
}
return preparedMigrations
}
Expand Down

0 comments on commit ea47f02

Please sign in to comment.