Commit ffefb626 authored by Frank Bergmann's avatar Frank Bergmann

- Create Script:

  Fixed meta-info for cleanup
parent d25964a1
......@@ -21,7 +21,7 @@ declare
begin
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
......@@ -60,7 +60,7 @@ begin
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
......@@ -159,9 +159,9 @@ CREATE OR REPLACE FUNCTION im_rels_transfer_user_projects_and_tasks(INTEGER, INT
rels.object_id_one,
biz.object_role_id
from
acs_rels rels,
im_biz_object_members biz,
acs_objects obj
acs_rels rels,
im_biz_object_members biz,
acs_objects obj
where
rels.object_id_two = p_source_user_id and
obj.object_id = rels.object_id_one and
......
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