mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Some Exception Handling and change value from DOI status from DOI table
This commit is contained in:

committed by
Pascal-Nicolas Becker

parent
075ec63470
commit
8590258bb7
@@ -495,7 +495,7 @@ CREATE TABLE Doi
|
||||
doi VARCHAR(256) UNIQUE,
|
||||
resource_type_id INTEGER,
|
||||
resource_id INTEGER,
|
||||
status VARCHAR(20)
|
||||
status INTEGER
|
||||
);
|
||||
|
||||
-- index by handle, commonly looked up
|
||||
|
Reference in New Issue
Block a user