Switched to db-migrate.groovy configuration.
This commit is contained in:
parent
4007f8a479
commit
19e21811e2
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"driver": "postgres",
|
|
||||||
"sqlDir": "src/main/sql/migrations",
|
|
||||||
"connectionString": "host=localhost port=5432 dbname=wdiwtlt user=jdbernard password="
|
|
||||||
}
|
|
5
core/database.properties
Normal file
5
core/database.properties
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
dataSourceClassName=org.h2.jdbcx.JdbcDataSource
|
||||||
|
dataSource.url=jdbc:h2:/Users/jonathan/programs/wdiwtlt/db;DATABASE_TO_UPPER=FALSE;AUTO_SERVER=TRUE
|
||||||
|
dataSource.user=sa
|
||||||
|
dataSource.password=
|
||||||
|
migrations.dir=src/main/sql/migrations
|
Loading…
Reference in New Issue
Block a user