Commit Graph

234 Commits

Author SHA1 Message Date
Tim Donohue
becf15debf DS-3277 fixes : Update handle_id to use a new handle_id_seq. Mint new Handles using existing handle_seq. 2016-07-28 16:12:02 -05:00
Tim Donohue
99ec435a5c DS-2775 additional fixes. Missing migration for H2. Sync update-sequences files between Postgres and Oracle 2016-07-28 16:10:06 -05:00
Mark H. Wood
9f7a208f03 [DS-2775] Correct the link to the origin of our Oracle helper script. 2016-07-27 12:04:01 -04:00
Mark H. Wood
1b232a6c50 [DS-2775] Remove sequence that was already dropped in a previous patch, and fix documentation. 2016-07-21 16:36:21 -04:00
Mark H. Wood
491efa8142 [DS-2775] Don't update sequences that we no longer use. 2016-07-21 15:35:10 -04:00
Tim Donohue
5b6819cefe Fix broken link 2015-01-28 15:23:06 -06:00
Tim Donohue
f8e430065e Fix broken link 2015-01-28 15:22:33 -06:00
Mark H. Wood
a003b5f955 Corrected path to migration scripts 2015-01-21 15:00:42 -05:00
Mark H. Wood
cb2bf810b8 Corrected path to migration scripts 2015-01-21 14:59:59 -05:00
Tim Donohue
9bfa417f18 Move all Flyway SQL migrations to 'dspace-api.jar' to discourage running them manually. 2014-11-06 15:52:10 -06:00
Tim Donohue
a5d077b708 Remove obsolete upgrade scripts and clean-database.sql. Related to
DS-2167
2014-10-31 17:04:03 +00:00
Tim Donohue
ed9725e397 Fixes to the Oracle 1.4 migration. Needs to update metadata sequences inline (after migrating from dctyperegistry to metadataschemaregistry) 2014-10-31 14:17:47 +00:00
Tim Donohue
37351c5391 More fixes for Oracle. Cannot update sequences mid-upgrade. Will create a post-upgrade script for sequence updates 2014-10-31 14:17:45 +00:00
Tim Donohue
9f4c030fed More fixes for fresh_install. Don't create initial Groups in SQL
migrations, instead create them after DB is initialized
2014-10-31 14:17:45 +00:00
Hardy Pottinegr
f24e6cbb73 fixed minor syntax complaints to keep oracle happy 2014-10-31 14:17:44 +00:00
Tim Donohue
460644d66a Initial Oracle migration scripts from 1.2 -> 4.0 2014-10-31 14:17:39 +00:00
Tim Donohue
e164e4f79a H2 migration scripts from DSpace 1.2 -> 4.0 2014-10-31 14:17:39 +00:00
Tim Donohue
9dc5a5290b Rework Postgres migrations slightly to drop constraints via Java
migrations (which is needed for other DB types)
2014-10-31 14:17:38 +00:00
Tim Donohue
98a8a0d24c Adding database migrations for PostgreSQL back to 1.1 2014-10-31 14:17:38 +00:00
Tim Donohue
ccad925b1a Tweak MockDatabaseManager to allow Unit Testing against a PostgreSQL or Oracle DB (for easier DB migration testing). Fix problematic H2 migration. 2014-10-31 14:17:36 +00:00
Tim Donohue
71279b4d63 README and NOTICE updates/enhancements. Changing them all to be markdown format for easier viewing on GitHub 2014-10-31 14:17:35 +00:00
Tim Donohue
07839fb53a Updates to fix Unit Testing in H2. Unfortunately requires H2 having its own custom migration scripts, and some rework of how DatabaseManager initializes 2014-10-31 14:17:34 +00:00
Tim Donohue
e7f12da265 Fixes so that Unit Tests just use Flyway DB as well 2014-10-31 14:17:34 +00:00
Tim Donohue
aaa31c0eb8 Reworking XMLWorkflow migration into a Flyway Java migration (which only changes DB when enabled). DB script cleanup. 2014-10-31 14:17:33 +00:00
Tim Donohue
63b05bf996 Create a new "migrations" directory for flyway. Remove all manual
migration scripts.
2014-10-31 14:17:33 +00:00
Ivan Masár
de321c5e74 fix db upgrade script name 2014-10-22 11:22:04 +02:00
Hardy Pottinger
93c024bf89 Merge pull request #687 from atmire/DS-2179
[DS-2179] Shibboleth (and probably LDAP) logins fail after merge of Metadata For All
2014-10-10 12:12:50 -05:00
KevinVdV
7f7452a9fc [DS-2164] Metadata4All Bug with EPerson email 2014-10-08 13:54:57 +02:00
KevinVdV
4ea9051c12 [DS-2179] Shibboleth (and probably LDAP) logins fail after merge of Metadata For All 2014-10-08 12:42:01 +02:00
KevinVdV
87cd7145c9 Support Metadata On All DSpaceObjects 2014-09-24 16:16:06 +02:00
Mark H. Wood
69291af2d8 [DS-2128] Initial commit 2014-08-29 16:14:19 -04:00
Hardy Pottinger
90e7b91eec [DS-2126] changed invalid datatype of TEXT to VARCHAR2(2000), dropped transaction/commit block 2014-08-28 21:48:11 +00:00
Tim Donohue
f631a3d824 Merge pull request #600 from tdonohue/DS-2080
DS-2080 Cleanup bad/broken tests, and upgrade to latest JUnit and JMockit, also fixes DS-2086
2014-08-15 15:39:34 -05:00
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
Tim Donohue
56fab73fe4 Minor reformatting of PostgreSQL schema (similar to Oracle schema in previous commit), just for consistency. 2014-08-12 12:19:50 -05:00
Tim Donohue
d1e48ca692 Configure H2 to use Oracle's schema for initialization. Minor cleanup/reformatting of Oracle schema to support H2 (including reordering some specified constraints) 2014-08-12 12:17:58 -05:00
Peter Dietz
aa58d733f9 Merge pull request #530 from peterdietz/DS-1945-requestitem-helpdesk
DS-1945 RequestItem to have Helpdesk be contacted instead of author
2014-08-08 17:38:39 -04:00
Bram Luyten
c9943d2cea Merge pull request #564 from bram-atmire/DS-2038
DS-2038 Oracle DB Schema minor error
2014-07-09 21:55:43 +02:00
Bram Luyten
091f871be4 DS-2038 Oracle DB Schema minor error 2014-07-09 21:54:26 +02:00
Mark H. Wood
ee7c2a84ae Fix a few typo.s. 2014-07-09 10:37:04 -04:00
Mark H. Wood
764a2b536c Merge pull request #514 from rradillen/patch-4
I'm going to merge this, as the changes appear correct.  But further, unrelated changes are needed to make the scripts run.
2014-07-09 10:19:20 -04:00
KevinVdV
322972152e [DS-2036] DSpace upgrade with oracle database, no discovery results 2014-06-27 08:55:59 +02:00
KevinVdV
4d85f7c34c [DS-2036] DSpace upgrade with oracle database, no discovery results 2014-06-24 16:43:57 +02:00
keithgee
61e7db6a2f Update clean-database to drop additional tables
Updates clean-database.sql file to drop tables recently added to the
DSpace project:

-  webapp, webapp_seq
- requestitem, requestitem_seq;
2014-05-19 11:37:48 -04:00
Peter Dietz
76cb046280 DS-1945 Add license headers for requestitem changes 2014-05-10 08:37:33 -04:00
Peter Dietz
21cb0e0520 DS-1945 Add request_message to requestitem DB table
Also, refactored requestitem to be a dspace-api "model", moved all DB logic
from XMLUI regarding this module to the dspace-api model.

Add the requestitem.request_message to display in the contact-author form,
so they can see what the original request message was.
2014-05-10 08:20:11 -04:00
rradillen
89d7c76c68 DS-1957 xml workflow script incorrect for oracle 2014-04-01 14:49:15 +02:00
Luigi Andrea Pascarelli
0432f67a40 Merge pull request #478 from lap82/DS-1918
[DS-1918] added size for URL column
2014-02-18 23:20:15 +01:00
Pascarelli Luigi Andrea
e576ebc96d DS-1918 added size for URL column 2014-02-18 22:50:22 +01:00
Ivan Masár
c211b8b00a DS-1916 Error in update-sequence script in 4.0 2014-02-18 15:17:52 +01:00