Skip to content

Commit

Permalink
FIX erreur mysql migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Vial-Gouteyron committed Jul 4, 2017
1 parent b43c815 commit 3f67788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/migration/5.0.0-6.0.0.sql
Expand Up @@ -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
(
Expand Down

0 comments on commit 3f67788

Please sign in to comment.