Skip to content
Snippets Groups Projects
Commit 002ae81c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Qual: Remove deprecated code

parent fec9202c
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@
-- so we made first change to remove it
alter table llx_menu_const drop foreign key fk_menu_const_fk_menu;
-- Clean no more required parameters
delete from llx_const where name = 'MAIN_MODULE_COMMERCIAL';
delete from llx_const where name like 'MAIN_MODULE_%_DIR_OUTPUT';
delete from llx_const where name like 'MAIN_MODULE_%_DIR_TEMP';
alter table llx_societe add column import_key varchar(14);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment