mirror of
https://github.com/go-gitea/gitea
synced 2024-11-19 16:19:25 +01:00
Fix typo skipping a migration (#17130)
This commit is contained in:
parent
d9c69596ff
commit
b22be7f594
@ -342,7 +342,7 @@ var migrations = []Migration{
|
||||
NewMigration("Add repo id column for attachment table", addRepoIDForAttachment),
|
||||
// v194 -> v195
|
||||
NewMigration("Add Branch Protection Unprotected Files Column", addBranchProtectionUnprotectedFilesColumn),
|
||||
// v196 -> v197
|
||||
// v195 -> v196
|
||||
NewMigration("Add table commit_status_index", addTableCommitStatusIndex),
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user