diff --git a/CHANGELOG.md b/CHANGELOG.md index e74239a3..f720e45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## WIP + +- Fixed invalid column name in the magento2 template + ## [5.0.0] - 2024-07-01 [5.0.0]: https://github.com/Smile-SA/gdpr-dump/compare/4.2.2...5.0.0 diff --git a/app/config/templates/magento2.yaml b/app/config/templates/magento2.yaml index 01efc373..5ba82c11 100644 --- a/app/config/templates/magento2.yaml +++ b/app/config/templates/magento2.yaml @@ -593,9 +593,6 @@ if_version: converters: email: converter: 'randomizeEmail' - - email_order: - converters: email_imported: converter: 'randomizeEmail'