From dd2a57cec968beaec1d45cb5fc22391aa6057d13 Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Tue, 18 Oct 2011 16:42:26 +0000 Subject: [PATCH] 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 --- dspace/etc/postgres/database_schema_17-18.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dspace/etc/postgres/database_schema_17-18.sql b/dspace/etc/postgres/database_schema_17-18.sql index d4dad2ee18..0d428c70e0 100644 --- a/dspace/etc/postgres/database_schema_17-18.sql +++ b/dspace/etc/postgres/database_schema_17-18.sql @@ -1,4 +1,4 @@ --- +-- -- database_schema_17-18.sql -- -- Version: $Revision$