Commit 9bf65d5d authored by Frank Bergmann's avatar Frank Bergmann

- Updated SQL files

parent 838351db
......@@ -106,7 +106,7 @@ BEGIN
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
......@@ -141,7 +141,7 @@ drop function inline_0 ();
--
SELECT im_component_plugin__new (
null, -- plugin_id
'acs_object', -- object_type
'im_component_plugin', -- object_type
now(), -- creation_date
null, -- creation_user
null, -- creation_ip
......@@ -405,7 +405,7 @@ drop function inline_0 ();
SELECT im_component_plugin__new (
null, -- plugin_id
'acs_object', -- object_type
'im_component_plugin', -- 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