First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
13
www/admin/_alterTable/_old/273-costoAggForn.sql
Normal file
13
www/admin/_alterTable/_old/273-costoAggForn.sql
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Alter table "ARTICOLO_FORNITORE" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `ARTICOLO_FORNITORE` ADD COLUMN `costoAggiuntivo` DECIMAL(18,4);
|
||||
|
||||
|
||||
######################################################################
|
||||
#insert into PARM (codice) values ('DB_VERSION');
|
||||
UPDATE PARM SET testo='273' where codice='DB_VERSION';
|
||||
######################################################################
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue