buster/apps/api/migrations/2024-06-03-040138_create_te.../down.sql

4 lines
119 B
SQL

-- This file should undo anything in `up.sql`
DROP TABLE IF EXISTS teams_to_users;
drop type if exists team_role_enum;