Skip to content

Commit

Permalink
Merge pull request #161 from GreenmaskIO/fix/random_person_hashing
Browse files Browse the repository at this point in the history
fix: RandomPerson fix
  • Loading branch information
wwoytenko authored Aug 15, 2024
2 parents eb44dc1 + 7d0c371 commit 73ddea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/db/postgres/transformers/random_person.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func validateColumnsAndSetDefault(driver *toolkit.Driver, columns []*randomNameC
}
}

if !hasHashingColumns && engineMode != hashEngineMode {
if !hasHashingColumns && engineMode == hashEngineMode {
for _, c := range columns {
c.Hashing = true
}
Expand Down

0 comments on commit 73ddea5

Please sign in to comment.