Fix missing field in migration v6

This commit is contained in:
Laurent Destailleur 2017-10-23 10:21:45 +02:00
parent 3ccf782b41
commit f675be650e

View File

@ -382,6 +382,7 @@ ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price do
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price_ttc double(24,8) DEFAULT NULL;
UPDATE llx_contrat SET ref = rowid WHERE ref IS NULL OR ref = '';
ALTER TABLE llx_contratdet ADD COLUMN vat_src_code varchar(10) DEFAULT '';
CREATE TABLE llx_payment_various
(