You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/11/30 09:59:13 UTC

[GitHub] [fineract] rrpawar96 commented on a change in pull request #1361: FINERACT-1169 fixed credit bureau Loan-product mapping module

rrpawar96 commented on a change in pull request #1361:
URL: https://github.com/apache/fineract/pull/1361#discussion_r532473173



##########
File path: fineract-provider/src/main/resources/sql/migrations/core_db/V327__creditbureau_configuration.sql
##########
@@ -66,7 +66,7 @@ CREATE TABLE `m_creditbureau_loanproduct_mapping` (
   `is_creditcheck_mandatory` tinyint DEFAULT NULL,
   `skip_creditcheck_in_failure` tinyint DEFAULT NULL,
   `stale_period` INT DEFAULT NULL,
-  `is_active` tinyint DEFAULT NULL,
+  `isActive` tinyint DEFAULT NULL,

Review comment:
       The changes required in the migration script (V327__creditbureau_configuration.sql) have been done in the new migration script (V327_1__creditbureau_integration.sql) in pr #1235.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org