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/46_dispoSeriale.sql
Normal file
10
www/admin/_alterTable/_old/46_dispoSeriale.sql
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
ALTER TABLE `DOCUMENTO` DROP COLUMN `id_usersWww`;
|
||||
|
||||
# ---------------------------------------------------------------------- #
|
||||
# Modify table "DISPONIBILITA" #
|
||||
# ---------------------------------------------------------------------- #
|
||||
|
||||
DROP INDEX `IDX_DISPONIBILITA_5` ON `DISPONIBILITA`;
|
||||
|
||||
CREATE UNIQUE INDEX `IDX_DISPONIBILITA_5` ON `DISPONIBILITA` (`serialeD` ASC,`id_articoloD` ASC);
|
||||
Loading…
Add table
Add a link
Reference in a new issue