2025-11-01 00:17:07 +00:00
|
|
|
drop table if exists form_touch_points;
|
|
|
|
|
drop table if exists form_sessions;
|
2025-09-14 16:19:44 -04:00
|
|
|
drop table if exists field_form_prompts;
|
|
|
|
|
drop table if exists form_transitions;
|
2025-11-01 00:17:07 +00:00
|
|
|
drop table if exists service_creds;
|
2025-09-14 16:19:44 -04:00
|
|
|
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;
|
2025-09-14 16:19:44 -04:00
|
|
|
drop table if exists workspaces;
|
2025-11-01 00:17:07 +00:00
|
|
|
drop table if exists clusters;
|
2025-09-14 16:19:44 -04:00
|
|
|
drop table if exists browser_sessions;
|
|
|
|
|
drop table if exists users;
|