ALTER TABLE confs ADD COLUMN salvanotadestinadaautomaticamente character varying(10); ALTER TABLE confs ADD COLUMN tipomanifestosalvanotaautomatico INTEGER; ALTER TABLE resnfe ADD COLUMN xmlsalvo character varying(10) DEFAULT False; update resnfe set xmlsalvo = 'True' where not procnfedownload is null;