Skip to content

Commit

Permalink
Merge pull request #564 from bram-atmire/DS-2038
Browse files Browse the repository at this point in the history
DS-2038 Oracle DB Schema minor error
  • Loading branch information
bram-atmire committed Jul 9, 2014
2 parents 1d90e1b + 091f871 commit c9943d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dspace/etc/oracle/database_schema_3-4.sql
Expand Up @@ -67,7 +67,7 @@ CREATE TABLE requestitem
(
requestitem_id INTEGER NOT NULL,
token varchar(48),
item_id INDEX,
item_id INTEGER,
bitstream_id INTEGER,
allfiles NUMBER(1),
request_email VARCHAR2(64),
Expand All @@ -92,4 +92,4 @@ 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;
delete from community_item_count;

0 comments on commit c9943d2

Please sign in to comment.