mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Database schema change required for multiple bitstream stores.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@600 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -148,7 +148,8 @@ CREATE TABLE Bitstream
|
||||
user_format_description TEXT,
|
||||
source VARCHAR(256),
|
||||
internal_id VARCHAR(256),
|
||||
deleted BOOL
|
||||
deleted BOOL,
|
||||
store_number INTEGER
|
||||
);
|
||||
|
||||
-------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user