mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 14:07:20 +00:00
Merge branch 'main' into lunny/issue_dev
This commit is contained in:
@ -368,7 +368,8 @@ 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, "Add table issue_dev_link", v1_23.CreateTableIssueDevLink),
|
||||
newMigration(311, "Add TimeEstimate to Issue table", v1_23.AddTimeEstimateColumnToIssueTable),
|
||||
newMigration(312, "Add table issue_dev_link", v1_23.CreateTableIssueDevLink),
|
||||
}
|
||||
return preparedMigrations
|
||||
}
|
||||
|
Reference in New Issue
Block a user