]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0412.data.trigger.validator.HoldIsCancelled.sql
LP1779158 Vandelay workstation setting repairs/additions
[Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0412.data.trigger.validator.HoldIsCancelled.sql
1 BEGIN;
2
3 INSERT INTO config.upgrade_log (version) VALUES ('0412'); -- phasefx
4
5 INSERT INTO action_trigger.validator (module, description) VALUES (
6     'HoldIsCancelled',
7     oils_i18n_gettext(
8         'HoldIsCancelled',
9         'Check whether a hold request is cancelled.',
10         'atval',
11         'description'
12     )
13 );
14
15 COMMIT;
16