From f6ffa30f26451da2227486dc8f9eac300592c03e Mon Sep 17 00:00:00 2001 From: guvra Date: Wed, 10 Jul 2024 14:56:51 +0200 Subject: [PATCH] Fix invalid column name in the magento2 template --- CHANGELOG.md | 4 ++++ app/config/templates/magento2.yaml | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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'