Skip to content

Commit b22be7f

Browse files
authored
Fix typo skipping a migration (#17130)
1 parent d9c6959 commit b22be7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/migrations/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ var migrations = []Migration{
342342
NewMigration("Add repo id column for attachment table", addRepoIDForAttachment),
343343
// v194 -> v195
344344
NewMigration("Add Branch Protection Unprotected Files Column", addBranchProtectionUnprotectedFilesColumn),
345-
// v196 -> v197
345+
// v195 -> v196
346346
NewMigration("Add table commit_status_index", addTableCommitStatusIndex),
347347
}
348348

0 commit comments

Comments
 (0)