We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c6959 commit b22be7fCopy full SHA for b22be7f
models/migrations/migrations.go
@@ -342,7 +342,7 @@ var migrations = []Migration{
342
NewMigration("Add repo id column for attachment table", addRepoIDForAttachment),
343
// v194 -> v195
344
NewMigration("Add Branch Protection Unprotected Files Column", addBranchProtectionUnprotectedFilesColumn),
345
- // v196 -> v197
+ // v195 -> v196
346
NewMigration("Add table commit_status_index", addTableCommitStatusIndex),
347
}
348
0 commit comments