From 3f6778889b2c4baa60d78873e5f70edc62bcc962 Mon Sep 17 00:00:00 2001 From: Quentin Vial-Gouteyron Date: Tue, 4 Jul 2017 14:05:03 +0200 Subject: [PATCH] FIX erreur mysql migration --- htdocs/install/mysql/migration/5.0.0-6.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/5.0.0-6.0.0.sql b/htdocs/install/mysql/migration/5.0.0-6.0.0.sql index f418a5e6a1f..600503a8b7e 100644 --- a/htdocs/install/mysql/migration/5.0.0-6.0.0.sql +++ b/htdocs/install/mysql/migration/5.0.0-6.0.0.sql @@ -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 (