On Nov 30, 2:34 pm, "Van Mittal-Henkle" <[EMAIL PROTECTED]>
wrote:
> Adam,
>
> Thanks for the patch!  This patch has been committed as revision 12211.
[...]

You betcha. I forgot to include one change: removal of some redundant
DROP TABLE statements from the "mifosdroptables.sql" file. It isn't
essential but its inclusion will avoid future db maintenance problems.

Here is the accidentally excluded change in its entirety:


Index: sql/mifosdroptables.sql
===================================================================
--- sql/mifosdroptables.sql     (revision 12219)
+++ sql/mifosdroptables.sql     (working copy)
@@ -396,12 +396,6 @@
 DROP TABLE IF EXISTS LOAN_COUNTER;

 DROP TABLE IF EXISTS LOAN_MONITORING;
-DROP TABLE IF EXISTS NO_OF_INSTALL_SAME_FOR_ALL_LOAN;
-DROP TABLE IF EXISTS LOAN_AMOUNT_SAME_FOR_ALL_LOAN;
-DROP TABLE IF EXISTS NO_OF_INSTALL_FROM_LOAN_CYCLE ;
-DROP TABLE IF EXISTS LOAN_AMOUNT_FROM_LOAN_CYCLE;
-DROP TABLE IF EXISTS NO_OF_INSTALL_FROM_LAST_LOAN ;
-DROP TABLE IF EXISTS LOAN_AMOUNT_FROM_LAST_LOAN ;

 DROP TABLE IF EXISTS DATABASE_VERSION;

-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

Reply via email to