Commit 743b36fd authored by Frank Bergmann's avatar Frank Bergmann

- beautified

parent 5a42f2b1
Pipeline #152 failed with stages
......@@ -258,10 +258,8 @@
<fullquery name="fs::add_version.update_last_modified">
<querytext>
begin
perform acs_object__update_last_modified
(:parent_id,:creation_user,:creation_ip);
perform
acs_object__update_last_modified(:item_id,:creation_user,:creation_ip);
perform acs_object__update_last_modified (:parent_id,:creation_user,:creation_ip);
perform acs_object__update_last_modified (:item_id,:creation_user,:creation_ip);
return null;
end;
</querytext>
......
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