13 lines
380 B
MySQL
13 lines
380 B
MySQL
|
|
DROP TABLE public.usage_analytics;
|
||
|
|
DROP TABLE public.message_history;
|
||
|
|
DROP TABLE public.context_injections;
|
||
|
|
DROP TABLE public.whatsapp_numbers;
|
||
|
|
DROP TABLE public.user_sessions;
|
||
|
|
DROP TABLE public.bot_channels;
|
||
|
|
DROP TABLE public.users;
|
||
|
|
DROP TABLE public.tools;
|
||
|
|
DROP TABLE public.system_automations;
|
||
|
|
DROP TABLE public.organizations;
|
||
|
|
DROP TABLE public.clicks;
|
||
|
|
DROP TABLE public.bots;
|