# ---------------------------------------------------------------------- # # Alter table "NAZIONE" # # ---------------------------------------------------------------------- # ALTER TABLE `NAZIONE` ADD COLUMN `flgGoogleMerchant` INTEGER; update NAZIONE SET flgGoogleMerchant=1; ################################################################### #insert into PARM (codice) values ('DB_VERSION'); UPDATE PARM SET testo='275' where codice='DB_VERSION'; ######################################################################