Suppression champs inutile
This commit is contained in:
parent
4fabd86655
commit
4868923cdd
@ -27,8 +27,6 @@ create table llx_product_stock
|
|||||||
fk_product integer NOT NULL,
|
fk_product integer NOT NULL,
|
||||||
fk_entrepot integer NOT NULL,
|
fk_entrepot integer NOT NULL,
|
||||||
reel integer, -- stock réel
|
reel integer, -- stock réel
|
||||||
commande integer, -- stock commande
|
|
||||||
proposition integer, -- stock proposition commerciale
|
|
||||||
|
|
||||||
key(fk_product),
|
key(fk_product),
|
||||||
key(fk_entrepot)
|
key(fk_entrepot)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user