mirror of https://github.com/buster-so/buster.git
4 lines
119 B
MySQL
4 lines
119 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
DROP TABLE IF EXISTS teams_to_users;
|
||
|
drop type if exists team_role_enum;
|