Skip to content
Snippets Groups Projects
Commit 2aa019e7 authored by Alex Beggs's avatar Alex Beggs
Browse files

Fix spelling in load_from_h2.clj

parent 7ad5df82
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@
(defn- insert-entity! [target-db-conn {:keys [table], :as entity} objs]
;; TODO - I don't think the print+flush is working as intended :/
(print (u/format-color 'blue "Transfering %d instances of %s..." (count objs) (:name entity)))
(print (u/format-color 'blue "Transferring %d instances of %s..." (count objs) (:name entity)))
(flush)
;; 1) `:sizeX` and `:sizeY` come out of H2 as `:sizex` and `:sizey` because of automatic lowercasing; fix the
;; names of these before putting into the new 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