Removed deprecated options

This commit is contained in:
Laurent Destailleur 2008-12-28 19:06:40 +00:00
parent 255c9ca0ae
commit 9a2e9d9c5c

View File

@ -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;