phonograph/interim-models/migrations/20250918060948_init.down.sql

10 lines
321 B
MySQL
Raw Normal View History

drop table if exists field_form_prompts;
drop table if exists form_transitions;
drop table if exists fields;
drop table if exists portals;
drop table if exists rel_invitations;
2025-10-22 00:43:53 -07:00
drop table if exists workspace_memberships;
drop table if exists workspaces;
drop table if exists browser_sessions;
drop table if exists users;