From dc06d8ca468c5ef606e0743202d0d6f220ca7069 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Dec 2007 11:16:49 +0000 Subject: [PATCH] Migration nom theme dolibarr bluelagoon --- mysql/migration/2.1.0-2.2.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/2.1.0-2.2.0.sql b/mysql/migration/2.1.0-2.2.0.sql index ec76f5e27b1..61e46a0ec94 100644 --- a/mysql/migration/2.1.0-2.2.0.sql +++ b/mysql/migration/2.1.0-2.2.0.sql @@ -110,6 +110,8 @@ insert into llx_const(name,value,type,visible,note) values('MAIN_FEATURES_LEVEL' update llx_const set name='MAIN_MAIL_EMAIL_FROM' where name='NOTIFICATION_EMAIL_FROM'; +update llx_const set value='bluelagoon' where name='MAIN_THEME' and value ='dolibarr'; + update llx_const set visible=0 where name in ('MAIN_UPLOAD_DOC','MAIN_MAIL_SMTP_SERVER','MAIN_MAIL_SMTP_PORT','MAIN_MAIL_EMAIL_FROM'); update llx_const set value='rodolphe.php' where name='MAIN_MENU_BARRELEFT' and value='default.php';