Commit Graph

7 Commits

Author SHA1 Message Date
Peter Dietz
5e7cb5e10a Update database_schema_3-4.sql
Found version mismatch text inside the postgres 3 to 4 upgrade command, mentioned 18to3
2014-08-14 11:34:19 -04:00
Andrea Bollini
c1dfbc0199 DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count 2013-12-02 00:26:43 +01:00
Andrea Bollini
eeb3061c42 DS-1655 Disable "Initial Questions" page in Submission UI by default 2013-10-27 15:53:12 +01:00
aroman
46f634164e Removed OID from database schema 2013-10-20 04:09:21 +02:00
aroman
aab28e68a8 Renamed database schema 2013-10-20 04:07:46 +02:00
Pascal-Nicolas Becker
c76e2c4a6a Add table DOI to database while update from DSpace 3 to 4. 2013-10-16 09:27:20 +02:00
Mark H. Wood
b165134114 When listing webapp.s, delete records for any not found living.
This sends a HEAD request to the registered URL for the webapp and
assumes that the app is dead if result is not 200.

This change caused a cascade of changes to the treatment of the
database table, because the DBMS layer insists that a table's primary
key be INTEGER.  It was necessary to introduce a new column for the
purpose.  This also means you can have more than one running instance
of the same UI, if you wish.  But it also means that the sequence
required by the new column will overflow after about 2 billion starts.
2013-06-25 15:10:55 -04:00