0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-06 10:10:51 +01:00
This commit is contained in:
Lunny Xiao 2025-03-28 21:14:32 -07:00
parent 7b4c3e2a87
commit eaf998bb9b
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -379,7 +379,7 @@ func prepareMigrationTasks() []*migration {
newMigration(316, "Add description for secrets and variables", v1_24.AddDescriptionForSecretsAndVariables),
newMigration(317, "Add new index for action for heatmap", v1_24.AddNewIndexForUserDashboard),
newMigration(318, "Add anonymous_access_mode for repo_unit", v1_24.AddRepoUnitAnonymousAccessMode),
newMigration(318, "Add table issue_dev_link", v1_24.CreateTableIssueDevLink),
newMigration(319, "Add table issue_dev_link", v1_24.CreateTableIssueDevLink),
}
return preparedMigrations
}