]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0883.function.staff-uri-visibility-2.5.sql
LP#1842940: Improve Alert
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0883.function.staff-uri-visibility-2.5.sql
1 BEGIN;
2
3 SELECT evergreen.upgrade_deps_block_check('0883', :eg_version);
4
5 -- This is a placeholder for 0883 which will be a backported version of the
6 -- staff URI visibility function for rel_2_5. This script does nothing for
7 -- rel_2_6 and later.
8
9 COMMIT;