Commit 87f3ed5e authored by Frank Bergmann's avatar Frank Bergmann

- Updated SQL files

parent fc041a60
......@@ -371,7 +371,7 @@ end;' language 'plpgsql';
--
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
......@@ -417,7 +417,7 @@ begin
v_menu := im_menu__new (
null, -- menu_id
''acs_object'', -- object_type
''im_menu'', -- object_type
now(), -- creation_date
null, -- creation_user
null, -- creation_ip
......@@ -472,7 +472,7 @@ begin
v_menu := im_menu__new (
null, -- menu_id
''acs_object'', -- object_type
''im_menu'', -- object_type
now(), -- creation_date
null, -- creation_user
null, -- creation_ip
......@@ -492,7 +492,7 @@ begin
v_menu := im_menu__new (
null, -- 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