mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
Record 'isUI' in database; add code to 'dspace version' to consume the table.
This commit is contained in:
@@ -811,5 +811,6 @@ CREATE TABLE Webapp
|
||||
(
|
||||
AppName VARCHAR(32) NOT NULL PRIMARY KEY,
|
||||
URL VARCHAR NOT NULL,
|
||||
Started TIMESTAMP
|
||||
Started TIMESTAMP,
|
||||
isUI INTEGER
|
||||
);
|
||||
|
Reference in New Issue
Block a user