make fmt
This commit is contained in:
parent
5a69b47188
commit
5df42b40f4
|
@ -193,8 +193,8 @@ var migrations = []Migration{
|
||||||
// v69 -> v70
|
// v69 -> v70
|
||||||
NewMigration("move team units to team_unit table", moveTeamUnitsToTeamUnitTable),
|
NewMigration("move team units to team_unit table", moveTeamUnitsToTeamUnitTable),
|
||||||
// v70 -> v71
|
// v70 -> v71
|
||||||
NewMigration("add issue_dependencies", addIssueDependencies),
|
NewMigration("add issue_dependencies", addIssueDependencies),
|
||||||
// v71 -> v72
|
// v71 -> v72
|
||||||
NewMigration("add visibility for user and org", addVisibilityForUserAndOrg),
|
NewMigration("add visibility for user and org", addVisibilityForUserAndOrg),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user