BLasan commented on a change in pull request #1784:
URL: https://github.com/apache/fineract/pull/1784#discussion_r706991849



##########
File path: 
fineract-provider/src/main/resources/sql/migrations/core_db/V27__add-loan-type-column-to-loan-table.sql
##########
@@ -19,48 +19,3 @@
 
 ALTER TABLE `m_loan`
     ADD COLUMN `loan_type_enum` SMALLINT NOT NULL AFTER `loan_status_id`;
-
--- create collateral management table
-CREATE TABLE IF NOT EXISTS `m_collateral_management` (

Review comment:
       Nope. This collateral module is related to another PR and added the 
queries to a new file 




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to