Commit 63a0213d authored by Frank Bergmann's avatar Frank Bergmann

- working on upgrade

parent e952fb56
......@@ -130,18 +130,6 @@ $$ LANGUAGE plpgsql;
-- fields.
--
-- fraber 160104: Disable execution. Execute as part of acs-content-repository upgrade.
--
SELECT t2.object_type, content_type__refresh_view(t2.object_type)
from acs_object_types t1, acs_object_types t2
where t2.tree_sortkey between t1.tree_sortkey and
tree_right(t1.tree_sortkey) and t1.object_type = 'content_revision';
-- select content_type__refresh_view(
-- fraber 160104: Regenerated objects dropped by drop-cascade above
......@@ -260,6 +248,24 @@ where o.object_id = pa.party_id
and m.container_id = m.group_id
and m.rel_type = 'membership_rel';
-- fraber 160104: Disable execution. Execute as part of acs-content-repository upgrade.
--
SELECT t2.object_type, content_type__refresh_view(t2.object_type)
from acs_object_types t1, acs_object_types t2
where t2.tree_sortkey between t1.tree_sortkey and
tree_right(t1.tree_sortkey) and t1.object_type = 'content_revision';
--
-- we have to recreate fs_urls_full, when file-storage is in use,
-- since the view exports acs_objects.*
......
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