Skip to content

Commit

Permalink
Remove unused column customer_address.vat_id from shopware6 template
Browse files Browse the repository at this point in the history
  • Loading branch information
guvra committed Apr 9, 2024
1 parent 126000f commit 508fa55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.

- Added table column validation. GdprDump now throws an exception if a config file contains an undefined column ([#125](https://github.com/Smile-SA/gdpr-dump/pull/125))
- Removed support of the `filters` parameter. Use the `where` parameter instead ([#128](https://github.com/Smile-SA/gdpr-dump/pull/128))
- Removed unused column customer_address.vat_id from shopware6 template ([#132](https://github.com/Smile-SA/gdpr-dump/pull/132))

## [4.2.2] - 2024-03-26
[4.2.2]: https://github.com/Smile-SA/gdpr-dump/compare/4.2.1...4.2.2
Expand Down
2 changes: 0 additions & 2 deletions app/config/templates/shopware6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ tables:
converter: 'randomizeNumber'
city:
converter: 'randomizeText'
vat_id:
converter: 'randomizeNumber'
phone_number:
converter: 'randomizeNumber'
additional_address_line1:
Expand Down

0 comments on commit 508fa55

Please sign in to comment.