First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
17
www/admin/_alterTable/_alterTable/282_eanvar.sql
Normal file
17
www/admin/_alterTable/_alterTable/282_eanvar.sql
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
ALTER TABLE `ARTICOLO_VARIANTE` ADD COLUMN `codiceEanAv` VARCHAR(40);
|
||||
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Alter table "TIPO" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `TIPO` ADD COLUMN `percCostoSpedizioneDefault` INTEGER;
|
||||
|
||||
update ARTICOLO SET percCostoSpedizione=0 where percCostoSpedizione<=10;
|
||||
|
||||
|
||||
###################################################################
|
||||
#insert into PARM (codice) values ('DB_VERSION');
|
||||
UPDATE PARM SET testo='282' where codice='DB_VERSION';
|
||||
######################################################################
|
||||
Loading…
Add table
Add a link
Reference in a new issue