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:
Robert Tansley
2003-04-04 19:07:30 +00:00
parent 9576d34509
commit 83d07d36b2

View File

@@ -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
);
-------------------------------------------------------