First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
10
www/admin/_alterTable/_old/10_stockofferte.sql
Normal file
10
www/admin/_alterTable/_old/10_stockofferte.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
ALTER TABLE `ARTICOLO` ALTER COLUMN `flgStockOfferte` DROP DEFAULT;
|
||||
|
||||
ALTER TABLE `ARTICOLO` MODIFY `flgStockOfferte` CHAR(1) DEFAULT '0' COMMENT '0:no 1:stock 2:offerte';
|
||||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Modify table "DOCUMENTO" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
ALTER TABLE `DOCUMENTO` DROP COLUMN `xx`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue