buster/api/migrations/2024-06-03-034619_create_us.../down.sql

6 lines
183 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 users_to_organizations;
drop type if exists user_organization_role_enum;
drop type if exists sharing_setting_enum;