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)
committerMike Rylander <mrylander@gmail.com>
Fri, 20 Jun 2014 13:29:56 +0000 (09:29 -0400)
commit39e136f3e3b99971f119056335228c821909ab3c
tree108554c617018448ebf708c90a994ad268349197
parent65307dea427c4e006da6035699ee2201e9065cb0
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>
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]