8 lines
240 B
SQL
8 lines
240 B
SQL
-- CL3 Patch: allow domain sync without strict subscription mapping
|
|
|
|
alter table public.plesk_domains
|
|
alter column subscription_id drop not null;
|
|
|
|
alter table public.plesk_domains
|
|
add column if not exists external_subscription_id text;
|