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:05 +0000 (11:32 -0400)
commit9c734be41407263ce3ce77a822302edcf05fb199
tree172e86194f102b59a3392799074497a4006e5ff6
parent5e82acab0c48c2fc08299608ce2043dc595b2288
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