Commit d1481cac by Leonard Gram

teams: refactored db code.

parent 8c34f595
...@@ -56,8 +56,6 @@ func addTeamMigrations(mg *Migrator) { ...@@ -56,8 +56,6 @@ func addTeamMigrations(mg *Migrator) {
})) }))
mg.AddMigration("Add column permission to team_member table", NewAddColumnMigration(teamMemberV1, &Column{ mg.AddMigration("Add column permission to team_member table", NewAddColumnMigration(teamMemberV1, &Column{
Name: "permission", Name: "permission", Type: DB_SmallInt, Nullable: true,
Type: DB_BigInt,
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