update conf set confrelease = '13303'; ------------------------------------------------------------------------------------------------ ALTER TABLE public.cert ADD certnfenovaescala int4 DEFAULT 96 NULL; ------------------------------------------------------------------------------------------------ alter table doc add column docbolimpresso bpchar(1) DEFAULT 'N'::bpchar null alter table cpr add column cprbolimpresso bpchar(1) DEFAULT 'N'::bpchar null ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------