teams: editor added as admin for created teams.
This commit is contained in:
@@ -54,4 +54,10 @@ func addTeamMigrations(mg *Migrator) {
|
||||
mg.AddMigration("Add column external to team_member table", NewAddColumnMigration(teamMemberV1, &Column{
|
||||
Name: "external", Type: DB_Bool, Nullable: true,
|
||||
}))
|
||||
|
||||
mg.AddMigration("Add column permission to team_member table", NewAddColumnMigration(teamMemberV1, &Column{
|
||||
Name: "permission",
|
||||
Type: DB_BigInt,
|
||||
Nullable: true,
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user