mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
fileextension.id renamed to fileextension.file_extension_id in keeping with
conventions used elsewhere in the schema git-svn-id: http://scm.dspace.org/svn/repo/trunk@357 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -71,7 +71,7 @@ DROP TABLE FileExtension;
|
|||||||
|
|
||||||
CREATE TABLE FileExtension
|
CREATE TABLE FileExtension
|
||||||
(
|
(
|
||||||
id INTEGER PRIMARY KEY,
|
file_extension_id INTEGER PRIMARY KEY,
|
||||||
bitstream_format_id INTEGER REFERENCES BitstreamFormatRegistry(bitstream_format_id),
|
bitstream_format_id INTEGER REFERENCES BitstreamFormatRegistry(bitstream_format_id),
|
||||||
extension VARCHAR(16)
|
extension VARCHAR(16)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user