From ba719bfeda15a635effd4c384390e3c41786bf4a Mon Sep 17 00:00:00 2001 From: Dan Carlyon Date: Wed, 2 Dec 2020 09:34:35 +0000 Subject: [PATCH 1/3] #57 add additional tables --- .idea/encodings.xml | 6 +++ .idea/inspectionProfiles/Project_Default.xml | 5 +++ .idea/magedbm2.iml | 11 +++++ .idea/misc.xml | 17 +++++++ .idea/modules.xml | 8 ++++ .idea/php.xml | 14 ++++++ .idea/vcs.xml | 6 +++ .idea/workspace.xml | 47 ++++++++++++++++++++ etc/config.yml | 9 ++++ 9 files changed, 123 insertions(+) create mode 100644 .idea/encodings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 .idea/magedbm2.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..97626ba --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..8d66637 --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/magedbm2.iml b/.idea/magedbm2.iml new file mode 100644 index 0000000..5b0ba86 --- /dev/null +++ b/.idea/magedbm2.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..b38947d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,17 @@ + + + + + + + + + + AngularJS + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2406912 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..cb17edd --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..9ca47ed --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/etc/config.yml b/etc/config.yml index 8022a97..5fdf147 100644 --- a/etc/config.yml +++ b/etc/config.yml @@ -149,6 +149,15 @@ table-groups: s_core_payment* jett_mailchimp* s_campaigns* + s_customer_search_index + s_emarketing_lastarticles + s_emarketing_referer + s_import_export_log + s_import_export_session + s_mail_* + s_multi_edit_queue + s_multi_edit_queue_articles + s_statistics_* - id: platform_magento_one description: Magento 1.x tables From ed3116c43362a1259803f920437fba901a4eb3f6 Mon Sep 17 00:00:00 2001 From: Dan Carlyon Date: Wed, 2 Dec 2020 09:35:14 +0000 Subject: [PATCH 2/3] Remove .idea --- .gitignore | 1 + .idea/encodings.xml | 6 --- .idea/inspectionProfiles/Project_Default.xml | 5 --- .idea/magedbm2.iml | 11 ----- .idea/misc.xml | 17 ------- .idea/modules.xml | 8 ---- .idea/php.xml | 14 ------ .idea/vcs.xml | 6 --- .idea/workspace.xml | 47 -------------------- 9 files changed, 1 insertion(+), 114 deletions(-) delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/magedbm2.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/php.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.gitignore b/.gitignore index 7b10df6..06bb718 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vendor /*.phar +.idea diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 8d66637..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/magedbm2.iml b/.idea/magedbm2.iml deleted file mode 100644 index 5b0ba86..0000000 --- a/.idea/magedbm2.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index b38947d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - AngularJS - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 2406912..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml deleted file mode 100644 index cb17edd..0000000 --- a/.idea/php.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 9ca47ed..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file From 96dda72798bcab164b3fe070a901df20045b6f52 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 2 Dec 2020 12:10:50 +0000 Subject: [PATCH 3/3] Keep .idea managed by global gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 06bb718..7b10df6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ /vendor /*.phar -.idea