]> git.evergreen-ils.org Git - Evergreen.git/commit
Repair errant explode_array in upgrade script.
authorBill Erickson <berick@esilibrary.com>
Wed, 16 Nov 2011 16:50:57 +0000 (11:50 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 16 Nov 2011 17:12:52 +0000 (12:12 -0500)
commit472c7e7669e21cc8cc08b14b00e768e420d1151c
treef3f82c6681208e7a6d7692ac63c45aba5ed29efd
parent3b4dc8585d5a6f5f4b77f2868f02acfb035f321f
Repair errant explode_array in upgrade script.

The upgrade script 0562.schema.copy_active_date.sql included 2 calls to
explode_array after explode_array had been removed from the baseline
schema.  This upgrade just copies the contents of the
action.hold_request_permit_test function from the baseline schema to
repair the function for anyone following the upgrade scripts.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/upgrade/0651.schema.unnest-hold-permit-upgrade-script-repair.sql [new file with mode: 0644]