Skip to content

Commit

Permalink
Fixes set logic, closes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Apr 8, 2021
1 parent 7d52fd5 commit 6b0d84e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ validation_errors as (
left outer join
unique_set_values s on v.value_field = s.value_field
where
v.value_field is null
s.value_field is null

)

Expand Down

0 comments on commit 6b0d84e

Please sign in to comment.