Fix missing field in migration v6
This commit is contained in:
parent
3ccf782b41
commit
f675be650e
@ -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
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user