From d96ec032e92265829483a925a60b9f5059630398 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Apr 2008 21:56:18 +0000 Subject: [PATCH] Qual: Remove deprecated option --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index 9f440b71e6e..c7003c81f84 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -214,6 +214,7 @@ update llx_const set visible=1 where name='PRODUIT_CONFIRM_DELETE_LINE'; update llx_const set name='NOTIFICATION_EMAIL_FROM', visible=0 where name='MAIN_MAIL_FROM'; update llx_const set name='NOTIFICATION_EMAIL_FROM', visible=0 where name='MAIN_EMAIL_FROM'; update llx_const set value=2048, visible=0 where name='MAIN_UPLOAD_DOC' and value=1; +delete from llx_const where name = 'SIZE_LISTE_LIMIT'; insert into llx_const(name,value,type,visible,note) values('MAIN_SHOW_DEVELOPMENT_MODULES','0','yesno',1,'Make development modules visible');