mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-2036] DSpace upgrade with oracle database, no discovery results
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
-- DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST.
|
||||
--
|
||||
|
||||
-------------------------------------------
|
||||
-- Ensure that discoverable has a sensible default
|
||||
-------------------------------------------
|
||||
update item set discoverable=1 WHERE discoverable IS NULL;
|
||||
|
||||
-------------------------------------------
|
||||
-- Add support for DOIs (table and seq.) --
|
||||
-------------------------------------------
|
||||
|
@@ -1,24 +0,0 @@
|
||||
--
|
||||
-- database_schema_4-5.sql
|
||||
--
|
||||
-- Version: $Revision$
|
||||
--
|
||||
-- Date: $Date: 2012-05-29
|
||||
--
|
||||
-- The contents of this file are subject to the license and copyright
|
||||
-- detailed in the LICENSE and NOTICE files at the root of the source
|
||||
-- tree and available online at
|
||||
--
|
||||
-- http://www.dspace.org/license/
|
||||
--
|
||||
|
||||
--
|
||||
-- SQL commands to upgrade the database schema of a live DSpace 4.0 or 4.x
|
||||
-- to the DSpace 5 database schema
|
||||
--
|
||||
-- DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST.
|
||||
-- DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST.
|
||||
-- DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST. DUMP YOUR DATABASE FIRST.
|
||||
--
|
||||
|
||||
update item set discoverable=1 WHERE discoverable IS NULL;
|
Reference in New Issue
Block a user