This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from bea4d216b2 Merge pull request #5692
add 42e62fffb7 FINERACT-2436: Fix PostgreSQL compatibility for client and
loan trends reports
new 4a8bdc5a3a Merge pull request #5754
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...7_postgresql_client_and_loan_trends_reports.xml | 76 ++++++++++++++++++++++
.../client/ClientAndLoanTrendsPostgresTest.java | 65 ++++++++++++++++++
3 files changed, 142 insertions(+)
create mode 100644
fineract-provider/src/main/resources/db/changelog/tenant/parts/0227_postgresql_client_and_loan_trends_reports.xml
create mode 100644
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/ClientAndLoanTrendsPostgresTest.java