Regalamiunsorriso/www/admin/_alterTable/_old/275_nazionegoogle.sql
2026-04-07 18:02:17 +02:00

12 lines
574 B
SQL

# ---------------------------------------------------------------------- #
# 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';
######################################################################