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