Fix Encoding of 1.7 to 1.8 Postgres DB Upgrade script. All other DSpace SQL scripts are encoded in ANSI. This one was encoded in UTF8, which was causing this Postgres bug to occur: http://archives.postgresql.org/pgsql-bugs/2010-03/msg00239.php

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6814 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Tim Donohue
2011-10-18 16:42:26 +00:00
parent 10379befe8
commit dd2a57cec9

View File

@@ -1,4 +1,4 @@
--
--
-- database_schema_17-18.sql
--
-- Version: $Revision$