Open JasonBarnabe opened 6 years ago
Using the blacklist strategy and
table 'mytable' do primary_key 'id' anonymize('this_column_doesnt_exist').using(FieldStrategy::RandomEmail.new('example', 'com')) end
No error or warning, it just proceeds as if everything is fine. It should raise an exception so I can notice the problem.
Using the blacklist strategy and
No error or warning, it just proceeds as if everything is fine. It should raise an exception so I can notice the problem.