DROP some functions before a view they depend on is replaced.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
\set eg_version '''2.7.8'''
SELECT evergreen.upgrade_deps_block_check('0998', :eg_version);
+DROP FUNCTION action.summarize_all_circ_chain (INTEGER);
+DROP FUNCTION action.all_circ_chain (INTEGER);
DROP VIEW IF EXISTS action.all_circulation;
+
CREATE VIEW action.all_circulation AS
SELECT aged_circulation.id, aged_circulation.usr_post_code,
aged_circulation.usr_home_ou, aged_circulation.usr_profile,