Commit 7fb1c39d authored by Frank Bergmann's avatar Frank Bergmann

- Updated SQL files

parent 1e1b3e2a
......@@ -16,6 +16,7 @@
<provides url="intranet-rest" version="4.1.0.0.0"/>
<requires url="intranet-core" version="4.0.0.0.0"/>
<requires url="intranet-reporting" version="4.0.0.0.0"/>
<callbacks>
</callbacks>
......
......@@ -214,7 +214,7 @@ DECLARE
p_object_type_id alias for $1;
BEGIN
-- Delete any data related to the object
delete from im_rest
delete from im_rest_object_types
where object_type_id = p_object_type_id;
-- Finally delete the object iself
......@@ -298,7 +298,7 @@ BEGIN
-- Create the menu.
v_menu := im_menu__new (
null, -- p_menu_id
''acs_object'', -- object_type
''im_menu'', -- object_type
now(), -- creation_date
null, -- creation_user
null, -- creation_ip
......@@ -347,7 +347,7 @@ BEGIN
-- Create the menu.
v_menu := im_menu__new (
null, -- p_menu_id
''acs_object'', -- object_type
''im_menu'', -- object_type
now(), -- creation_date
null, -- creation_user
null, -- creation_ip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment