mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-15 14:03:17 +00:00
DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count
This commit is contained in:
@@ -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;
|
@@ -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;
|
Reference in New Issue
Block a user