mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count
This commit is contained in:
@@ -81,4 +81,10 @@ CREATE SEQUENCE requestitem_seq;
|
|||||||
-- DS-1655 Disable "Initial Questions" page in Submission UI by default
|
-- DS-1655 Disable "Initial Questions" page in Submission UI by default
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
update workspaceitem set multiple_titles=1, published_before=1, multiple_files=1;
|
update workspaceitem set multiple_titles=1, published_before=1, multiple_files=1;
|
||||||
update workflowitem 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;
|
@@ -84,4 +84,10 @@ CREATE TABLE requestitem
|
|||||||
-- DS-1655 Disable "Initial Questions" page in Submission UI by default
|
-- DS-1655 Disable "Initial Questions" page in Submission UI by default
|
||||||
-------------------------------------------------------
|
-------------------------------------------------------
|
||||||
update workspaceitem set multiple_titles=true, published_before=true, multiple_files=true;
|
update workspaceitem set multiple_titles=true, published_before=true, multiple_files=true;
|
||||||
update workflowitem 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