Moved to using my own new nim-based db_migrate module.

This commit is contained in:
Jonathan Bernard 2016-01-31 00:31:36 -06:00
parent 593482b4b6
commit f6f6e9399d
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"defaultEnv": "dev", "driver": "postgres",
"sql-file": true, "sqlDir": "src/main/sql",
"dev": "postgres://jonathan@localhost/wdiwtlt" "connectionString": "test"
} }