Suppression champs inutile

This commit is contained in:
Rodolphe Quiedeville 2003-11-10 19:48:46 +00:00
parent 4fabd86655
commit 4868923cdd

View File

@ -27,8 +27,6 @@ create table llx_product_stock
fk_product integer NOT NULL,
fk_entrepot integer NOT NULL,
reel integer, -- stock réel
commande integer, -- stock commande
proposition integer, -- stock proposition commerciale
key(fk_product),
key(fk_entrepot)