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/09 07:40:47 UTC

[fineract-cn-group] 45/50: Merge pull request #11 from Izakey/FINCN-118

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

commit 62100a4a2f90e84858b716f76850ced13d0a4b79
Merge: 91baf56 e49c4cb
Author: Isaac Kamga <ik...@apache.org>
AuthorDate: Mon Sep 2 22:58:07 2019 +0100

    Merge pull request #11 from Izakey/FINCN-118
    
    Migrate group service from MariaDB to PostgreSQL

 NOTICE.txt                                                |  2 +-
 .../apache/fineract/cn/group/SuiteTestEnvironment.java    |  8 ++++----
 .../main/java/org/apache/fineract/cn/group/TestGroup.java |  2 +-
 .../org/apache/fineract/cn/group/TestGroupDefinition.java |  2 +-
 service/build.gradle                                      |  3 ++-
 .../org/apache/fineract/cn/group/GroupConfiguration.java  |  4 ++--
 .../internal/command/handler/MigrationAggregate.java      |  2 +-
 .../cn/group/internal/repository/GroupCommandEntity.java  |  2 +-
 .../group/internal/repository/GroupDefinitionEntity.java  |  2 +-
 .../cn/group/internal/repository/GroupEntity.java         |  2 +-
 .../cn/group/internal/repository/MeetingEntity.java       |  4 ++--
 .../cn/group/internal/repository/MeetingRepository.java   |  2 +-
 service/src/main/resources/application.yml                | 15 ++++++++++-----
 .../{mariadb => postgresql}/V1__initial_setup.sql         | 12 ++++++------
 shared.gradle                                             |  3 ++-
 15 files changed, 36 insertions(+), 29 deletions(-)