mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 09:53:09 +00:00
We build a cron Job for Doi identifier reservation and registration.
This commit is contained in:

committed by
Pascal-Nicolas Becker

parent
d44320305c
commit
66be510a64
28
dspace/etc/postgres/database_schema_30-31.sql
Normal file
28
dspace/etc/postgres/database_schema_30-31.sql
Normal file
@@ -0,0 +1,28 @@
|
||||
--
|
||||
-- database_schema_30-31.sql
|
||||
--
|
||||
-- Version: $Revision$
|
||||
--
|
||||
-- Date: $Date: 2013-07-13
|
||||
--
|
||||
-- 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 3.0 or 3.1.x
|
||||
-- to the DSpace 3 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.
|
||||
--
|
||||
|
||||
-------------------------------------------
|
||||
-- New columns for Doi Table status --
|
||||
-------------------------------------------
|
||||
|
||||
ALTER TABLE DOI ADD COLUMN status VARCHAR(20);
|
Reference in New Issue
Block a user