supports campbell brewing

This commit is contained in:
Bryce Covert
2018-07-14 21:13:18 -07:00
parent 300acd2dc3
commit 53ddbe4b9d
5 changed files with 11 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
[clojure.java.jdbc :as j]
[honeysql.core :as sql]
[honeysql.helpers :as helpers]))
(def all-fields #{:name :email :data :id :signature-base64})
(def all-fields #{:name :email :data :id :signature-file})
(def base-query (sql/build :select :*
:from :companies))