Update llx_product.sql

This commit is contained in:
wdammak 2019-03-18 20:19:30 +01:00 committed by GitHub
parent 5ee749c19d
commit cf0bc88601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,5 +94,6 @@ create table llx_product
fk_price_expression integer, -- Link to the rule for dynamic price calculation
desiredstock integer DEFAULT 0,
fk_unit integer DEFAULT NULL,
price_autogen tinyint DEFAULT 0
price_autogen tinyint DEFAULT 0,
fk_project integer DEFAULT NULL
)ENGINE=innodb;