Skip to content

Commit

Permalink
Updated flyway.conf file to refer old schema_version_history table
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayeshecs committed Apr 21, 2020
1 parent 976a5b2 commit 0ab7c8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion appdefn/flyway.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ flyway.url=jdbc:hsqldb:file:/opt/data/statements/hsql-db/db;hsqldb.write_delay=f
flyway.user=sa
flyway.password=
flyway.schemas=flyway,statements,isissettings,isisaudit,isiscommand,isispublishmq,isissecurity,isissessionlogger
flyway.locations=classpath:db/migration/common,classpath:db/migration/hsqldb
flyway.locations=classpath:db/migration/common,classpath:db/migration/hsqldb
flyway.table=flyway_schema_history
2 changes: 1 addition & 1 deletion appdefn/logging-integtest.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Isis uses log4j is used to provide system logging
#
log4j.rootCategory=INFO, Console
log4j.rootCategory=ERROR, Console

# The console appender
log4j.appender.Console=org.apache.log4j.ConsoleAppender
Expand Down

0 comments on commit 0ab7c8f

Please sign in to comment.