10 lines
320 B
MySQL
10 lines
320 B
MySQL
|
|
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;
|
||
|
|
drop table if exists workspace_user_perms;
|
||
|
|
drop table if exists workspaces;
|
||
|
|
drop table if exists browser_sessions;
|
||
|
|
drop table if exists users;
|