From 9a2e9d9c5c59b3793364fbf2c4d003cf31a9cf1e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 28 Dec 2008 19:06:40 +0000 Subject: [PATCH] Removed deprecated options --- mysql/migration/2.4.0-2.5.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.4.0-2.5.0.sql b/mysql/migration/2.4.0-2.5.0.sql index 78915c55fdf..7ca351f663c 100644 --- a/mysql/migration/2.4.0-2.5.0.sql +++ b/mysql/migration/2.4.0-2.5.0.sql @@ -87,6 +87,7 @@ alter table llx_adherent_options_label add column pos integer DEFAULT 0; -- Reverse option update llx_const set visible = 1, name = 'FACTURE_ENABLE_RECUR', value='1' where name = 'FACTURE_DISABLE_RECUR' and value = '0'; delete from llx_const where name = 'FACTURE_DISABLE_RECUR' and value = '1'; +delete from llx_const where name like 'MAIN_FASTSEARCH_%'; alter table llx_bank_account modify comment text;