From dcbbe74f0662552aac87bc65e5af0231b406420a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 1 May 2011 10:49:50 +0000 Subject: [PATCH] Fix: script mut work from a 3.0 stable. --- htdocs/install/mysql/migration/3.0.0-3.1.0.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/install/mysql/migration/3.0.0-3.1.0.sql b/htdocs/install/mysql/migration/3.0.0-3.1.0.sql index 0811450a548..b2ea5a8bde9 100755 --- a/htdocs/install/mysql/migration/3.0.0-3.1.0.sql +++ b/htdocs/install/mysql/migration/3.0.0-3.1.0.sql @@ -11,7 +11,6 @@ -- RENAME TABLE llx_c_methode_commande_fournisseur TO llx_c_input_method; -RENAME TABLE llx_c_source TO llx_c_demand_reason; ALTER TABLE llx_adherent MODIFY login varchar(50);