FIX : Remove column creation for table llx_product_fournisseur_price,

the column use un calss is fk_supplier_price_expression, and
fk_price_expression does not exist into lx_product_fournisseur_price sql
file declaration
This commit is contained in:
Florian HENRY 2015-11-07 17:19:13 +01:00
parent 3d04de201e
commit a4fafae109

View File

@ -148,8 +148,6 @@ CREATE TABLE llx_printing
userid integer
)ENGINE=innodb;
ALTER TABLE llx_product_fournisseur_price ADD COLUMN fk_price_expression integer DEFAULT NULL;
-- Add situation invoices
ALTER TABLE llx_facture ADD COLUMN situation_cycle_ref smallint;
ALTER TABLE llx_facture ADD COLUMN situation_counter smallint;