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

8 lines
213 B
MySQL
Raw Normal View History

2025-01-04 05:32:54 +08:00
-- 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;