Skip to content
Snippets Groups Projects
Commit 1c38e5af authored by Cam Saül's avatar Cam Saül
Browse files

Remove a couple lines that are no longer needed :yum:

parent 6d858d7b
No related branches found
No related tags found
No related merge requests found
......@@ -92,8 +92,7 @@
{:pre [(map? db-details)]}
;; TODO: it's probably a good idea to put some more validation here and be really strict about what's in `db-details`
(case (:type db-details)
:h2 (dbspec/h2 (assoc db-details :naming {:keys s/lower-case
:fields s/upper-case}))
:h2 (dbspec/h2 db-details)
:mysql (dbspec/mysql (assoc db-details :db (:dbname db-details)))
:postgres (dbspec/postgres (assoc db-details :db (:dbname db-details)))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment