mirror of
https://github.com/go-gitea/gitea.git
synced 2025-11-06 12:20:45 +01:00
Fix bug
This commit is contained in:
parent
7b4c3e2a87
commit
eaf998bb9b
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user