LP 902255: Fix upgrade script.
authorJason Stephenson <jstephenson@mvlc.org>
Mon, 15 Jun 2015 20:29:02 +0000 (16:29 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 15 Jun 2015 20:32:44 +0000 (16:32 -0400)
commit880c4f4a73caed2a20772ffcb83cb1e2ba9545fa
treeab135f1ac239cf99006b780beb1f94a385d48a41
parent2ad95e80361cbad5791dcc69734673187cc1718f
LP 902255: Fix upgrade script.

Run as-is, the upgrade script produces an error:

ERROR:  CREATE INDEX CONCURRENTLY cannot run inside a transaction block

Following this conversation in IRC, it was decided to remove the keyword
CONCURRENTLY from the create index statement.

http://irc.evergreen-ils.org/evergreen/2015-06-15#i_182857

Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/sql/Pg/upgrade/0920.schema.disallow-double-capture.sql