buster/apps/api/migrations/2024-07-08-175008_create_as.../down.sql

8 lines
213 B
SQL

-- 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;