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

even less loggin <3

parent 7d87428e
No related branches found
No related tags found
No related merge requests found
......@@ -114,10 +114,10 @@
(assert field)
field))]
(when field-type
(log/info (format "SET FIELD TYPE %s.%s -> %s" table-name field-name field-type))
(log/debug (format "SET FIELD TYPE %s.%s -> %s" table-name field-name field-type))
(upd Field (:id @field) :field_type (name field-type)))
(when special-type
(log/info (format "SET SPECIAL TYPE %s.%s -> %s" table-name field-name special-type))
(log/debug (format "SET SPECIAL TYPE %s.%s -> %s" table-name field-name special-type))
(upd Field (:id @field) :special_type (name special-type)))))))
db))))))
......
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