Commit d1481cac by Leonard Gram

teams: refactored db code.

parent 8c34f595
......@@ -56,8 +56,6 @@ func addTeamMigrations(mg *Migrator) {
}))
mg.AddMigration("Add column permission to team_member table", NewAddColumnMigration(teamMemberV1, &Column{
Name: "permission",
Type: DB_BigInt,
Nullable: true,
Name: "permission", Type: DB_SmallInt, Nullable: true,
}))
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment