First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
12
www/admin/_alterTable/_old/275_nazionegoogle.sql
Normal file
12
www/admin/_alterTable/_old/275_nazionegoogle.sql
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# 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';
|
||||
######################################################################
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue