Update llx_product_association.sql

This commit is contained in:
Laurent Destailleur 2021-09-01 16:31:16 +02:00 committed by GitHub
parent ef2bb99476
commit 3b236f677d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,6 @@ create table llx_product_association
fk_product_fils integer NOT NULL DEFAULT 0, -- id du sous-produit
qty double NULL,
incdec integer DEFAULT 1, -- when set to 1 changing stock of product will change stock of linked product too
range integer,
rang integer DEFAULT 0
)ENGINE=innodb;