Browse Source

Fix typo skipping a migration (#17130)

tags/v1.16.0-rc1
delvh 4 years ago committed by GitHub
parent
commit
b22be7f594
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      models/migrations/migrations.go

2
models/migrations/migrations.go

@ -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…
Cancel
Save