mirror of https://github.com/buster-so/buster.git
8 lines
213 B
MySQL
8 lines
213 B
MySQL
|
-- This file should undo anything in `up.sql`
|
||
|
drop table if exists asset_permissions;
|
||
|
|
||
|
drop type if exists asset_permission_role_enum;
|
||
|
|
||
|
drop type if exists asset_type_enum;
|
||
|
|
||
|
drop type if exists identity_type_enum;
|