mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +00:00
Update database_schema_3-4.sql
Found version mismatch text inside the postgres 3 to 4 upgrade command, mentioned 18to3
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
--
|
||||
-- database_schema_18-3.sql
|
||||
-- database_schema_3-4.sql
|
||||
--
|
||||
-- Version: $Revision$
|
||||
--
|
||||
@@ -13,8 +13,8 @@
|
||||
--
|
||||
|
||||
--
|
||||
-- SQL commands to upgrade the database schema of a live DSpace 1.8 or 1.8.x
|
||||
-- to the DSpace 3 database schema
|
||||
-- SQL commands to upgrade the database schema of a live DSpace 3 or 3.x
|
||||
-- to the DSpace 4 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.
|
||||
@@ -90,4 +90,4 @@ update workflowitem set multiple_titles=true, published_before=true, multiple_fi
|
||||
-- DS-1811 Removing a collection fails if non-Solr DAO has been used before for item count
|
||||
-------------------------------------------------------
|
||||
delete from collection_item_count;
|
||||
delete from community_item_count;
|
||||
delete from community_item_count;
|
||||
|
Reference in New Issue
Block a user