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-rhythm.git.
from ddd1c97 FINCN-170 create multi-stage Docker build (#11)
new 506e31b Migrate rhythm library from MariaDB to PostgreSQL
new b64aad5 Adapt SQL statements to PostgreSQL and fix Spring datasource
properties
new a11c4d3 Changed BIGINT to BIGSERIAL in flyway migration scripts
new 7dfb53b Merge pull request #8 from Izakey/FINCN115
The 91 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:
NOTICE.txt | 2 +-
.../apache/fineract/cn/rhythm/AbstractRhythmTest.java | 8 ++++----
service/build.gradle | 2 +-
.../cn/rhythm/service/config/RhythmConfiguration.java | 4 ++--
.../command/handler/InitializeCommandHandler.java | 2 +-
.../rhythm/service/internal/repository/BeatEntity.java | 2 +-
service/src/main/resources/application.yml | 16 +++++++++++-----
.../{mariadb => postgresql}/V1__initial_setup.sql | 10 ++++------
.../{mariadb => postgresql}/V2__tenant_clock_offset.sql | 4 ++--
shared.gradle | 5 +++--
10 files changed, 30 insertions(+), 25 deletions(-)
rename service/src/main/resources/db/migrations/{mariadb =>
postgresql}/V1__initial_setup.sql (89%)
rename service/src/main/resources/db/migrations/{mariadb =>
postgresql}/V2__tenant_clock_offset.sql (93%)