d4f415f937ff58895947296e103e1e84eb3b4535
[evergreen/tadl.git] /
1 BEGIN;
2
3 SELECT evergreen.upgrade_deps_block_check('xxxx', :eg_version);
4
5 UPDATE config.global_flag
6 SET label = 'Age billings and payments when circulations are aged.'
7 WHERE name = 'history.money.age_with_circs'
8   AND label = 'Age billings and payments when cirulcations are aged.';
9
10 COMMIT;