LP#1322285: Exclude default values for fixed fields when ingesting user/miker/no-ff-defaults-for-ingest
authorMike Rylander <mrylander@gmail.com>
Fri, 20 Jun 2014 13:29:56 +0000 (09:29 -0400)
committerMike Rylander <mrylander@gmail.com>
Fri, 1 Aug 2014 18:09:50 +0000 (14:09 -0400)
commitad355aaed7fec42a9f35541f7d7bdb70d86bd295
treed7e8e211a47e2dd5254c38e0194bfcd103b47c05
parent7917dc6585983ac62927642fc5c9d045fcd34c9d
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]