Initial working state: CL3.5 complete (Plesk sync + suspend/unsuspend)
This commit is contained in:
7
supabase/migrations/CL3_patch_domains_nullable.sql
Normal file
7
supabase/migrations/CL3_patch_domains_nullable.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user