FIX erreur mysql migration
This commit is contained in:
parent
b43c8157bd
commit
3f6778889b
@ -346,7 +346,7 @@ ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_tx d
|
|||||||
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price double(24,8) DEFAULT NULL;
|
ALTER TABLE llx_product_fournisseur_price_log ADD COLUMN multicurrency_price double(24,8) DEFAULT NULL;
|
||||||
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 TABLE llx_contrat set ref = rowid where ref is null or ref = '';
|
UPDATE llx_contrat set ref = rowid where ref is null or ref = '';
|
||||||
|
|
||||||
create table llx_payment_various
|
create table llx_payment_various
|
||||||
(
|
(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user