LP#1569884 Fix two problems in previous commit. collab/dyrcona/lp1569884_monograph_parts_new_constraints_index_with_signoff
authorJason Stephenson <jstephenson@mvlcstaff.org>
Wed, 27 Apr 2016 19:43:31 +0000 (15:43 -0400)
committerJason Stephenson <jstephenson@mvlcstaff.org>
Wed, 27 Apr 2016 19:57:37 +0000 (15:57 -0400)
commitcdfee5ea63cffa4ee9457070c0c134ca8b09e067
tree424b0f8c3ccea258b8e28a5f65e22099015109db
parent1f5e242909b5ad08b71813401cc69f6f9d181aae
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 leas not on
PostgreSQL 9.3.

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