From 9f340c4ea57f56b2cb52d851199d2d90e29e9015 Mon Sep 17 00:00:00 2001 From: Ryan Grippeling Date: Wed, 27 Nov 2024 14:41:25 +0100 Subject: [PATCH] customer_grid_flat.dob is a datetime SOMETIMES, so revert and deal with edge cases ourselves --- app/config/templates/magento2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/templates/magento2.yaml b/app/config/templates/magento2.yaml index 30ae69fc..ee4410e5 100644 --- a/app/config/templates/magento2.yaml +++ b/app/config/templates/magento2.yaml @@ -106,7 +106,7 @@ tables: email: converter: 'randomizeEmail' dob: - converter: 'anonymizeDateTime' + converter: 'anonimizeDate' shipping_full: converter: 'randomizeText' billing_full: