DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count

This commit is contained in:
Andrea Bollini
2013-12-02 00:26:43 +01:00
parent 7e113df658
commit c1dfbc0199
2 changed files with 14 additions and 2 deletions

View File

@@ -82,3 +82,9 @@ CREATE SEQUENCE requestitem_seq;
-------------------------------------------------------
update workspaceitem set multiple_titles=1, published_before=1, multiple_files=1;
update workflowitem set multiple_titles=1, published_before=1, multiple_files=1;
-------------------------------------------------------
-- DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count
-------------------------------------------------------
delete from collection_item_count;
delete from community_item_count;

View File

@@ -85,3 +85,9 @@ CREATE TABLE requestitem
-------------------------------------------------------
update workspaceitem set multiple_titles=true, published_before=true, multiple_files=true;
update workflowitem set multiple_titles=true, published_before=true, multiple_files=true;
-------------------------------------------------------
-- DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count
-------------------------------------------------------
delete from collection_item_count;
delete from community_item_count;