From 2e1d5b5a6320e928e25c287b4e70b59d610ac71d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 5 Aug 2010 19:52:17 +0000 Subject: [PATCH] Fix: Bad setup --- htdocs/install/mysql/migration/2.8.0-2.9.0.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/install/mysql/migration/2.8.0-2.9.0.sql b/htdocs/install/mysql/migration/2.8.0-2.9.0.sql index f3063dd0475..f97d51cfe3c 100755 --- a/htdocs/install/mysql/migration/2.8.0-2.9.0.sql +++ b/htdocs/install/mysql/migration/2.8.0-2.9.0.sql @@ -311,3 +311,6 @@ INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (23, ' INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (23, '2312', 'Sociedad Anónima con Participación Estatal Mayoritaria', 1); INSERT INTO llx_c_forme_juridique (fk_pays, code, libelle, active) VALUES (23, '2313', 'Sociedad en Comandita por Acciones (arts. 315 a 324, LSC)', 1); + +delete from llx_const where name='USER_PASSWORD_GENERATED' and value='default'; +