From: Chris Burton Date: Fri, 11 Sep 2020 21:49:16 +0000 (-0400) Subject: Merge branch 'user/cburton/LP1778972_OPAC_Redesign' of git://git.Evergreen-ils.org... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b764b15e733d060475837f65bd23f77c10508226;p=working%2FEvergreen.git Merge branch 'user/cburton/LP1778972_OPAC_Redesign' of git://git.Evergreen-ils.org/working/Evergreen into OPAC --- b764b15e733d060475837f65bd23f77c10508226 diff --cc Open-ILS/src/sql/Pg/upgrade/1206.function.distinct-regen_copy_map.sql index a1ecf1b55c,a1ecf1b55c..0000000000 deleted file mode 100644,100755 --- a/Open-ILS/src/sql/Pg/upgrade/1206.function.distinct-regen_copy_map.sql +++ /dev/null @@@ -1,12 -1,12 +1,0 @@@ --BEGIN; -- --SELECT evergreen.upgrade_deps_block_check('1206', :eg_version); -- --CREATE OR REPLACE FUNCTION -- action.hold_request_regen_copy_maps( -- hold_id INTEGER, copy_ids INTEGER[]) RETURNS VOID AS $$ -- DELETE FROM action.hold_copy_map WHERE hold = $1; -- INSERT INTO action.hold_copy_map (hold, target_copy) SELECT DISTINCT $1, UNNEST($2); --$$ LANGUAGE SQL; -- --COMMIT;