]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1569884 Fix two problems in previous commit.
authorJason Stephenson <jstephenson@mvlcstaff.org>
Wed, 27 Apr 2016 19:43:31 +0000 (15:43 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 28 Apr 2016 15:32:49 +0000 (11:32 -0400)
commitf6d4dea4af5f37849367b099a4d8652dea304867
tree19b906ec311300152f125b23d108ea7a4679ff53
parent9e5e06bfef338c85bb6e77da51a1c6779f3ad194
LP#1569884 Fix two problems in previous commit.

The CREATE TABLE biblio.monograph_part statement in
010.schema.biblio.sql ended up with a trailing comma.

The CREATE UNIQUE INDEX on biblio.monograph_part cannot be done
CONCURRENTLY at DB creation time, apparently.  At least not on
PostgreSQL 9.3.

Signed-off-by: Jason Stephenson <jstephenson@mvlcstaff.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/010.schema.biblio.sql