fixing spelling on encumbrance user/jamesrf/lp800477_acqviews
authorJames Fournie <jfournie@sitka.bclibraries.ca>
Wed, 21 Sep 2011 20:23:53 +0000 (13:23 -0700)
committerJames Fournie <jfournie@sitka.bclibraries.ca>
Wed, 21 Sep 2011 20:23:53 +0000 (13:23 -0700)
Signed-off-by: James Fournie <jfournie@sitka.bclibraries.ca>
Open-ILS/src/sql/Pg/upgrade/xxxx.schema.acq_lp800477

index bf2a971..dc21cd0 100644 (file)
@@ -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;