switched to migrations

This commit is contained in:
Bryce Covert
2017-12-20 13:01:42 -08:00
parent 4625ef4474
commit 222bcbdf5c
10 changed files with 173 additions and 6 deletions

View File

@@ -26,9 +26,6 @@
(let [db-host (:server (:db env))
db-port 5432
db-name "autoap"]
(println "envt" env)
(println (:db env))
{:classname "org.postgresql.Driver" ; must be in classpath
#_#_:ssl true
#_#_:sslfactory "org.postgresql.ssl.NonValidatingFactory"