PageRenderTime 49ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/dev/tools/migration/factory_table_names/replace_ce.php

https://bitbucket.org/sunil_nextbits/magento2
PHP | 417 lines | 386 code | 2 blank | 29 comment | 0 complexity | 0651f9c944f6a3d46d14a0bb05e44273 MD5 | raw file
  1. <?php
  2. /**
  3. * Magento
  4. *
  5. * NOTICE OF LICENSE
  6. *
  7. * This source file is subject to the Open Software License (OSL 3.0)
  8. * that is bundled with this package in the file LICENSE.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://opensource.org/licenses/osl-3.0.php
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to license@magentocommerce.com so we can send you a copy immediately.
  14. *
  15. * DISCLAIMER
  16. *
  17. * Do not edit or add to this file if you wish to upgrade Magento to newer
  18. * versions in the future. If you wish to customize Magento for your
  19. * needs please refer to http://www.magentocommerce.com for more information.
  20. *
  21. * @category Mage
  22. * @package Mage
  23. * @copyright Copyright (c) 2012 X.commerce, Inc. (http://www.magentocommerce.com)
  24. * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
  25. */
  26. /**
  27. * Table names association between Magento1 and Magento2 for Community Edition
  28. * key => Magento1 table name
  29. * value => Magento2 table name
  30. */
  31. return array(
  32. 'admin/assert' => 'admin_assert',
  33. 'admin/role' => 'admin_role',
  34. 'admin/rule' => 'admin_rule',
  35. 'admin/user' => 'admin_user',
  36. 'adminnotification/inbox' => 'adminnotification_inbox',
  37. 'amazonpayments/api_debug' => 'amazonpayments_api_debug',
  38. 'api/assert' => 'api_assert',
  39. 'api/role' => 'api_role',
  40. 'api/rule' => 'api_rule',
  41. 'api/session' => 'api_session',
  42. 'api/user' => 'api_user',
  43. 'api2/acl_attribute' => 'api2_acl_attribute',
  44. 'api2/acl_role' => 'api2_acl_role',
  45. 'api2/acl_rule' => 'api2_acl_rule',
  46. 'api2/acl_user' => 'api2_acl_user',
  47. 'array(\'catalog/category\', \'datetime\')' => 'catalog_category_entity_datetime',
  48. 'array(\'catalog/category\', \'decimal\')' => 'catalog_category_entity_decimal',
  49. 'array(\'catalog/category\', \'int\')' => 'catalog_category_entity_int',
  50. 'array(\'catalog/category\', \'text\')' => 'catalog_category_entity_text',
  51. 'array(\'catalog/category\', \'varchar\')' => 'catalog_category_entity_varchar',
  52. 'array(\'catalog/product\', \'datetime\')' => 'catalog_product_entity_datetime',
  53. 'array(\'catalog/product\', \'decimal\')' => 'catalog_product_entity_decimal',
  54. 'array(\'catalog/product\', \'gallery\'' => 'catalog_product_entity_gallery',
  55. 'array(\'catalog/product\', \'int\')' => 'catalog_product_entity_int',
  56. 'array(\'catalog/product\', \'text\')' => 'catalog_product_entity_text',
  57. 'array(\'catalog/product\', \'varchar\')' => 'catalog_product_entity_varchar',
  58. 'array(\'catalog_product\', \'group_price\')' => 'catalog_product_entity_group_price',
  59. 'bundle/option' => 'catalog_product_bundle_option',
  60. 'bundle/option_indexer_idx' => 'catalog_product_index_price_bundle_opt_idx',
  61. 'bundle/option_indexer_tmp' => 'catalog_product_index_price_bundle_opt_tmp',
  62. 'bundle/option_value' => 'catalog_product_bundle_option_value',
  63. 'bundle/price_index' => 'catalog_product_bundle_price_index',
  64. 'bundle/price_indexer_idx' => 'catalog_product_index_price_bundle_idx',
  65. 'bundle/price_indexer_tmp' => 'catalog_product_index_price_bundle_tmp',
  66. 'bundle/selection' => 'catalog_product_bundle_selection',
  67. 'bundle/selection_indexer_idx' => 'catalog_product_index_price_bundle_sel_idx',
  68. 'bundle/selection_indexer_tmp' => 'catalog_product_index_price_bundle_sel_tmp',
  69. 'bundle/selection_price' => 'catalog_product_bundle_selection_price',
  70. 'bundle/stock_index' => 'catalog_product_bundle_stock_index',
  71. 'captcha/log' => 'captcha_log',
  72. 'catalog/category' => 'catalog_category_entity',
  73. 'catalog/category_anchor_indexer_idx' => 'catalog_category_anc_categs_index_idx',
  74. 'catalog/category_anchor_indexer_tmp' => 'catalog_category_anc_categs_index_tmp',
  75. 'catalog/category_anchor_products_indexer_idx' => 'catalog_category_anc_products_index_idx',
  76. 'catalog/category_anchor_products_indexer_tmp' => 'catalog_category_anc_products_index_tmp',
  77. 'catalog/category_flat' => 'catalog_category_flat',
  78. 'catalog/category_product' => 'catalog_category_product',
  79. 'catalog/category_product_enabled_indexer_idx' => 'catalog_category_product_index_enbl_idx',
  80. 'catalog/category_product_enabled_indexer_tmp' => 'catalog_category_product_index_enbl_tmp',
  81. 'catalog/category_product_index' => 'catalog_category_product_index',
  82. 'catalog/category_product_indexer_idx' => 'catalog_category_product_index_idx',
  83. 'catalog/category_product_indexer_tmp' => 'catalog_category_product_index_tmp',
  84. 'catalog/compare_item' => 'catalog_compare_item',
  85. 'catalog/eav_attribute' => 'catalog_eav_attribute',
  86. 'catalog/product' => 'catalog_product_entity',
  87. 'catalog/product_attribute_group_price' => 'catalog_product_entity_group_price',
  88. 'catalog/product_attribute_media_gallery' => 'catalog_product_entity_media_gallery',
  89. 'catalog/product_attribute_media_gallery_value' => 'catalog_product_entity_media_gallery_value',
  90. 'catalog/product_attribute_tier_price' => 'catalog_product_entity_tier_price',
  91. 'catalog/product_eav_decimal_indexer_idx' => 'catalog_product_index_eav_decimal_idx',
  92. 'catalog/product_eav_decimal_indexer_tmp' => 'catalog_product_index_eav_decimal_tmp',
  93. 'catalog/product_eav_indexer_idx' => 'catalog_product_index_eav_idx',
  94. 'catalog/product_eav_indexer_tmp' => 'catalog_product_index_eav_tmp',
  95. 'catalog/product_enabled_index' => 'catalog_product_enabled_index',
  96. 'catalog/product_flat' => 'catalog_product_flat',
  97. 'catalog/product_index_eav' => 'catalog_product_index_eav',
  98. 'catalog/product_index_eav_decimal' => 'catalog_product_index_eav_decimal',
  99. 'catalog/product_index_group_price' => 'catalog_product_index_group_price',
  100. 'catalog/product_index_price' => 'catalog_product_index_price',
  101. 'catalog/product_index_tier_price' => 'catalog_product_index_tier_price',
  102. 'catalog/product_index_website' => 'catalog_product_index_website',
  103. 'catalog/product_link' => 'catalog_product_link',
  104. 'catalog/product_link_attribute' => 'catalog_product_link_attribute',
  105. 'catalog/product_link_attribute_decimal' => 'catalog_product_link_attribute_decimal',
  106. 'catalog/product_link_attribute_int' => 'catalog_product_link_attribute_int',
  107. 'catalog/product_link_attribute_varchar' => 'catalog_product_link_attribute_varchar',
  108. 'catalog/product_link_type' => 'catalog_product_link_type',
  109. 'catalog/product_option' => 'catalog_product_option',
  110. 'catalog/product_option_price' => 'catalog_product_option_price',
  111. 'catalog/product_option_title' => 'catalog_product_option_title',
  112. 'catalog/product_option_type_price' => 'catalog_product_option_type_price',
  113. 'catalog/product_option_type_title' => 'catalog_product_option_type_title',
  114. 'catalog/product_option_type_value' => 'catalog_product_option_type_value',
  115. 'catalog/product_price_indexer_cfg_option_aggregate_idx' => 'catalog_product_index_price_cfg_opt_agr_idx',
  116. 'catalog/product_price_indexer_cfg_option_aggregate_tmp' => 'catalog_product_index_price_cfg_opt_agr_tmp',
  117. 'catalog/product_price_indexer_cfg_option_idx' => 'catalog_product_index_price_cfg_opt_idx',
  118. 'catalog/product_price_indexer_cfg_option_tmp' => 'catalog_product_index_price_cfg_opt_tmp',
  119. 'catalog/product_price_indexer_final_idx' => 'catalog_product_index_price_final_idx',
  120. 'catalog/product_price_indexer_final_tmp' => 'catalog_product_index_price_final_tmp',
  121. 'catalog/product_price_indexer_idx' => 'catalog_product_index_price_idx',
  122. 'catalog/product_price_indexer_option_aggregate_idx' => 'catalog_product_index_price_opt_agr_idx',
  123. 'catalog/product_price_indexer_option_aggregate_tmp' => 'catalog_product_index_price_opt_agr_tmp',
  124. 'catalog/product_price_indexer_option_idx' => 'catalog_product_index_price_opt_idx',
  125. 'catalog/product_price_indexer_option_tmp' => 'catalog_product_index_price_opt_tmp',
  126. 'catalog/product_price_indexer_tmp' => 'catalog_product_index_price_tmp',
  127. 'catalog/product_relation' => 'catalog_product_relation',
  128. 'catalog/product_super_attribute' => 'catalog_product_super_attribute',
  129. 'catalog/product_super_attribute_label' => 'catalog_product_super_attribute_label',
  130. 'catalog/product_super_attribute_pricing' => 'catalog_product_super_attribute_pricing',
  131. 'catalog/product_super_link' => 'catalog_product_super_link',
  132. 'catalog/product_website' => 'catalog_product_website',
  133. 'catalogindex/aggregation' => 'catalogindex_aggregation',
  134. 'catalogindex/aggregation_tag' => 'catalogindex_aggregation_tag',
  135. 'catalogindex/aggregation_to_tag' => 'catalogindex_aggregation_to_tag',
  136. 'catalogindex/eav' => 'catalog_product_index_eav',
  137. 'catalogindex/minimal_price' => 'catalogindex_minimal_price',
  138. 'catalogindex/price' => 'catalog_product_index_price',
  139. 'cataloginventory/stock' => 'cataloginventory_stock',
  140. 'cataloginventory/stock_item' => 'cataloginventory_stock_item',
  141. 'cataloginventory/stock_status' => 'cataloginventory_stock_status',
  142. 'cataloginventory/stock_status_indexer_idx' => 'cataloginventory_stock_status_idx',
  143. 'cataloginventory/stock_status_indexer_tmp' => 'cataloginventory_stock_status_tmp',
  144. 'catalogrule/affected_product' => 'catalogrule_affected_product',
  145. 'catalogrule/customer_group' => 'catalogrule_customer_group',
  146. 'catalogrule/rule' => 'catalogrule',
  147. 'catalogrule/rule_group_website' => 'catalogrule_group_website',
  148. 'catalogrule/rule_product' => 'catalogrule_product',
  149. 'catalogrule/rule_product_price' => 'catalogrule_product_price',
  150. 'catalogrule/website' => 'catalogrule_website',
  151. 'catalogsearch/fulltext' => 'catalogsearch_fulltext',
  152. 'catalogsearch/result' => 'catalogsearch_result',
  153. 'catalogsearch/search_query' => 'catalogsearch_query',
  154. 'checkout/agreement' => 'checkout_agreement',
  155. 'checkout/agreement_store' => 'checkout_agreement_store',
  156. 'chronopay/api_debug' => 'chronopay_api_debug',
  157. 'cms/block' => 'cms_block',
  158. 'cms/block_store' => 'cms_block_store',
  159. 'cms/page' => 'cms_page',
  160. 'cms/page_store' => 'cms_page_store',
  161. 'compiler/configuration' => 'compiler_configuration',
  162. 'core/cache' => 'core_cache',
  163. 'core/cache_option' => 'core_cache_option',
  164. 'core/cache_tag' => 'core_cache_tag',
  165. 'core/config_data' => 'core_config_data',
  166. 'core/config_field' => 'core_config_field',
  167. 'core/design_change' => 'design_change',
  168. 'core/directory_storage' => 'core_directory_storage',
  169. 'core/email_template' => 'core_email_template',
  170. 'core/file_storage' => 'core_file_storage',
  171. 'core/flag' => 'core_flag',
  172. 'core/layout_link' => 'core_layout_link',
  173. 'core/layout_update' => 'core_layout_update',
  174. 'core/resource' => 'core_resource',
  175. 'core/session' => 'core_session',
  176. 'core/store' => 'core_store',
  177. 'core/store_group' => 'core_store_group',
  178. 'core/translate' => 'core_translate',
  179. 'core/url_rewrite' => 'core_url_rewrite',
  180. 'core/url_rewrite_tag' => 'core_url_rewrite_tag',
  181. 'core/variable' => 'core_variable',
  182. 'core/variable_value' => 'core_variable_value',
  183. 'core/website' => 'core_website',
  184. 'cron/schedule' => 'cron_schedule',
  185. 'customer/address_entity' => 'customer_address_entity',
  186. 'customer/customer_group' => 'customer_group',
  187. 'customer/eav_attribute' => 'customer_eav_attribute',
  188. 'customer/eav_attribute_website' => 'customer_eav_attribute_website',
  189. 'customer/entity' => 'customer_entity',
  190. 'customer/form_attribute' => 'customer_form_attribute',
  191. 'customer/value_prefix' => 'customer_entity',
  192. 'customer_address_entity_datetime' => 'customer_address_entity_datetime',
  193. 'customer_address_entity_decimal' => 'customer_address_entity_decimal',
  194. 'customer_address_entity_int' => 'customer_address_entity_int',
  195. 'customer_address_entity_text' => 'customer_address_entity_text',
  196. 'customer_address_entity_varchar' => 'customer_address_entity_varchar',
  197. 'customer_entity_datetime' => 'customer_entity_datetime',
  198. 'customer_entity_decimal' => 'customer_entity_decimal',
  199. 'customer_entity_int' => 'customer_entity_int',
  200. 'customer_entity_text' => 'customer_entity_text',
  201. 'customer_entity_varchar' => 'customer_entity_varchar',
  202. 'cybermut/api_debug' => 'cybermut_api_debug',
  203. 'cybersource/api_debug' => 'cybersource_api_debug',
  204. 'directory/country' => 'directory_country',
  205. 'directory/country_format' => 'directory_country_format',
  206. 'directory/country_name' => 'directory_country_name',
  207. 'directory/country_region' => 'directory_country_region',
  208. 'directory/country_region_name' => 'directory_country_region_name',
  209. 'directory/currency_rate' => 'directory_currency_rate',
  210. 'downloadable/link' => 'downloadable_link',
  211. 'downloadable/link_price' => 'downloadable_link_price',
  212. 'downloadable/link_purchased' => 'downloadable_link_purchased',
  213. 'downloadable/link_purchased_item' => 'downloadable_link_purchased_item',
  214. 'downloadable/link_title' => 'downloadable_link_title',
  215. 'downloadable/product_price_indexer_idx' => 'catalog_product_index_price_downlod_idx',
  216. 'downloadable/product_price_indexer_tmp' => 'catalog_product_index_price_downlod_tmp',
  217. 'downloadable/sample' => 'downloadable_sample',
  218. 'downloadable/sample_title' => 'downloadable_sample_title',
  219. 'eav/attribute' => 'eav_attribute',
  220. 'eav/attribute_group' => 'eav_attribute_group',
  221. 'eav/attribute_label' => 'eav_attribute_label',
  222. 'eav/attribute_option' => 'eav_attribute_option',
  223. 'eav/attribute_option_value' => 'eav_attribute_option_value',
  224. 'eav/attribute_set' => 'eav_attribute_set',
  225. 'eav/entity' => 'eav_entity',
  226. 'eav/entity_attribute' => 'eav_entity_attribute',
  227. 'eav/entity_attribute_source_table' => 'eav_entity_attribute_source_table',
  228. 'eav/entity_store' => 'eav_entity_store',
  229. 'eav/entity_type' => 'eav_entity_type',
  230. 'eav/entity_value_prefix' => 'eav_entity',
  231. 'eav/form_element' => 'eav_form_element',
  232. 'eav/form_fieldset' => 'eav_form_fieldset',
  233. 'eav/form_fieldset_label' => 'eav_form_fieldset_label',
  234. 'eav/form_type' => 'eav_form_type',
  235. 'eav/form_type_entity' => 'eav_form_type_entity',
  236. 'eav_entity_datetime' => 'eav_entity_datetime',
  237. 'eav_entity_decimal' => 'eav_entity_decimal',
  238. 'eav_entity_int' => 'eav_entity_int',
  239. 'eav_entity_text' => 'eav_entity_text',
  240. 'eav_entity_varchar' => 'eav_entity_varchar',
  241. 'eway/api_debug' => 'eway_api_debug',
  242. 'find_feed/feed_import_codes' => 'find_feed_import_codes',
  243. 'flo2cash/api_debug' => 'flo2cash_api_debug',
  244. 'giftmessage/message' => 'gift_message',
  245. 'googlebase/attributes' => 'googlebase_attributes',
  246. 'googlebase/items' => 'googlebase_items',
  247. 'googlebase/types' => 'googlebase_types',
  248. 'googlecheckout/api_debug' => 'googlecheckout_api_debug',
  249. 'googlecheckout/notification' => 'googlecheckout_notification',
  250. 'googleoptimizer/code' => 'googleoptimizer_code',
  251. 'googleshopping/attributes' => 'googleshopping_attributes',
  252. 'googleshopping/items' => 'googleshopping_items',
  253. 'googleshopping/types' => 'googleshopping_types',
  254. 'ideal/api_debug' => 'ideal_api_debug',
  255. 'importexport/importdata' => 'importexport_importdata',
  256. 'index/event' => 'index_event',
  257. 'index/process' => 'index_process',
  258. 'index/process_event' => 'index_process_event',
  259. 'log/customer' => 'log_customer',
  260. 'log/quote_table' => 'log_quote',
  261. 'log/summary_table' => 'log_summary',
  262. 'log/summary_type_table' => 'log_summary_type',
  263. 'log/url_info_table' => 'log_url_info',
  264. 'log/url_table' => 'log_url',
  265. 'log/visitor' => 'log_visitor',
  266. 'log/visitor_info' => 'log_visitor_info',
  267. 'log/visitor_online' => 'log_visitor_online',
  268. 'newsletter/problem' => 'newsletter_problem',
  269. 'newsletter/queue' => 'newsletter_queue',
  270. 'newsletter/queue_link' => 'newsletter_queue_link',
  271. 'newsletter/queue_store_link' => 'newsletter_queue_store_link',
  272. 'newsletter/subscriber' => 'newsletter_subscriber',
  273. 'newsletter/template' => 'newsletter_template',
  274. 'oauth/consumer' => 'oauth_consumer',
  275. 'oauth/nonce' => 'oauth_nonce',
  276. 'oauth/token' => 'oauth_token',
  277. 'ogone/api_debug' => 'ogone_api_debug',
  278. 'oscommerce/catalog_category' => 'catalog_category_entity',
  279. 'oscommerce/catalog_product_website' => 'catalog_product_website',
  280. 'oscommerce/oscommerce' => 'oscommerce_import',
  281. 'oscommerce/oscommerce_order' => 'oscommerce_orders',
  282. 'oscommerce/oscommerce_order_history' => 'oscommerce_orders_status_history',
  283. 'oscommerce/oscommerce_order_products' => 'oscommerce_orders_products',
  284. 'oscommerce/oscommerce_order_total' => 'oscommerce_orders_total',
  285. 'oscommerce/oscommerce_ref' => 'oscommerce_ref',
  286. 'oscommerce/oscommerce_type' => 'oscommerce_import_type',
  287. 'paybox/api_debug' => 'paybox_api_debug',
  288. 'paybox/question_number' => 'paybox_question_number',
  289. 'paygate/authorizenet_debug' => 'paygate_authorizenet_debug',
  290. 'paypal/api_debug' => 'paypal_api_debug',
  291. 'paypal/cert' => 'paypal_cert',
  292. 'paypal/payment_transaction' => 'paypal_payment_transaction',
  293. 'paypal/settlement_report' => 'paypal_settlement_report',
  294. 'paypal/settlement_report_row' => 'paypal_settlement_report_row',
  295. 'paypaluk/api_debug' => 'paypaluk_api_debug',
  296. 'persistent/session' => 'persistent_session',
  297. 'poll/poll' => 'poll',
  298. 'poll/poll_answer' => 'poll_answer',
  299. 'poll/poll_store' => 'poll_store',
  300. 'poll/poll_vote' => 'poll_vote',
  301. 'productalert/price' => 'product_alert_price',
  302. 'productalert/stock' => 'product_alert_stock',
  303. 'protx/api_debug' => 'protx_api_debug',
  304. 'rating/rating' => 'rating',
  305. 'rating/rating_entity' => 'rating_entity',
  306. 'rating/rating_option' => 'rating_option',
  307. 'rating/rating_option_vote' => 'rating_option_vote',
  308. 'rating/rating_store' => 'rating_store',
  309. 'rating/rating_title' => 'rating_title',
  310. 'rating/rating_vote_aggregated' => 'rating_option_vote_aggregated',
  311. 'reports/compared_product_index' => 'report_compared_product_index',
  312. 'reports/event' => 'report_event',
  313. 'reports/event_type' => 'report_event_types',
  314. 'reports/viewed_product_index' => 'report_viewed_product_index',
  315. 'review/review' => 'review',
  316. 'review/review_aggregate' => 'review_entity_summary',
  317. 'review/review_detail' => 'review_detail',
  318. 'review/review_entity' => 'review_entity',
  319. 'review/review_status' => 'review_status',
  320. 'review/review_store' => 'review_store',
  321. 'sales/bestsellers_aggregated_daily' => 'sales_bestsellers_aggregated_daily',
  322. 'sales/bestsellers_aggregated_monthly' => 'sales_bestsellers_aggregated_monthly',
  323. 'sales/bestsellers_aggregated_yearly' => 'sales_bestsellers_aggregated_yearly',
  324. 'sales/billing_agreement' => 'sales_billing_agreement',
  325. 'sales/billing_agreement_order' => 'sales_billing_agreement_order',
  326. 'sales/creditmemo' => 'sales_flat_creditmemo',
  327. 'sales/creditmemo_comment' => 'sales_flat_creditmemo_comment',
  328. 'sales/creditmemo_grid' => 'sales_flat_creditmemo_grid',
  329. 'sales/creditmemo_item' => 'sales_flat_creditmemo_item',
  330. 'sales/invoice' => 'sales_flat_invoice',
  331. 'sales/invoice_comment' => 'sales_flat_invoice_comment',
  332. 'sales/invoice_grid' => 'sales_flat_invoice_grid',
  333. 'sales/invoice_item' => 'sales_flat_invoice_item',
  334. 'sales/invoiced_aggregated' => 'sales_invoiced_aggregated',
  335. 'sales/invoiced_aggregated_order' => 'sales_invoiced_aggregated_order',
  336. 'sales/order' => 'sales_flat_order',
  337. 'sales/order_address' => 'sales_flat_order_address',
  338. 'sales/order_aggregated_created' => 'sales_order_aggregated_created',
  339. 'sales/order_aggregated_updated' => 'sales_order_aggregated_updated',
  340. 'sales/order_entity' => 'sales_order_entity',
  341. 'sales/order_grid' => 'sales_flat_order_grid',
  342. 'sales/order_item' => 'sales_flat_order_item',
  343. 'sales/order_item_option' => 'sales_flat_order_item_option',
  344. 'sales/order_payment' => 'sales_flat_order_payment',
  345. 'sales/order_status' => 'sales_order_status',
  346. 'sales/order_status_history' => 'sales_flat_order_status_history',
  347. 'sales/order_status_label' => 'sales_order_status_label',
  348. 'sales/order_status_state' => 'sales_order_status_state',
  349. 'sales/order_tax' => 'sales_order_tax',
  350. 'sales/payment_transaction' => 'sales_payment_transaction',
  351. 'sales/quote' => 'sales_flat_quote',
  352. 'sales/quote_address' => 'sales_flat_quote_address',
  353. 'sales/quote_address_item' => 'sales_flat_quote_address_item',
  354. 'sales/quote_address_shipping_rate' => 'sales_flat_quote_shipping_rate',
  355. 'sales/quote_item' => 'sales_flat_quote_item',
  356. 'sales/quote_item_option' => 'sales_flat_quote_item_option',
  357. 'sales/quote_payment' => 'sales_flat_quote_payment',
  358. 'sales/recurring_profile' => 'sales_recurring_profile',
  359. 'sales/recurring_profile_order' => 'sales_recurring_profile_order',
  360. 'sales/refunded_aggregated' => 'sales_refunded_aggregated',
  361. 'sales/refunded_aggregated_order' => 'sales_refunded_aggregated_order',
  362. 'sales/shipment' => 'sales_flat_shipment',
  363. 'sales/shipment_comment' => 'sales_flat_shipment_comment',
  364. 'sales/shipment_grid' => 'sales_flat_shipment_grid',
  365. 'sales/shipment_item' => 'sales_flat_shipment_item',
  366. 'sales/shipment_track' => 'sales_flat_shipment_track',
  367. 'sales/shipping_aggregated' => 'sales_shipping_aggregated',
  368. 'sales/shipping_aggregated_order' => 'sales_shipping_aggregated_order',
  369. 'sales_entity/order' => 'sales_order',
  370. 'sales_entity/order_entity' => 'sales_order_entity',
  371. 'sales_entity/quote' => 'sales_quote',
  372. 'sales_entity/quote_address' => 'sales_quote_address',
  373. 'sales_entity/quote_entity' => 'sales_quote_entity',
  374. 'sales_entity/quote_item' => 'sales_quote_item',
  375. 'sales_entity/quote_temp' => 'sales_quote_temp',
  376. 'salesrule/coupon' => 'salesrule_coupon',
  377. 'salesrule/coupon_aggregated' => 'coupon_aggregated',
  378. 'salesrule/coupon_aggregated_order' => 'coupon_aggregated_order',
  379. 'salesrule/coupon_aggregated_updated' => 'coupon_aggregated_updated',
  380. 'salesrule/coupon_usage' => 'salesrule_coupon_usage',
  381. 'salesrule/customer_group' => 'salesrule_website',
  382. 'salesrule/label' => 'salesrule_label',
  383. 'salesrule/product_attribute' => 'salesrule_product_attribute',
  384. 'salesrule/rule' => 'salesrule',
  385. 'salesrule/rule_customer' => 'salesrule_customer',
  386. 'salesrule/website' => 'salesrule_customer_group',
  387. 'sendfriend/sendfriend' => 'sendfriend_log',
  388. 'shipping/tablerate' => 'shipping_tablerate',
  389. 'sitemap/sitemap' => 'sitemap',
  390. 'social_facebook/facebook' => 'social_facebook_actions',
  391. 'strikeiron/tax_rate' => 'strikeiron_tax_rate',
  392. 'tag/properties' => 'tag_properties',
  393. 'tag/relation' => 'tag_relation',
  394. 'tag/summary' => 'tag_summary',
  395. 'tag/tag' => 'tag',
  396. 'tag/tag_relation' => 'tag_relation',
  397. 'tax/sales_order_tax' => 'sales_order_tax',
  398. 'tax/sales_order_tax_item' => 'sales_order_tax_item',
  399. 'tax/tax_calculation' => 'tax_calculation',
  400. 'tax/tax_calculation_rate' => 'tax_calculation_rate',
  401. 'tax/tax_calculation_rate_title' => 'tax_calculation_rate_title',
  402. 'tax/tax_calculation_rule' => 'tax_calculation_rule',
  403. 'tax/tax_class' => 'tax_class',
  404. 'tax/tax_order_aggregated_created' => 'tax_order_aggregated_created',
  405. 'tax/tax_order_aggregated_updated' => 'tax_order_aggregated_updated',
  406. 'weee/discount' => 'weee_discount',
  407. 'weee/tax' => 'weee_tax',
  408. 'widget/widget' => 'widget',
  409. 'widget/widget_instance' => 'widget_instance',
  410. 'widget/widget_instance_page' => 'widget_instance_page',
  411. 'widget/widget_instance_page_layout' => 'widget_instance_page_layout',
  412. 'wishlist/item' => 'wishlist_item',
  413. 'wishlist/item_option' => 'wishlist_item_option',
  414. 'wishlist/wishlist' => 'wishlist',
  415. );