mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 01:43:07 +00:00
formatidentifier table renamed to fileextension.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@274 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -65,11 +65,11 @@ CREATE TABLE BitstreamFormatRegistry
|
||||
);
|
||||
|
||||
-------------------------------------------------------
|
||||
-- FormatIdentifier table
|
||||
-- FileExtension table
|
||||
-------------------------------------------------------
|
||||
DROP TABLE FormatIdentifier;
|
||||
DROP TABLE FileExtension;
|
||||
|
||||
CREATE TABLE FormatIdentifier
|
||||
CREATE TABLE FileExtension
|
||||
(
|
||||
id INTEGER PRIMARY KEY,
|
||||
bitstream_format_id INTEGER REFERENCES BitstreamFormatRegistry(bitstream_format_id),
|
||||
|
Reference in New Issue
Block a user