play-liquibase
play-liquibase copied to clipboard
Play Liquibase Module
Hi, I tried upgrading some stuff to work with the latest version of Scala and the Play framework. I noticed the tests were broken to begin with (when using scala...
I am no longer an owner of this repo and can't merge pull requests. Also, I haven't been working with Play or Liquibase in years and can't maintain this project...
Hello. I use play-slick 3.0.1 and play-liquibase 1.4. Now I have one database with changelog. My application.conf: ``` slick.dbs.default.profile = "models.database.CustomPostgresProfile$" slick.dbs.default.db.driver = "org.postgresql.Driver" slick.dbs.default.db.url = "jdbc:postgresql://127.0.0.1:5432/mydb" slick.dbs.default.db.user = "postgres"...
I am not up on scala, but from what I can see including stepping through the debugger, PlayLiquibase.liquibase() throws an NPE if more than one db is configured, because in...
``` conf liquibase changelog.xml dicts dict.xml dict.csv ``` changelog.xml is: ``` ``` When I trying to run applcation I have an exception: ``` liquibase.exception.ChangeLogParseException: file:/conf/liquibase/dicts/dict.xml does not exist ``` In...