starting to add relationships.

This commit is contained in:
Bryce Covert
2018-05-03 09:35:02 -07:00
parent 9b95b5b5f2
commit 65e65302bf
3 changed files with 14 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
(helpers/merge-where [:= :id id])))))
(defn upsert [id data]
(println data)
(-> (sql/build
:update :vendors
:set (unparse data)