]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/sql/Pg/upgrade/0894.index.money_billing.voider.sql
LP#1661688: Add a link and other tweaks to alternate hold pickup feature
[working/Evergreen.git] / Open-ILS / src / sql / Pg / upgrade / 0894.index.money_billing.voider.sql
1 BEGIN;
2
3 SELECT evergreen.upgrade_deps_block_check('0894', :eg_version);
4
5 CREATE INDEX m_b_voider_idx ON money.billing (voider);
6
7 COMMIT;