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:
Peter Dietz
2014-08-14 11:34:19 -04:00
parent 52329e1b17
commit 5e7cb5e10a

View File

@@ -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;