mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
[DS-1456] Make webapp.s register in a new database table when started, so we can
list them later.
This commit is contained in:
@@ -751,3 +751,10 @@ CREATE TABLE versionitem
|
||||
version_summary VARCHAR2(255),
|
||||
versionhistory_id INTEGER REFERENCES VersionHistory(versionhistory_id)
|
||||
);
|
||||
|
||||
CREATE TABLE Webapp
|
||||
(
|
||||
AppName VARCHAR(32) NOT NULL PRIMARY KEY,
|
||||
URL VARCHAR NOT NULL,
|
||||
Started TIMESTAMP
|
||||
);
|
||||
|
Reference in New Issue
Block a user