Fix: Error with pgsql
This commit is contained in:
parent
3ac7e4bf40
commit
c6b55d40a3
@ -6,7 +6,7 @@
|
||||
-- This file is loaded when a menu handler auguria is activated
|
||||
--
|
||||
|
||||
delete from llx_menu_const where fk_menu in (select rowid from llx_menu where menu_handler='auguria' and entity=__ENTITY__);
|
||||
-- V4.1 delete from llx_menu_const where fk_menu in (select rowid from llx_menu where menu_handler='auguria' and entity=__ENTITY__);
|
||||
delete from llx_menu where menu_handler='auguria';
|
||||
|
||||
--
|
||||
|
||||
Loading…
Reference in New Issue
Block a user