Skip to content

Commit 76dae41

Browse files
author
Joan He
committed
MAGETWO-33705: moved tables (core_variable, core_variable_value) to Magento_Variable
1 parent 8b17f02 commit 76dae41

File tree

2 files changed

+5
-5
lines changed
  • dev
    • tests/static/testsuite/Magento/Test/Integrity/_files/dependency_test
    • tools/Magento/Tools/Migration/factory_table_names

2 files changed

+5
-5
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/_files/dependency_test/tables_ce.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@
116116
'core_file_storage' => 'Magento_Core',
117117
'core_flag' => 'Magento_Core',
118118
'core_resource' => 'Magento_Core',
119-
'core_variable' => 'Magento_Core',
120-
'core_variable_value' => 'Magento_Core',
121119
'core_session' => 'Magento_Core',
122120
'store' => 'Magento_Store',
123121
'store_group' => 'Magento_Store',
@@ -314,5 +312,7 @@
314312
'admin_system_messages' => 'Magento_AdminNotification',
315313
'theme' => 'Magento_Theme',
316314
'theme_files' => 'Magento_Theme',
317-
'vde_theme_change' => 'Magento_DesignEditor'
315+
'vde_theme_change' => 'Magento_DesignEditor',
316+
'variable' => 'Magento_Variable',
317+
'variable_value' => 'Magento_Variable',
318318
];

dev/tools/Magento/Tools/Migration/factory_table_names/replace_ce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
'core/session' => 'core_session',
139139
'core/store' => 'store',
140140
'core/store_group' => 'store_group',
141-
'core/variable' => 'core_variable',
142-
'core/variable_value' => 'core_variable_value',
141+
'core/variable' => 'variable',
142+
'core/variable_value' => 'variable_value',
143143
'core/website' => 'store_website',
144144
'cron/schedule' => 'cron_schedule',
145145
'customer/address_entity' => 'customer_address_entity',

0 commit comments

Comments
 (0)