|
@@ -50,10 +50,10 @@ type Version struct {
|
|
|
|
|
|
|
|
|
var migrations = []Migration{
|
|
|
- NewMigration("generate collaboration from access", accessToCollaboration),
|
|
|
- NewMigration("make authorize 4 if team is owners", ownerTeamUpdate),
|
|
|
- NewMigration("refactor access table to use id's", accessRefactor),
|
|
|
- NewMigration("generate team-repo from team", teamToTeamRepo),
|
|
|
+ NewMigration("generate collaboration from access", accessToCollaboration),
|
|
|
+ NewMigration("make authorize 4 if team is owners", ownerTeamUpdate),
|
|
|
+ NewMigration("refactor access table to use id's", accessRefactor),
|
|
|
+ NewMigration("generate team-repo from team", teamToTeamRepo),
|
|
|
}
|
|
|
|
|
|
|