Skip to content
Snippets Groups Projects
Commit 8a7fb448 authored by Simon Belak's avatar Simon Belak
Browse files

Add missing argument to in

parent d96ff955
No related branches found
No related tags found
No related merge requests found
......@@ -874,7 +874,7 @@
not-empty)]
(db/query {:select [:table_id [:%count.* "count"]]
:from [:metabase_field]
:where [:and [:in :table_id ]
:where [:and [:in :table_id candidates]
[:or [:not= :special_type "type/PK"]
[:= :special_type nil]]]
:group-by [:table_id]
......
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