Skip to content

Commit

Permalink
Add tables "integration", "rating_option_vote", "magento_login_as_cus…
Browse files Browse the repository at this point in the history
…tomer_log" to magento2 template
  • Loading branch information
guvra committed Jan 8, 2024
1 parent ca9daa2 commit 5d87c0b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions app/config/templates/magento2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ tables:
billing_fax:
converter: 'randomizeNumber'

integration:
converters:
email:
converter: 'randomizeEmail'

newsletter_subscriber:
converters:
subscriber_email:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -368,6 +384,8 @@ tables:
converter: 'randomizeText'

# --- Commerce tables ---
magento_login_as_customer_log:
truncate: true

magento_logging_event:
truncate: true
Expand Down

0 comments on commit 5d87c0b

Please sign in to comment.