You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/16 20:03:51 UTC

[fineract-cn-template] 38/45: Merge pull request #6 from Izakey/FINCN-120

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-template.git

commit 9e47fb42b29ee6e9257bbded56df35025680d329
Merge: d7c232d 666d932
Author: Isaac Kamga <ik...@apache.org>
AuthorDate: Mon Sep 2 23:39:16 2019 +0100

    Merge pull request #6 from Izakey/FINCN-120
    
    Migrate template from MariaDB to PostgreSQL

 .gitignore                                                |  3 ++-
 NOTICE.txt                                                |  2 +-
 .../apache/fineract/cn/template/SuiteTestEnvironment.java |  6 +++---
 .../java/org/apache/fineract/cn/template/TestSample.java  |  2 +-
 service/build.gradle                                      |  2 +-
 .../cn/template/service/TemplateConfiguration.java        |  4 ++--
 .../internal/command/handler/MigrationAggregate.java      |  2 +-
 service/src/main/resources/application.yml                | 15 ++++++++++-----
 .../{mariadb => postgresql}/V1__initial_setup.sql         |  2 +-
 shared.gradle                                             |  5 +++--
 10 files changed, 25 insertions(+), 18 deletions(-)