This is an automated email from the ASF dual-hosted git repository.
aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 8eec00b FINERACT-1510-reversal-transaction-posting-pg-migration
8eec00b is described below
commit 8eec00b50fe31b2316dd3490b7bda1c2bb640297
Author: Manoj <[email protected]>
AuthorDate: Wed Feb 23 13:17:04 2022 +0530
FINERACT-1510-reversal-transaction-posting-pg-migration
---
.../db/changelog/tenant/parts/0005_savings_transaction_reversal.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0005_savings_transaction_reversal.xml
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0005_savings_transaction_reversal.xml
index b54e66d..acb151a 100644
---
a/fineract-provider/src/main/resources/db/changelog/tenant/parts/0005_savings_transaction_reversal.xml
+++
b/fineract-provider/src/main/resources/db/changelog/tenant/parts/0005_savings_transaction_reversal.xml
@@ -25,7 +25,7 @@
<changeSet author="fineract" id="1">
<addColumn tableName="m_savings_account_transaction">
<column name="original_transaction_id" type="BIGINT"/>
- <column name="is_reversal" type="TINYINT" defaultValueNumeric="0">
+ <column name="is_reversal" type="BOOLEAN"
defaultValueBoolean="false">
<constraints nullable="false"/>
</column>
</addColumn>