diff --git a/app/config/templates/magento2.yaml b/app/config/templates/magento2.yaml index bc517461..01efc373 100644 --- a/app/config/templates/magento2.yaml +++ b/app/config/templates/magento2.yaml @@ -128,6 +128,11 @@ tables: billing_fax: converter: 'randomizeNumber' + integration: + converters: + email: + converter: 'randomizeEmail' + newsletter_subscriber: converters: subscriber_email: @@ -196,6 +201,17 @@ tables: CC_CN: converter: 'randomizeText' + rating_option_vote: + converters: + remote_ip: + converter: 'setValue' + parameters: + value: '' + remote_ip_long: + converter: 'setValue' + parameters: + value: 0 + review_detail: converters: nickname: @@ -368,6 +384,8 @@ tables: converter: 'randomizeText' # --- Commerce tables --- + magento_login_as_customer_log: + truncate: true magento_logging_event: truncate: true