LP#1322285: Exclude default values for fixed fields when ingesting
authorMike Rylander <mrylander@gmail.com>
Fri, 20 Jun 2014 13:29:56 +0000 (09:29 -0400)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 4 Aug 2014 17:07:27 +0000 (13:07 -0400)
commitf06d279c1e41865388f2cdebab8af3122a40e277
tree4b8d25c9413491b1d537223db343ae93940b504f
parent70a94a9bbb3f7f36276eb0d21f9e5facfae86dea
LP#1322285: Exclude default values for fixed fields when ingesting

Default values for fixed fields that can exist in either 008 or 006
will cause search to be over-broad.  So, we avoid including those now.

I also took the time to move the baseline schema around a bit in order
to keep related code in more appropriate files and avoid continuously
redefining functions.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/sql/Pg/012.schema.vandelay.sql
Open-ILS/src/sql/Pg/030.schema.metabib.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.function.no-ff-defaults.sql [new file with mode: 0644]