|
|
@ -342,7 +342,7 @@ var migrations = []Migration{ |
|
|
|
NewMigration("Add repo id column for attachment table", addRepoIDForAttachment), |
|
|
|
NewMigration("Add repo id column for attachment table", addRepoIDForAttachment), |
|
|
|
// v194 -> v195
|
|
|
|
// v194 -> v195
|
|
|
|
NewMigration("Add Branch Protection Unprotected Files Column", addBranchProtectionUnprotectedFilesColumn), |
|
|
|
NewMigration("Add Branch Protection Unprotected Files Column", addBranchProtectionUnprotectedFilesColumn), |
|
|
|
// v196 -> v197
|
|
|
|
// v195 -> v196
|
|
|
|
NewMigration("Add table commit_status_index", addTableCommitStatusIndex), |
|
|
|
NewMigration("Add table commit_status_index", addTableCommitStatusIndex), |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|