Fix missing field in migration v6
This commit is contained in:
parent
611f5f638d
commit
97b694b59c
@ -383,6 +383,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;
|
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 = '';
|
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
|
CREATE TABLE llx_payment_various
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user