3 lines
110 B
SQL
3 lines
110 B
SQL
ALTER TABLE public.watch_provider_connections
|
|
ADD COLUMN sync_cursors jsonb NOT NULL DEFAULT '{}'::jsonb;
|