Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Make sure we drop the temp table when updating to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Jan 13, 2015
1 parent b354078 commit d2b04a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update/database/ezpublish/5.2/dbupdate-5.1.0-to-5.2.0.sql
Expand Up @@ -26,6 +26,8 @@ WHERE EXISTS (
AND ezurl_object_link.contentobject_attribute_id = ezurl_object_link_temp.contentobject_attribute_id
AND ezurl_object_link.contentobject_attr_version = ezurl_object_link_temp.contentobject_attr_version
);

DROP TABLE ezurl_object_link_temp;
-- End ezp-21465

-- Start EZP-21469
Expand Down

0 comments on commit d2b04a6

Please sign in to comment.