This is an automated email from the ASF dual-hosted git repository.
ikamga pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-template.git.
from d7c232d Merge pull request #8 from ebenezergraham/FINCN-157
new 4e85c4e Migrate template service from MariaDB to PostgreSQL
new db65864 Migrate template service from MariaDB to PostgreSQL
new 09f93de Fixed Flyway migration scripts
new c83f004 Ensure flyway migrations target right database
new 5aece2e Enabling database-level sequence generation with pseudotypes
new 666d932 Merge pull request #1 from ebenezergraham/FINCN-2
new 9e47fb4 Merge pull request #6 from Izakey/FINCN-120
The 38 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:
.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(-)
rename service/src/main/resources/db/migrations/{mariadb =>
postgresql}/V1__initial_setup.sql (96%)