mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 01:43:07 +00:00
Cleaned-up submission UI
git-svn-id: http://scm.dspace.org/svn/repo/trunk@232 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -64,6 +64,18 @@ CREATE TABLE BitstreamFormatRegistry
|
||||
internal BOOL
|
||||
);
|
||||
|
||||
-------------------------------------------------------
|
||||
-- FormatIdentifier table
|
||||
-------------------------------------------------------
|
||||
DROP TABLE FormatIdentifier;
|
||||
|
||||
CREATE TABLE FormatIdentifier
|
||||
(
|
||||
id INTEGER PRIMARY KEY,
|
||||
bitstream_format_id INTEGER REFERENCES BitstreamFormatRegistry(bitstream_format_id),
|
||||
extension VARCHAR(16)
|
||||
);
|
||||
|
||||
-------------------------------------------------------
|
||||
-- Bitstream table
|
||||
-------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user