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

check-for-urls should run before check-for-low-cardinality

parent 00180023
No related branches found
No related tags found
No related merge requests found
......@@ -121,9 +121,9 @@
(->> (sel :many Field :table_id table-id :active true)
(pmap (fn [field]
(try
(check-for-urls korma-table field)
(check-for-low-cardinality korma-table field)
(check-for-large-average-length korma-table field)
(check-for-urls korma-table field)
(catch Throwable e
(log/warn (format "Caught exception when syncing field '%s.%s':" table-name (:name field)) e)))))
dorun)
......
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