mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-17 11:56:30 +00:00
Remove forgotten debug fn's
This commit is contained in:
parent
a2fc249a62
commit
d17b207064
@ -84,13 +84,3 @@
|
||||
(sql-value [value] (to-pg-json value))
|
||||
IPersistentVector
|
||||
(sql-value [value] (to-pg-json value)))
|
||||
|
||||
|
||||
|
||||
(defn jsonb-insert-test [m]
|
||||
(jdbc/with-db-connection [con-db *db*]
|
||||
(jsonb-insert {:data m})))
|
||||
|
||||
(defn jsonb-select-test []
|
||||
(jdbc/with-db-connection [con-db *db*]
|
||||
(jsonb-query)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user