From a426107cea2a84edcad77d9484c4cdfc69f6b44b Mon Sep 17 00:00:00 2001 From: James Fournie Date: Wed, 21 Sep 2011 13:23:53 -0700 Subject: [PATCH] fixing spelling on encumbrance Signed-off-by: James Fournie --- Open-ILS/src/sql/Pg/upgrade/xxxx.schema.acq_lp800477 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.acq_lp800477 b/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.acq_lp800477 index bf2a9711be..dc21cd0373 100644 --- a/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.acq_lp800477 +++ b/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.acq_lp800477 @@ -7,7 +7,7 @@ INSERT INTO config.upgrade_log (version, install_date) VALUES ('XXXXXXX',now()); -- for example, debit_total does not need an encumberance column when we have a sepearate total for that DROP VIEW acq.fund_combined_balance; -DROP VIEW acq.fund_encumberance_total; +DROP VIEW acq.fund_encumbrance_total; DROP VIEW acq.fund_spent_total; DROP VIEW acq.fund_debit_total; -- 2.11.0