Skip to content
Snippets Groups Projects
Commit 3f677888 authored by Quentin Vial-Gouteyron's avatar Quentin Vial-Gouteyron
Browse files

FIX erreur mysql migration

parent b43c8157
No related branches found
No related tags found
No related merge requests found
......@@ -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_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
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment