6 lines
290 B
SQL
6 lines
290 B
SQL
DROP TABLE IF EXISTS public.watch_provider_scrobble_sessions;
|
|
DROP TABLE IF EXISTS public.watch_provider_history_exports;
|
|
DROP TABLE IF EXISTS public.watch_provider_sync_runs;
|
|
DROP TABLE IF EXISTS public.watch_provider_auth_sessions;
|
|
DROP TABLE IF EXISTS public.watch_provider_connections;
|