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

this works on my box :scream:

parent 6b7dceff
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
(map #(assoc % :db (delay database))) ; replace default delays with ones that reuse database (and don't require a DB call)
(sync-database-active-tables! driver))
(log/info (color/blue (format "Finished syncing database %s." (:name database))))))))
(log/info (u/format-color 'blue "Finished syncing %s database %s." (name (:engine database)) (:name database)))))))
(defn sync-table!
"Sync a *single* TABLE by running all the sync steps for it.
......
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