Regalamiunsorriso/www/admin/_alterTable/_old/275_nazionegoogle.sql

12 lines
574 B
MySQL
Raw Normal View History

2026-04-07 18:02:17 +02:00
# ---------------------------------------------------------------------- #
# 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';
######################################################################