Skip to content
Snippets Groups Projects
Commit c04c3cc6 authored by Cam Saul's avatar Cam Saul
Browse files

don't need magic code anymore when we haves the legit codes

parent 4839e759
Branches
Tags
No related merge requests found
......@@ -167,8 +167,6 @@
(defn- add-metadata! []
(dorun
(map (fn [[table-kw {:keys [fields]}]]
(let [fields (conj fields {:name :id
:special-type :id})]
(dorun (map (partial set-special-type! table-kw)
fields))))
(dorun (map (partial set-special-type! table-kw)
fields)))
data/test-data)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment