You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by na...@apache.org on 2016/08/16 06:50:38 UTC

incubator-fineract git commit: Disabling address configuration by default

Repository: incubator-fineract
Updated Branches:
  refs/heads/develop 47f21bc8d -> 11cd6ef33


Disabling address configuration by default


Project: http://git-wip-us.apache.org/repos/asf/incubator-fineract/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-fineract/commit/11cd6ef3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-fineract/tree/11cd6ef3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-fineract/diff/11cd6ef3

Branch: refs/heads/develop
Commit: 11cd6ef333bb1daec197d14b3f084c22cf055dfc
Parents: 47f21bc
Author: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Authored: Tue Aug 16 12:19:44 2016 +0530
Committer: Nazeer Hussain Shaik <na...@confluxtechnologies.com>
Committed: Tue Aug 16 12:19:44 2016 +0530

----------------------------------------------------------------------
 .../sql/migrations/core_db/V316__address_module_tables_metadat.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fineract/blob/11cd6ef3/fineract-provider/src/main/resources/sql/migrations/core_db/V316__address_module_tables_metadat.sql
----------------------------------------------------------------------
diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V316__address_module_tables_metadat.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V316__address_module_tables_metadat.sql
index 202362a..63ca607 100644
--- a/fineract-provider/src/main/resources/sql/migrations/core_db/V316__address_module_tables_metadat.sql
+++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V316__address_module_tables_metadat.sql
@@ -26,7 +26,7 @@ INSERT INTO `m_code` (`code_name`, `is_system_defined`) VALUES ('ADDRESS_TYPE',1
 
 
 -- configuration
-INSERT INTO `c_configuration` (`name`, `value`, `date_value`, `enabled`, `is_trap_door`, `description`) VALUES ('Enable-Address', NULL, NULL, 1, 0, NULL);
+INSERT INTO `c_configuration` (`name`, `value`, `date_value`, `enabled`, `is_trap_door`, `description`) VALUES ('Enable-Address', NULL, NULL, 0, 0, NULL);
 
 -- add address table
 CREATE TABLE `m_address` (