This commit is contained in:
Matti Ranta 2018-07-21 15:43:21 -04:00
parent 5a69b47188
commit 5df42b40f4
No known key found for this signature in database
GPG Key ID: D9B5613BEB813F99

View File

@ -193,8 +193,8 @@ var migrations = []Migration{
// v69 -> v70
NewMigration("move team units to team_unit table", moveTeamUnitsToTeamUnitTable),
// v70 -> v71
NewMigration("add issue_dependencies", addIssueDependencies),
// v71 -> v72
NewMigration("add issue_dependencies", addIssueDependencies),
// v71 -> v72
NewMigration("add visibility for user and org", addVisibilityForUserAndOrg),
}