` is either an exact version or next significant release syntax.
Exact version example:
composer require magento/data-migration-tool:2.4.4
Next significant release example:
composer require magento/data-migration-tool:~2.4
5. Wait while dependencies are installed.
6. Enter the following command to enable the tool
bin/magento module:enable Magento_DataMigrationTool
## More details
See the Migration Guide for the detailed help with your data migration process.
================================================
FILE: composer.json
================================================
{
"name": "magento/data-migration-tool",
"description": "Migration Tool",
"version": "2.4.8.1",
"require": {
"symfony/console": "^6.4",
"magento/framework": "*",
"monolog/monolog": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "~9.5.0"
},
"autoload": {
"psr-4": {"Migration\\": "src/Migration"},
"files" : ["src/Migration/cli_commands.php", "registration.php"]
},
"autoload-dev": {
"psr-4": {"Migration\\": "tests/unit/testsuite/Migration"}
}
}
================================================
FILE: etc/class-map.xsd
================================================
================================================
FILE: etc/commerce-to-commerce/1.11.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.11.0.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/1.11.0.0/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.11.0.0/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/1.11.0.0/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.11.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.11.0.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.11.0.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/commerce-to-commerce/1.11.0.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.11.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
enterprise_admin_passwords
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
enterprise_reminder_rule.active_from
enterprise_reminder_rule.from_date
enterprise_reminder_rule.active_to
enterprise_reminder_rule.to_date
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
paypal_payment_transaction
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
sales_order_aggregated_updated
sales_order_tax_item
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
tax_order_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
admin_user.rp_token
admin_user.rp_token_created_at
cataloginventory_stock_item.is_decimal_divided
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
weee_tax.state
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.11.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.11.0.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/1.11.0.1/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.11.0.1/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/1.11.0.1/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.11.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.11.0.1/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.11.0.1/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/commerce-to-commerce/1.11.0.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.11.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
enterprise_reminder_rule.active_from
enterprise_reminder_rule.from_date
enterprise_reminder_rule.active_to
enterprise_reminder_rule.to_date
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
paypal_payment_transaction
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
sales_order_aggregated_updated
sales_order_tax_item
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
tax_order_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
admin_user.rp_token
admin_user.rp_token_created_at
cataloginventory_stock_item.is_decimal_divided
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
cms_page.meta_title
sales_order_address.vertex_vat_country_code
weee_tax.state
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.11.0.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.11.0.2/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/1.11.0.2/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.11.0.2/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/1.11.0.2/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.11.0.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.11.0.2/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.11.0.2/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/commerce-to-commerce/1.11.0.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.11.0.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
enterprise_reminder_rule.active_from
enterprise_reminder_rule.from_date
enterprise_reminder_rule.active_to
enterprise_reminder_rule.to_date
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
paypal_payment_transaction
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
sales_order_aggregated_updated
sales_order_tax_item
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
tax_order_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
admin_user.rp_token
admin_user.rp_token_created_at
cataloginventory_stock_item.is_decimal_divided
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
cms_page.meta_title
sales_order_address.vertex_vat_country_code
weee_tax.state
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.11.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.11.1.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/1.11.1.0/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.11.1.0/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/1.11.1.0/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.11.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.11.1.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.11.1.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/commerce-to-commerce/1.11.1.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.11.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
enterprise_reminder_rule.active_from
enterprise_reminder_rule.from_date
enterprise_reminder_rule.active_to
enterprise_reminder_rule.to_date
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
cms_page.meta_title
sales_order_address.vertex_vat_country_code
weee_tax.state
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.11.2.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.11.2.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/1.11.2.0/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.11.2.0/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/1.11.2.0/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.11.2.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.11.2.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.11.2.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/commerce-to-commerce/1.11.2.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.11.2.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
enterprise_reminder_rule.active_from
enterprise_reminder_rule.from_date
enterprise_reminder_rule.active_to
enterprise_reminder_rule.to_date
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
cms_page.meta_title
sales_order_address.vertex_vat_country_code
weee_tax.state
enterprise_reminder_rule.active_from
enterprise_reminder_rule.active_to
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.12.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.12.0.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.12.0.0/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.12.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.12.0.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.12.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
salesrule_coupon_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.store_id
sales_creditmemo.discount_description
sales_invoice.discount_description
salesrule_coupon.type
tax_calculation_rule.calculate_subtotal
translation.crc_string
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
weee_tax.state
importexport_importdata.updated_at
importexport_importdata.is_processed
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
sales_flat_quote_payment.cc_exp_month
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.12.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.12.0.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.12.0.1/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.12.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.12.0.1/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.12.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
salesrule_coupon_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.store_id
sales_creditmemo.discount_description
sales_invoice.discount_description
salesrule_coupon.type
tax_calculation_rule.calculate_subtotal
translation.crc_string
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
sales_flat_quote_payment.cc_exp_month
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.12.0.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.12.0.2/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/1.12.0.2/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.12.0.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.12.0.2/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/commerce-to-commerce/1.12.0.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
salesrule_coupon_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
sales_order_status_state.visible_on_front
translation.crc_string
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.store_id
sales_creditmemo.discount_description
sales_invoice.discount_description
salesrule_coupon.type
tax_calculation_rule.calculate_subtotal
translation.crc_string
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
sales_flat_quote_payment.cc_exp_month
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.13.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11300to2000Delta
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.13.0.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.13.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.13.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.13.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11300to2000Delta
Migration\Step\UrlRewrite\Version11300to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.13.0.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.13.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.13.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.13.0.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.13.0.2/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.13.0.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.13.0.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_reward_history.points_voided
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.13.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.13.1.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.13.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.13.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.0.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.0.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.1.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.2.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.2.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.2.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.2.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.2.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.2.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.2.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.2.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.2.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.2.2/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.2.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.2.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.2.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.2.3/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.2.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.2.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.2.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.2.4/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.2.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.2.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.0/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.1/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
catalog_product_entity_text.value
catalog_product_entity_varchar.value
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.10/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.10/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.10/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.10
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.10/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.10/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.2/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.2/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.3/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.3/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.3/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.4/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.4/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.4/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.6/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.6/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.6/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.6
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.6/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.6/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.7/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.7/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.7/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.7
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.7/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.7/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.8/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.8/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.8/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.8
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.8/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.8/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.3.9/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.3.9/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.3.9/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.3.9
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.3.9/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.3.9/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.4.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.4.0/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.4.0/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.4.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.4.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.4.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.4.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version11410to2000Delta
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.4.1/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.4.1/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.4.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.4.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.4.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
sales_flat_quote.visitor_id
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.4.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.4.2/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.4.2/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.4.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.4.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.4.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
sales_flat_quote.visitor_id
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.4.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.4.3/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.4.3/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.4.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.4.3/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.4.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
sales_flat_quote.visitor_id
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.4.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.4.4/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.4.4/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.4.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.4.4/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.4.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
sales_flat_quote.visitor_id
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/1.14.4.5/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGridsEE\Integrity
Migration\Step\OrderGridsEE\Data
Migration\Step\OrderGridsEE\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\VisualMerchandiser\Integrity
Migration\Step\VisualMerchandiser\Data
Migration\Step\VisualMerchandiser\Volume
Migration\Step\PostProcessing\Data
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
Migration\Step\OrderGridsEE\Delta
Migration\Step\OrderGridsEE\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/commerce-to-commerce/1.14.4.5/map.xml.dist
etc/commerce-to-commerce/map-eav.xml.dist
etc/commerce-to-commerce/eav-document-groups.xml.dist
etc/commerce-to-commerce/eav-attribute-groups.xml.dist
etc/commerce-to-commerce/map-log.xml.dist
etc/commerce-to-commerce/log-document-groups.xml.dist
etc/commerce-to-commerce/settings.xml.dist
etc/commerce-to-commerce/map-customer.xml.dist
etc/commerce-to-commerce/customer-document-groups.xml.dist
etc/commerce-to-commerce/customer-attribute-groups.xml.dist
etc/commerce-to-commerce/map-sales.xml.dist
etc/commerce-to-commerce/deltalog.xml.dist
etc/commerce-to-commerce/customer-attr-map.xml.dist
etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
etc/commerce-to-commerce/order-grids-document-groups.xml.dist
etc/commerce-to-commerce/class-map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
etc/commerce-to-commerce/map-document-groups.xml.dist
etc/commerce-to-commerce/1.14.4.5/map-tier-price.xml.dist
etc/commerce-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
commerce-to-commerce
1.14.4.5
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/commerce-to-commerce/1.14.4.5/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/1.14.4.5/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
enterprise_sales_creditmemo_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_shipment_grid_archive
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
enterprise_queue_queue
enterprise_queue_task
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
protx_api_debug
social_facebook_actions
strikeiron_tax_rate
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
enterprise_admin_passwords
admin_role
admin_rule
sales_flat_order
admin_role
admin_rule
enterprise_url_rewrite
enterprise_url_rewrite_category_cl
enterprise_url_rewrite_product_cl
enterprise_url_rewrite_redirect
enterprise_url_rewrite_redirect_cl
enterprise_url_rewrite_redirect_rewrite
enterprise_catalog_category_rewrite
enterprise_catalog_product_rewrite
enterprise_catalogpermissions_index
enterprise_catalogpermissions_index_product
enterprise_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
enterprise_targetrule_index
enterprise_targetrule_index_crosssell
enterprise_targetrule_index_crosssell_product
enterprise_targetrule_index_related
enterprise_targetrule_index_related_product
enterprise_targetrule_index_upsell
enterprise_targetrule_index_upsell_product
enterprise_staging
enterprise_staging_action
enterprise_staging_item
enterprise_staging_log
core_session
enterprise_staging_product_unlinked
enterprise_support_backup
enterprise_support_backup_item
enterprise_support_sysreport
enterprise_mview_event
enterprise_mview_metadata
enterprise_mview_metadata_event
enterprise_mview_metadata_group
enterprise_mview_subscriber
enterprise_index_multiplier
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
enterprise_cms_page_revision
enterprise_cms_page_version
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
enterprise_rma
magento_rma
enterprise_rma_item_entity
magento_rma_item_entity
enterprise_rma_item_entity_datetime
magento_rma_item_entity_datetime
enterprise_rma_item_entity_decimal
magento_rma_item_entity_decimal
enterprise_rma_item_entity_int
magento_rma_item_entity_int
enterprise_rma_item_entity_text
magento_rma_item_entity_text
enterprise_rma_item_entity_varchar
magento_rma_item_entity_varchar
enterprise_rma_item_form_attribute
magento_rma_item_form_attribute
enterprise_rma_shipping_label
magento_rma_shipping_label
enterprise_rma_status_history
magento_rma_status_history
enterprise_banner
magento_banner
enterprise_banner_catalogrule
magento_banner_catalogrule
enterprise_banner_content
magento_banner_content
enterprise_banner_customersegment
magento_banner_customersegment
enterprise_banner_salesrule
magento_banner_salesrule
enterprise_catalogevent_event
magento_catalogevent_event
enterprise_catalogevent_event_image
magento_catalogevent_event_image
enterprise_catalogpermissions
magento_catalogpermissions
enterprise_cms_hierarchy_lock
magento_versionscms_hierarchy_lock
enterprise_cms_hierarchy_metadata
magento_versionscms_hierarchy_metadata
enterprise_cms_hierarchy_node
magento_versionscms_hierarchy_node
enterprise_cms_increment
magento_versionscms_increment
enterprise_customerbalance
magento_customerbalance
enterprise_customerbalance_history
magento_customerbalance_history
enterprise_customersegment_customer
magento_customersegment_customer
enterprise_customersegment_event
magento_customersegment_event
enterprise_customersegment_segment
magento_customersegment_segment
enterprise_customersegment_website
magento_customersegment_website
enterprise_giftcard_amount
magento_giftcard_amount
enterprise_giftcardaccount
magento_giftcardaccount
enterprise_giftcardaccount_history
magento_giftcardaccount_history
enterprise_giftcardaccount_pool
magento_giftcardaccount_pool
enterprise_giftregistry_data
magento_giftregistry_data
enterprise_giftregistry_entity
magento_giftregistry_entity
enterprise_giftregistry_item
magento_giftregistry_item
enterprise_giftregistry_item_option
magento_giftregistry_item_option
enterprise_giftregistry_label
magento_giftregistry_label
enterprise_giftregistry_person
magento_giftregistry_person
enterprise_giftregistry_type
magento_giftregistry_type
enterprise_giftregistry_type_info
magento_giftregistry_type_info
enterprise_giftwrapping
magento_giftwrapping
enterprise_giftwrapping_store_attributes
magento_giftwrapping_store_attributes
enterprise_giftwrapping_website
magento_giftwrapping_website
enterprise_invitation
magento_invitation
enterprise_invitation_status_history
magento_invitation_status_history
enterprise_invitation_track
magento_invitation_track
enterprise_logging_event
magento_logging_event
enterprise_logging_event_changes
magento_logging_event_changes
enterprise_reminder_rule
magento_reminder_rule
enterprise_reminder_rule_coupon
magento_reminder_rule_coupon
enterprise_reminder_rule_log
magento_reminder_rule_log
enterprise_reminder_rule_website
magento_reminder_rule_website
enterprise_reminder_template
magento_reminder_template
enterprise_reward
magento_reward
enterprise_reward_history
magento_reward_history
enterprise_reward_rate
magento_reward_rate
enterprise_reward_salesrule
magento_reward_salesrule
enterprise_scheduled_operations
magento_scheduled_operations
enterprise_targetrule
magento_targetrule
enterprise_targetrule_customersegment
magento_targetrule_customersegment
enterprise_targetrule_product
magento_targetrule_product
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
enterprise_rma_grid
magento_rma_grid
enterprise_support_backup
support_backup
enterprise_support_backup_item
support_backup_item
cms_page.root_template
cms_page.page_layout
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
enterprise_giftcard_amount.entity_id
magento_giftcard_amount.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_reminder_rule.conditions_serialized
enterprise_reminder_rule.condition_sql
enterprise_customersegment_segment.conditions_serialized
enterprise_customersegment_segment.condition_sql
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
enterprise_giftregistry_type.meta_xml
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
enterprise_reward_history.additional_data
sales_flat_order_item.product_options
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
enterprise_giftregistry_item_option.value
enterprise_giftregistry_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
enterprise_reminder_rule.conditions_serialized
enterprise_targetrule.actions_serialized
enterprise_targetrule.conditions_serialized
enterprise_targetrule.action_select_bind
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
enterprise_customersegment_segment.conditions_serialized
enterprise_logging_event.info
enterprise_logging_event_changes.original_data
enterprise_logging_event_changes.result_data
enterprise_rma_item_entity.product_options
enterprise_rma_shipping_label.packages
enterprise_giftregistry_person.custom_values
enterprise_giftregistry_entity.custom_values
enterprise_giftregistry_entity.shipping_address
enterprise_scheduled_operations.file_info
enterprise_scheduled_operations.entity_attributes
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
enterprise_rma_item_entity.entity_type_id
enterprise_rma_item_entity.attribute_set_id
enterprise_rma_item_entity_datetime.entity_type_id
enterprise_rma_item_entity_decimal.entity_type_id
enterprise_rma_item_entity_int.entity_type_id
enterprise_rma_item_entity_text.entity_type_id
enterprise_rma_item_entity_varchar.entity_type_id
enterprise_giftcard_amount.entity_type_id
enterprise_targetrule.use_customer_segment
enterprise_targetrule_product.store_id
newsletter_template.template_text_preprocessed
enterprise_giftregistry_person.middlename
sales_flat_quote.base_customer_balance_virtual_amount
sales_flat_quote.visitor_id
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
cms_page.published_revision_id
cms_page.under_version_control
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
weee_tax.state
enterprise_banner.is_ga_enabled
enterprise_logging_event.ip
enterprise_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
enterprise_catalogevent_event.date_start
enterprise_catalogevent_event.date_end
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
oauth_token.callback_url
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
enterprise_reminder_rule.from_date
enterprise_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
enterprise_catalogpermissions.customer_group_id
enterprise_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
sales_order
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
quote_id_mask
eav_attribute_option_swatch
import_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
magento_sales_shipment_grid_archive
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_group_excluded_website
store
store_group
store_website
support_report
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
queue
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
admin_passwords
admin_user_expiration
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
queue_lock
admin_adobe_ims_webapi
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
magento_banner_content.banner_content
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
magento_catalogevent_event.status
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
magento_banner.is_ga_enabled
magento_banner.ga_creative
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
magento_catalogevent_event.status
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
magento_logging_event.ip
magento_logging_event.x_forwarded_ip
rating_option_vote.remote_ip_long
sendfriend_log.ip
magento_catalogevent_event.date_start
magento_catalogevent_event.date_end
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
magento_reminder_rule.from_date
magento_reminder_rule.to_date
enterprise_invitation.group_id
enterprise_logging_event.info
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
enterprise_catalogpermissions.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
magento_catalogpermissions.customer_group_id
magento_invitation.customer_group_id
magento_logging_event.customer_group_id
magento_reward_rate.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
magento_invitation.group_id
magento_logging_event.info
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/commerce-to-commerce/class-map.xml.dist
================================================
catalogrule/rule_condition_combine
Magento\CatalogRule\Model\Rule\Condition\Combine
adminhtml/catalog_category_helper_pricestep
Magento\Catalog\Block\Adminhtml\Category\Helper\Pricestep
adminhtml/catalog_category_helper_sortby_available
Magento\Catalog\Block\Adminhtml\Category\Helper\Sortby\Available
adminhtml/catalog_category_helper_sortby_default
Magento\Catalog\Block\Adminhtml\Category\Helper\Sortby\DefaultSortby
adminhtml/catalog_product_helper_form_config
Magento\GiftWrapping\Block\Adminhtml\Product\Helper\Form\Config
adminhtml/catalog_product_helper_form_msrp_enabled
adminhtml/catalog_product_helper_form_msrp_price
Magento\Msrp\Block\Adminhtml\Product\Helper\Form\Type\Price
bundle/product_attribute_source_price_view
Magento\Bundle\Model\Product\Attribute\Source\Price\View
catalog/attribute_backend_customlayoutupdate
Magento\Catalog\Model\Attribute\Backend\Customlayoutupdate
catalog/category
Magento\Catalog\Model\ResourceModel\Category
catalog/category_attribute_backend_image
Magento\Catalog\Model\Category\Attribute\Backend\Image
catalog/category_attribute_backend_sortby
Magento\Catalog\Model\Category\Attribute\Backend\Sortby
catalog/category_attribute_backend_urlkey
catalog/product_attribute_backend_urlkey
catalog/category_attribute_collection
Magento\Catalog\Model\ResourceModel\Category\Attribute\Collection
catalog/category_attribute_source_layout
Magento\Catalog\Model\Category\Attribute\Source\Layout
catalog/category_attribute_source_mode
Magento\Catalog\Model\Category\Attribute\Source\Mode
catalog/category_attribute_source_page
Magento\Catalog\Model\Category\Attribute\Source\Page
catalog/category_attribute_source_sortby
Magento\Catalog\Model\Category\Attribute\Source\Sortby
catalog/category_widget_link
Magento\Catalog\Block\Category\Widget\Link
catalog/entity_product_attribute_design_options_container
Magento\Catalog\Model\Entity\Product\Attribute\Design\Options\Container
catalog/product
Magento\Catalog\Model\ResourceModel\Product
catalog/product_attribute_backend_boolean
Magento\Catalog\Model\Product\Attribute\Backend\Boolean
catalog/product_attribute_backend_media
catalog/product_attribute_backend_msrp
catalog/product_attribute_backend_price
Magento\Catalog\Model\Product\Attribute\Backend\Price
catalog/product_attribute_backend_recurring
catalog/product_attribute_backend_sku
Magento\Catalog\Model\Product\Attribute\Backend\Sku
catalog/product_attribute_backend_startdate
Magento\Catalog\Model\Attribute\Backend\Startdate
catalog/product_attribute_backend_startdate_specialprice
Magento\Catalog\Model\Attribute\Backend\Startdate
catalog/product_attribute_backend_tierprice
Magento\Catalog\Model\Product\Attribute\Backend\Tierprice
catalog/product_attribute_collection
Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
catalog/product_attribute_frontend_image
Magento\Catalog\Model\Product\Attribute\Frontend\Image
catalog/product_attribute_source_countryofmanufacture
Magento\Catalog\Model\Product\Attribute\Source\Countryofmanufacture
catalog/product_attribute_source_layout
Magento\Catalog\Model\Product\Attribute\Source\Layout
catalog/product_attribute_source_msrp_type_enabled
catalog/product_attribute_source_msrp_type_price
Magento\Msrp\Model\Product\Attribute\Source\Type\Price
catalog/product_status
Magento\Catalog\Model\Product\Attribute\Source\Status
catalog/product_visibility
Magento\Catalog\Model\Product\Visibility
catalog/product_widget_link
Magento\Catalog\Block\Product\Widget\Link
catalog/product_widget_new
Magento\Catalog\Block\Product\Widget\NewWidget
catalog/resource_eav_attribute
Magento\Catalog\Model\ResourceModel\Eav\Attribute
catalogrule/rule_action_collection
Magento\CatalogRule\Model\Rule\Action\Collection
catalogrule/rule_action_product
Magento\CatalogRule\Model\Rule\Action\Product
catalogrule/rule_condition_product
Magento\CatalogRule\Model\Rule\Condition\Product
catalogrule/rule_product_price
Magento\CatalogRule\Model\Rule\Product\Price
cms/widget_block
Magento\Cms\Block\Widget\Block
cms/widget_page_link
Magento\Cms\Block\Widget\Page\Link
core/design_source_design
Magento\Theme\Model\Theme\Source\Theme
customer/address
Magento\Customer\Model\ResourceModel\Address
customer/address_attribute_collection
Magento\Customer\Model\ResourceModel\Address\Attribute\Collection
customer/attribute
Magento\Customer\Model\Attribute
customer/attribute_backend_data_boolean
Magento\Customer\Model\Attribute\Backend\Data\Boolean
customer/attribute_collection
Magento\Customer\Model\ResourceModel\Attribute\Collection
customer/attribute_data_postcode
Magento\Customer\Model\Attribute\Data\Postcode
customer/customer
Magento\Customer\Model\ResourceModel\Customer
customer/customer_attribute_backend_billing
Magento\Customer\Model\Customer\Attribute\Backend\Billing
customer/customer_attribute_backend_password
Magento\Customer\Model\Customer\Attribute\Backend\Password
customer/customer_attribute_backend_shipping
Magento\Customer\Model\Customer\Attribute\Backend\Shipping
customer/customer_attribute_backend_store
Magento\Customer\Model\Customer\Attribute\Backend\Store
customer/customer_attribute_backend_website
Magento\Customer\Model\Customer\Attribute\Backend\Website
customer/customer_attribute_source_group
Magento\Customer\Model\Customer\Attribute\Source\Group
customer/customer_attribute_source_store
Magento\Customer\Model\Customer\Attribute\Source\Store
customer/customer_attribute_source_website
Magento\Customer\Model\Customer\Attribute\Source\Website
customer/entity_address_attribute_backend_region
Magento\Customer\Model\ResourceModel\Address\Attribute\Backend\Region
customer/entity_address_attribute_backend_street
Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend
customer/entity_address_attribute_source_country
Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Country
customer/entity_address_attribute_source_region
Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Region
eav/entity_attribute_backend_array
Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend
eav/entity_attribute_backend_datetime
Magento\Eav\Model\Entity\Attribute\Backend\Datetime
eav/entity_attribute_backend_time_created
Magento\Eav\Model\Entity\Attribute\Backend\Time\Created
eav/entity_attribute_backend_time_updated
Magento\Eav\Model\Entity\Attribute\Backend\Time\Updated
eav/entity_attribute_frontend_datetime
Magento\Eav\Model\Entity\Attribute\Frontend\Datetime
eav/entity_attribute_source_boolean
Magento\Eav\Model\Entity\Attribute\Source\Boolean
eav/entity_attribute_source_table
Magento\Eav\Model\Entity\Attribute\Source\Table
eav/entity_increment_numeric
Magento\Eav\Model\Entity\Increment\NumericValue
giftmessage/adminhtml_product_helper_form_config
Magento\GiftMessage\Block\Adminhtml\Product\Helper\Form\Config
reports/product_widget_compared
Magento\Reports\Block\Product\Widget\Compared
reports/product_widget_viewed
Magento\Reports\Block\Product\Widget\Viewed
sales/order
Magento\Sales\Model\ResourceModel\Order
sales/order_creditmemo
Magento\Sales\Model\ResourceModel\Order\Creditmemo
sales/order_invoice
Magento\Sales\Model\ResourceModel\Order\Invoice
sales/order_shipment
Magento\Sales\Model\ResourceModel\Order\Shipment
sales/widget_guest_form
Magento\Sales\Block\Widget\Guest\Form
salesrule/rule_action_collection
Magento\CatalogRule\Model\Rule\Action\Collection
salesrule/rule_action_product
Magento\CatalogRule\Model\Rule\Action\Product
salesrule/rule_condition_address
Magento\SalesRule\Model\Rule\Condition\Address
salesrule/rule_condition_combine
Magento\SalesRule\Model\Rule\Condition\Combine
salesrule/rule_condition_product
Magento\SalesRule\Model\Rule\Condition\Product
salesrule/rule_condition_product_combine
Magento\SalesRule\Model\Rule\Condition\Product\Combine
salesrule/rule_condition_product_found
Magento\SalesRule\Model\Rule\Condition\Product\Found
salesrule/rule_condition_product_subselect
Magento\SalesRule\Model\Rule\Condition\Product\Subselect
salesrule/rule_customer
Magento\SalesRule\Model\Rule\Customer
salesrule/rule_product
Magento\SalesRule\Model\Rule\Product
tax/class_source_product
Magento\Tax\Model\TaxClass\Source\Product
weee/attribute_backend_weee_tax
Magento\Weee\Model\Attribute\Backend\Weee\Tax
enterprise_targetrule/rule_condition_combine
Magento\TargetRule\Model\Rule\Condition\Combine
enterprise_banner/widget_banner
Magento\Banner\Block\Widget\Banner
enterprise_catalog/product_attribute_backend_urlkey
enterprise_catalogevent/event_lister
Magento\CatalogEvent\Block\Event\Lister
enterprise_catalogevent/widget_lister
Magento\CatalogEvent\Block\Widget\Lister
enterprise_checkout/widget_sku
Magento\AdvancedCheckout\Block\Widget\Sku
enterprise_cms/widget_node
Magento\VersionsCms\Block\Widget\Node
enterprise_giftcard/attribute_backend_giftcard_amount
Magento\GiftCard\Model\Attribute\Backend\Giftcard\Amount
enterprise_giftcard/source_open
Magento\GiftCard\Model\Source\Open
enterprise_giftcard/source_type
Magento\GiftCard\Model\Source\Type
enterprise_giftregistry/search_widget_form
Magento\GiftRegistry\Block\Search\Widget\Form
enterprise_giftwrapping/adminhtml_product_helper_form_config
Magento\GiftWrapping\Block\Adminhtml\Product\Helper\Form\Config
enterprise_reminder/rule_condition_cart
\Magento\Reminder\Model\Rule\Condition\Cart
enterprise_reminder/rule_condition_cart_amount
\Magento\Reminder\Model\Rule\Condition\Cart\Amount
enterprise_reminder/rule_condition_cart_attributes
\Magento\Reminder\Model\Rule\Condition\Cart\Attributes
enterprise_reminder/rule_condition_cart_combine
\Magento\Reminder\Model\Rule\Condition\Cart\Combine
enterprise_reminder/rule_condition_cart_couponcode
\Magento\Reminder\Model\Rule\Condition\Cart\Couponcode
enterprise_reminder/rule_condition_cart_itemsquantity
\Magento\Reminder\Model\Rule\Condition\Cart\Itemsquantity
enterprise_reminder/rule_condition_cart_sku
\Magento\Reminder\Model\Rule\Condition\Cart\Sku
enterprise_reminder/rule_condition_cart_storeview
\Magento\Reminder\Model\Rule\Condition\Cart\Storeview
enterprise_reminder/rule_condition_cart_subcombine
\Magento\Reminder\Model\Rule\Condition\Cart\Subcombine
enterprise_reminder/rule_condition_cart_subselection
\Magento\Reminder\Model\Rule\Condition\Cart\Subselection
enterprise_reminder/rule_condition_cart_totalquantity
\Magento\Reminder\Model\Rule\Condition\Cart\Totalquantity
enterprise_reminder/rule_condition_cart_virtual
\Magento\Reminder\Model\Rule\Condition\Cart\Virtual
enterprise_reminder/rule_condition_combine
\Magento\Reminder\Model\Rule\Condition\Combine
enterprise_reminder/rule_condition_combine_root
\Magento\Reminder\Model\Rule\Condition\Combine\Root
enterprise_reminder/rule_condition_wishlist
\Magento\Reminder\Model\Rule\Condition\Wishlist
enterprise_reminder/rule_condition_wishlist_attributes
\Magento\Reminder\Model\Rule\Condition\Wishlist\Attributes
enterprise_reminder/rule_condition_wishlist_combine
\Magento\Reminder\Model\Rule\Condition\Wishlist\Combine
enterprise_reminder/rule_condition_wishlist_quantity
\Magento\Reminder\Model\Rule\Condition\Wishlist\Quantity
enterprise_reminder/rule_condition_wishlist_sharing
\Magento\Reminder\Model\Rule\Condition\Wishlist\Sharing
enterprise_reminder/rule_condition_wishlist_storeview
\Magento\Reminder\Model\Rule\Condition\Wishlist\Storeview
enterprise_reminder/rule_condition_wishlist_subcombine
\Magento\Reminder\Model\Rule\Condition\Wishlist\Subcombine
enterprise_reminder/rule_condition_wishlist_subselection
\Magento\Reminder\Model\Rule\Condition\Wishlist\Subselection
enterprise_rma/adminhtml_product_renderer
Magento\Rma\Block\Adminhtml\Product\Renderer
enterprise_rma/item
Magento\Rma\Model\ResourceModel\Item
enterprise_rma/item_attribute
Magento\Rma\Model\Item\Attribute
enterprise_rma/item_attribute_source_status
Magento\Rma\Model\Item\Attribute\Source\Status
enterprise_rma/product_source
Magento\Rma\Model\Product\Source
enterprise_targetrule/actions_condition_combine
Magento\TargetRule\Model\Actions\Condition\Combine
enterprise_targetrule/actions_condition_product_attributes
Magento\TargetRule\Model\Actions\Condition\Product\Attributes
enterprise_targetrule/actions_condition_product_special
Magento\TargetRule\Model\Actions\Condition\Product\Special
enterprise_targetrule/actions_condition_product_special_price
Magento\TargetRule\Model\Actions\Condition\Product\Special\Price
enterprise_targetrule/catalog_product_attribute_backend_rule
Magento\TargetRule\Model\Catalog\Product\Attribute\Backend\Rule
enterprise_targetrule/rule_condition_product_attributes
Magento\TargetRule\Model\Rule\Condition\Product\Attributes
enterprise_wishlist/widget_search
Magento\MultipleWishlist\Block\Widget\Search
enterprise_customersegment/segment_condition_combine_root
Magento\CustomerSegment\Model\Segment\Condition\Combine\Root
enterprise_customersegment/segment_condition_customer_address_attributes
Magento\CustomerSegment\Model\Segment\Condition\Customer\Address\Attributes
enterprise_customersegment/segment_condition_customer_address_default
Magento\CustomerSegment\Model\Segment\Condition\Customer\Address\DefaultAddress
enterprise_customersegment/segment_condition_customer_address_region
Magento\CustomerSegment\Model\Segment\Condition\Customer\Address\Region
enterprise_customersegment/segment_condition_customer_address
Magento\CustomerSegment\Model\Segment\Condition\Customer\Address
enterprise_customersegment/segment_condition_customer_attributes
Magento\CustomerSegment\Model\Segment\Condition\Customer\Attributes
enterprise_customersegment/segment_condition_customer_newsletter
Magento\CustomerSegment\Model\Segment\Condition\Customer\Newsletter
enterprise_customersegment/segment_condition_customer_storecredit
Magento\CustomerSegment\Model\Segment\Condition\Customer\Storecredit
enterprise_customersegment/segment_condition_order_address_attributes
Magento\CustomerSegment\Model\Segment\Condition\Order\Address\Attributes
enterprise_customersegment/segment_condition_order_address_combine
Magento\CustomerSegment\Model\Segment\Condition\Order\Address\Combine
enterprise_customersegment/segment_condition_order_address_type
Magento\CustomerSegment\Model\Segment\Condition\Order\Address\Type
enterprise_customersegment/segment_condition_order_address
Magento\CustomerSegment\Model\Segment\Condition\Order\Address
enterprise_customersegment/segment_condition_order_status
Magento\CustomerSegment\Model\Segment\Condition\Order\Status
enterprise_customersegment/segment_condition_product_combine_history
Magento\CustomerSegment\Model\Segment\Condition\Product\Combine\History
enterprise_customersegment/segment_condition_product_combine_list
Magento\CustomerSegment\Model\Segment\Condition\Product\Combine\ListCombine
enterprise_customersegment/segment_condition_product_attributes
Magento\CustomerSegment\Model\Segment\Condition\Product\Attributes
enterprise_customersegment/segment_condition_product_combine
Magento\CustomerSegment\Model\Segment\Condition\Product\Combine
enterprise_customersegment/segment_condition_sales_combine
Magento\CustomerSegment\Model\Segment\Condition\Sales\Combine
enterprise_customersegment/segment_condition_sales_ordersnumber
Magento\CustomerSegment\Model\Segment\Condition\Sales\Ordersnumber
enterprise_customersegment/segment_condition_sales_purchasedquantity
Magento\CustomerSegment\Model\Segment\Condition\Sales\Purchasedquantity
enterprise_customersegment/segment_condition_sales_salesamount
Magento\CustomerSegment\Model\Segment\Condition\Sales\Salesamount
enterprise_customersegment/segment_condition_shoppingcart_amount
Magento\CustomerSegment\Model\Segment\Condition\Shoppingcart\Amount
enterprise_customersegment/segment_condition_shoppingcart_itemsquantity
Magento\CustomerSegment\Model\Segment\Condition\Shoppingcart\Itemsquantity
enterprise_customersegment/segment_condition_shoppingcart_productsquantity
Magento\CustomerSegment\Model\Segment\Condition\Shoppingcart\Productsquantity
enterprise_customersegment/segment_condition_combine
Magento\CustomerSegment\Model\Segment\Condition\Combine
enterprise_customersegment/segment_condition_customer
Magento\CustomerSegment\Model\Segment\Condition\Customer
enterprise_customersegment/segment_condition_daterange
Magento\CustomerSegment\Model\Segment\Condition\Daterange
enterprise_customersegment/segment_condition_sales
Magento\CustomerSegment\Model\Segment\Condition\Sales
enterprise_customersegment/segment_condition_segment
Magento\CustomerSegment\Model\Segment\Condition\Segment
enterprise_customersegment/segment_condition_shoppingcart
Magento\CustomerSegment\Model\Segment\Condition\Shoppingcart
enterprise_customersegment/segment_condition_uptodate
Magento\CustomerSegment\Model\Segment\Condition\Uptodate
sales_entity/order_shipment_attribute_backend_child
sales_entity/order_attribute_backend_child
sales_entity/invoice_attribute_backend_child
sales_entity/order_invoice_attribute_backend_child
sales_entity/order_attribute_backend_billing
sales_entity/order_attribute_backend_parent
sales_entity/order_attribute_backend_shipping
sales_entity/order_creditmemo_attribute_backend_child
sales_entity/order_creditmemo_attribute_backend_parent
sales_entity/order_invoice_attribute_backend_order
sales_entity/order_invoice_attribute_backend_parent
sales_entity/order_shipment_attribute_backend_parent
sales/quote
Magento\Quote\Model\Quote
sales/quote_address
Magento\Quote\Model\Quote\Address
sales/quote_address_rate
Magento\Quote\Model\Quote\Address\Rate
sales/quote_address_item
Magento\Quote\Model\Quote\Address\Item
sales/quote_payment
Magento\Quote\Model\Quote\Payment
sales/quote_item
Magento\Quote\Model\Quote\Item
sales/order_address
Magento\Sales\Model\Order\Address
sales/order_item
Magento\Sales\Model\Order\Item
sales/order_payment
Magento\Sales\Model\Order\Payment
sales/order_status_history
Magento\Sales\Model\Order\Status\History
sales/order_shipment_track
Magento\Sales\Model\Order\Shipment\Track
sales/order_shipment_item
Magento\Sales\Model\Order\Shipment\Item
sales/order_shipment_comment
Magento\Sales\Model\Order\Shipment\Comment
sales/order_payment
Magento\Sales\Model\Order\Payment
sales/order_invoice_item
Magento\Sales\Model\Order\Invoice\Item
sales/order_invoice_comment
Magento\Sales\Model\Order\Invoice\Comment
sales/order_creditmemo_item
Magento\Sales\Model\Order\Creditmemo\Item
sales/order_creditmemo_comment
Magento\Sales\Model\Order\Creditmemo\Comment
eav/entity_attribute_backend_default
Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend
eav/entity_attribute_frontend_default
Magento\Eav\Model\Entity\Attribute\Frontend\DefaultFrontend
================================================
FILE: etc/commerce-to-commerce/customer-attr-document-groups.xml.dist
================================================
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
================================================
FILE: etc/commerce-to-commerce/customer-attr-map.xml.dist
================================================
enterprise_customer_sales_flat_order
magento_customercustomattributes_sales_flat_order
enterprise_customer_sales_flat_order_address
magento_customercustomattributes_sales_flat_order_address
enterprise_customer_sales_flat_quote
magento_customercustomattributes_sales_flat_quote
enterprise_customer_sales_flat_quote_address
magento_customercustomattributes_sales_flat_quote_address
================================================
FILE: etc/commerce-to-commerce/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
rp_token
rp_token_created_at
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
vat_id
vat_is_valid
vat_request_date
vat_request_id
vat_request_success
================================================
FILE: etc/commerce-to-commerce/customer-document-groups.xml.dist
================================================
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer
customer_address
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_entity
customer_address_entity
================================================
FILE: etc/commerce-to-commerce/deltalog.xml.dist
================================================
catalog_compare_item
cataloginventory_stock_item
newsletter_subscriber
sales_flat_quote
sales_flat_quote_address
sales_flat_quote_item
sales_flat_quote_item_option
sales_flat_quote_shipping_rate
sales_flat_quote_payment
sales_flat_order_address
sales_flat_order_item
sales_flat_order_payment
sales_flat_order_status_history
sales_flat_order_grid
wishlist
wishlist_item
wishlist_item_option
report_viewed_product_index
report_compared_product_index
report_event
review
review_detail
review_store
rating_option_vote
rating_option_vote_aggregated
review_entity_summary
sales_flat_shipment
sales_flat_shipment_item
sales_flat_shipment_track
sales_flat_shipment_grid
sales_flat_shipment_comment
sales_flat_creditmemo
sales_flat_creditmemo_item
sales_flat_creditmemo_grid
sales_flat_invoice
sales_flat_invoice_item
sales_flat_invoice_grid
downloadable_link_purchased
downloadable_link_purchased_item
gift_message
sales_flat_quote_address_item
sales_order_tax
sales_order_tax_item
enterprise_reward
enterprise_reward_history
enterprise_customersegment_customer
enterprise_targetrule_index
enterprise_logging_event
enterprise_logging_event_changes
enterprise_customerbalance
enterprise_customerbalance_history
enterprise_rma
enterprise_rma_grid
enterprise_rma_status_history
enterprise_rma_item_entity
enterprise_rma_item_entity_int
enterprise_rma_item_entity_varchar
enterprise_giftregistry_data
enterprise_giftregistry_entity
enterprise_giftregistry_item
enterprise_giftregistry_item_option
enterprise_giftregistry_person
enterprise_invitation
enterprise_invitation_status_history
enterprise_invitation_track
enterprise_giftcardaccount_history
catalog_category_entity
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_category_product
catalog_product_entity
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_media_gallery_value
catalog_product_entity_text
catalog_product_entity_varchar
catalog_product_option
catalog_product_option_price
catalog_product_option_title
catalog_product_option_type_price
catalog_product_option_type_title
catalog_product_option_type_value
catalog_product_relation
catalog_product_link
catalog_product_link_attribute
catalog_product_link_attribute_int
catalog_product_link_attribute_decimal
catalog_product_link_attribute_varchar
catalog_product_website
catalog_product_bundle_option
catalog_product_bundle_option_value
catalog_product_bundle_selection
catalog_product_bundle_selection_price
downloadable_link
downloadable_link_price
downloadable_link_title
downloadable_sample
downloadable_sample_title
enterprise_giftcard_amount
enterprise_targetrule
enterprise_targetrule_product
catalog_product_super_link
catalog_product_super_attribute
catalog_product_super_attribute_label
sales_flat_order
sales_payment_transaction
paypal_payment_transaction
enterprise_customer_sales_flat_order
enterprise_customer_sales_flat_order_address
enterprise_customer_sales_flat_quote
enterprise_customer_sales_flat_quote_address
log_visitor
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
enterprise_sales_order_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_shipment_grid_archive
enterprise_sales_creditmemo_grid_archive
eav_entity_store
cataloginventory_stock_item
sales_flat_shipment
catalog_product_entity_group_price
catalog_product_entity_tier_price
enterprise_url_rewrite
enterprise_url_rewrite_redirect
catalog_category_product
catalog_product_super_attribute_pricing
================================================
FILE: etc/commerce-to-commerce/eav-attribute-groups.xml.dist
================================================
msrp_enabled
group_price
is_recurring
recurring_profile
samples_title
links_title
links_exist
links_purchased_separately
old_id
price_type
sku_type
weight_type
shipment_type
url_path
url_path
path
path_in_store
position
level
all_children
children
children_count
currency_rate
tax_percent
currency_base_id
real_order_id
currency_code
qty
tier_price
model
address_id
tax_id
cc_raw_request
cc_raw_response
status
comments
================================================
FILE: etc/commerce-to-commerce/eav-document-groups.xml.dist
================================================
eav_attribute_group
eav_attribute_set
eav_attribute
eav_entity_attribute
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
enterprise_rma_item_eav_attribute
catalog_eav_attribute
customer_eav_attribute
enterprise_rma_item_eav_attribute
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_eav_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_text
catalog_product_entity_varchar
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_eav_attribute
customer_eav_attribute_website
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_form_attribute
eav_attribute_label
eav_attribute_option
eav_entity_attribute
eav_form_element
salesrule_product_attribute
weee_tax
magento_giftcard_amount
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_text
catalog_product_entity_varchar
================================================
FILE: etc/commerce-to-commerce/log-document-groups.xml.dist
================================================
log_visitor
================================================
FILE: etc/commerce-to-commerce/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.session_cutoff
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/commerce-to-commerce/map-document-groups.xml.dist
================================================
search_query
report_viewed_product_index
================================================
FILE: etc/commerce-to-commerce/map-eav.xml.dist
================================================
enterprise_rma_item_eav_attribute
magento_rma_item_eav_attribute
eav_attribute.attribute_model
eav_attribute.backend_model
eav_attribute.backend_type
eav_attribute.frontend_model
eav_attribute.source_model
eav_attribute.default_value
catalog_eav_attribute.frontend_input_renderer
customer_eav_attribute.data_model
customer_eav_attribute.is_visible
customer_eav_attribute.input_filter
eav_entity_type.entity_model
eav_entity_type.attribute_model
eav_entity_type.entity_table
eav_entity_type.increment_model
eav_entity_type.additional_attribute_table
eav_entity_type.entity_attribute_collection
eav_attribute_set.sort_order
eav_attribute_group.default_id
eav_attribute_group.sort_order
enterprise_rma_item_eav_attribute.input_filter
catalog_eav_attribute.apply_to
magento_rma_item_eav_attribute.validate_rules
customer_eav_attribute.validate_rules
catalog_eav_attribute.is_configurable
catalog_eav_attribute.search_weight
catalog_eav_attribute.is_required_in_admin_store
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
catalog_eav_attribute.search_weight
catalog_eav_attribute.additional_data
catalog_eav_attribute.is_used_in_grid
catalog_eav_attribute.is_visible_in_grid
catalog_eav_attribute.is_filterable_in_grid
catalog_eav_attribute.is_pagebuilder_enabled
customer_eav_attribute.is_used_in_grid
customer_eav_attribute.is_visible_in_grid
customer_eav_attribute.is_filterable_in_grid
customer_eav_attribute.is_searchable_in_grid
customer_eav_attribute.grid_filter_condition_type
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
================================================
FILE: etc/commerce-to-commerce/map-log.xml.dist
================================================
log_visitor
customer_visitor
log_visitor.last_url_id
log_visitor.store_id
log_visitor.first_visit_at
customer_visitor.created_at
log_visitor
customer_visitor.customer_id
================================================
FILE: etc/commerce-to-commerce/map-sales.xml.dist
================================================
sales_flat_order
sales_order
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_order.customer_group_id
sales_flat_order.gift_cards
sales_order.send_email
sales_order.coupon_rule_name
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
sales_order.customer_group_id
================================================
FILE: etc/commerce-to-commerce/map-stores.xml.dist
================================================
core_store
store
core_store_group
store_group
core_website
store_website
core_website.is_staging
core_website.master_login
core_website.master_password
core_website.visibility
store_group.code
store_group.code
================================================
FILE: etc/commerce-to-commerce/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/commerce-to-commerce/order-grids-document-groups.xml.dist
================================================
sales_flat_order
sales_flat_order_address
sales_flat_invoice
sales_flat_shipment
sales_flat_creditmemo
sales_flat_order_payment
sales_flat_order_grid
sales_flat_invoice_grid
sales_flat_shipment_grid
sales_flat_creditmemo_grid
enterprise_sales_order_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_shipment_grid_archive
enterprise_sales_creditmemo_grid_archive
enterprise_sales_order_grid_archive
enterprise_sales_invoice_grid_archive
enterprise_sales_shipment_grid_archive
enterprise_sales_creditmemo_grid_archive
================================================
FILE: etc/commerce-to-commerce/settings.xml.dist
================================================
advanced/modules_disable_output/*
api/config/compliance_wsi
api/config/session_timeout
api/config/wsdl_cache_enabled
carriers/dhl/additional_protection_enabled
carriers/dhl/additional_protection_min_value
carriers/dhl/additional_protection_rounding
carriers/dhl/additional_protection_use_subtotal
carriers/dhl/additional_protection_value
carriers/dhl/allowed_methods
carriers/dhl/contentdesc
carriers/dhl/debug
carriers/dhl/default_height
carriers/dhl/default_length
carriers/dhl/default_width
carriers/dhl/dutiable
carriers/dhl/dutypaymenttype
carriers/dhl/free_method
carriers/dhl/free_shipping_enable
carriers/dhl/free_shipping_subtotal
carriers/dhl/gateway_url
carriers/dhl/handling_action
carriers/dhl/handling_fee
carriers/dhl/handling_type
carriers/dhl/hazardous_materials
carriers/dhl/id
carriers/dhl/intl_shipment_days
carriers/dhl/max_package_weight
carriers/dhl/password
carriers/dhl/sallowspecific
carriers/dhl/shipment_days
carriers/dhl/shipment_requesttype
carriers/dhl/shipment_type
carriers/dhl/shipping_intlkey
carriers/dhl/shipping_key
carriers/dhl/showmethod
carriers/dhl/sort_order
carriers/dhl/specificcountry
carriers/dhl/specificerrmsg
carriers/dhl/title
carriers/dhlint/doc_methods
carriers/ups/shipaccept_xml_url
carriers/ups/shipconfirm_xml_url
carriers/ups/tracking_xml_url
catalog/merchandiser/ajax_page_load
catalog/merchandiser/column_count
catalog/merchandiser/cron_setup
catalog/merchandiser/hide_disabled
catalog/merchandiser/hide_invisible
catalog/merchandiser/hide_product_position_field
catalog/merchandiser/rebuild_on_categorysave
catalog/merchandiser/rebuild_on_cron
catalog/merchandiser/rebuild_on_productsave
catalog/merchandiser/show_creation_date
catalog/merchandiser/show_extra_images
catalog/product_image/base_width
catalog/product_image/small_width
catalog/search/engine
catalog/search/max_query_words
catalog/search/search_type
catalog/search/use_layered_navigation_count
catalog/seo/site_map
catalog/sitemap/lines_perpage
catalog/sitemap/tree_mode
configswatches/general/enabled
configswatches/general/product_list_attribute
configswatches/general/swatch_attributes
configswatches/layered_nav_dimensions/height
configswatches/layered_nav_dimensions/width
configswatches/product_detail_dimensions/height
configswatches/product_detail_dimensions/width
configswatches/product_listing_dimensions/height
configswatches/product_listing_dimensions/width
crontab/jobs/catalog_product_alert/run/model
crontab/jobs/enterprise_index_clean_changelog/run/model
crontab/jobs/enterprise_index_clean_changelog/schedule/cron_expr
crontab/jobs/scheduled_operation_*
customer/address_templates/js_template
customer/password/require_admin_user_to_change_user_password
design/email/css_non_inline
design/email/footer
design/email/header
design/email/logo_height
design/email/logo_width
design/package/name
design/package/ua_regexp
design/theme/default
design/theme/default_ua_regexp
design/theme/layout
design/theme/layout_ua_regexp
design/theme/locale
design/theme/skin
design/theme/skin_ua_regexp
dev/debug/profiler
dev/log/active
dev/log/exception_file
dev/log/file
enterprise_reward/points/tag
enterprise_reward/points/tag_limit
general/content_staging/block_frontend
general/content_staging/block_frontend_stub
general/content_staging/create_entry_point
general/content_staging/entry_points_folder_name
general/store_information/address
general/store_information/hours
google/analytics/anonymization
google/analytics/type
index_management/index_clean_schedule/enabled
index_management/index_clean_schedule/frequency
index_management/index_clean_schedule/time
index_management/index_options/category_flat
index_management/index_options/category_product
index_management/index_options/category_url_rewrite
index_management/index_options/fulltext
index_management/index_options/product_flat
index_management/index_options/product_price_and_stock
index_management/index_options/product_url_rewrite
index_management/index_options/redirect_url_rewrite
moneybookers/settings/activationstatus
moneybookers/settings/customer_id
moneybookers/settings/moneybookers_email
oauth/email/template
payment/authorizenet/using_pbridge
payment/ccsave/active
payment/ccsave/allowspecific
payment/ccsave/cctypes
payment/ccsave/centinel
payment/ccsave/max_order_total
payment/ccsave/min_order_total
payment/ccsave/order_status
payment/ccsave/sort_order
payment/ccsave/title
payment/ccsave/useccv
payment/cybersource_soap/using_pbridge
payment/dd_settings/active
payment/dd_settings/allowspecific
payment/dd_settings/title
payment/hosted_pro/mobile_optimized
payment/moneybookers_acc/active
payment/moneybookers_acc/allowspecific
payment/moneybookers_acc/sort_order
payment/moneybookers_acc/title
payment/moneybookers_csi/active
payment/moneybookers_csi/allowspecific
payment/moneybookers_csi/sort_order
payment/moneybookers_csi/specificcountry
payment/moneybookers_csi/title
payment/moneybookers_did/active
payment/moneybookers_did/allowspecific
payment/moneybookers_did/sort_order
payment/moneybookers_did/specificcountry
payment/moneybookers_did/title
payment/moneybookers_dnk/active
payment/moneybookers_dnk/allowspecific
payment/moneybookers_dnk/sort_order
payment/moneybookers_dnk/specificcountry
payment/moneybookers_dnk/title
payment/moneybookers_ebt/active
payment/moneybookers_ebt/allowspecific
payment/moneybookers_ebt/sort_order
payment/moneybookers_ebt/specificcountry
payment/moneybookers_ebt/title
payment/moneybookers_ent/active
payment/moneybookers_ent/allowspecific
payment/moneybookers_ent/sort_order
payment/moneybookers_ent/specificcountry
payment/moneybookers_ent/title
payment/moneybookers_gcb/active
payment/moneybookers_gcb/allowspecific
payment/moneybookers_gcb/sort_order
payment/moneybookers_gcb/specificcountry
payment/moneybookers_gcb/title
payment/moneybookers_gir/active
payment/moneybookers_gir/allowspecific
payment/moneybookers_gir/sort_order
payment/moneybookers_gir/specificcountry
payment/moneybookers_gir/title
payment/moneybookers_idl/active
payment/moneybookers_idl/allowspecific
payment/moneybookers_idl/sort_order
payment/moneybookers_idl/specificcountry
payment/moneybookers_idl/title
payment/moneybookers_lsr/active
payment/moneybookers_lsr/allowspecific
payment/moneybookers_lsr/sort_order
payment/moneybookers_lsr/specificcountry
payment/moneybookers_lsr/title
payment/moneybookers_mae/active
payment/moneybookers_mae/allowspecific
payment/moneybookers_mae/sort_order
payment/moneybookers_mae/specificcountry
payment/moneybookers_mae/title
payment/moneybookers_npy/active
payment/moneybookers_npy/allowspecific
payment/moneybookers_npy/sort_order
payment/moneybookers_npy/specificcountry
payment/moneybookers_npy/title
payment/moneybookers_obt/active
payment/moneybookers_obt/allowspecific
payment/moneybookers_obt/sort_order
payment/moneybookers_obt/specificcountry
payment/moneybookers_obt/title
payment/moneybookers_pli/active
payment/moneybookers_pli/allowspecific
payment/moneybookers_pli/sort_order
payment/moneybookers_pli/specificcountry
payment/moneybookers_pli/title
payment/moneybookers_psp/active
payment/moneybookers_psp/allowspecific
payment/moneybookers_psp/sort_order
payment/moneybookers_psp/specificcountry
payment/moneybookers_psp/title
payment/moneybookers_pwy/active
payment/moneybookers_pwy/allowspecific
payment/moneybookers_pwy/sort_order
payment/moneybookers_pwy/specificcountry
payment/moneybookers_pwy/title
payment/moneybookers_sft/active
payment/moneybookers_sft/allowspecific
payment/moneybookers_sft/sort_order
payment/moneybookers_sft/specificcountry
payment/moneybookers_sft/title
payment/moneybookers_so2/active
payment/moneybookers_so2/allowspecific
payment/moneybookers_so2/sort_order
payment/moneybookers_so2/specificcountry
payment/moneybookers_so2/title
payment/moneybookers_wlt/active
payment/moneybookers_wlt/allowspecific
payment/moneybookers_wlt/sort_order
payment/moneybookers_wlt/title
payment/payflow_advanced/mobile_optimized
payment/payflow_link/mobile_optimized
payment/verisign/active
payment/verisign/allowspecific
payment/verisign/cctypes
payment/verisign/centinel
payment/verisign/debug
payment/verisign/partner
payment/verisign/payment_action
payment/verisign/pwd
payment/verisign/sandbox_flag
payment/verisign/sort_order
payment/verisign/title
payment/verisign/use_proxy
payment/verisign/useccv
payment/verisign/user
payment/verisign/using_pbridge
payment/verisign/vendor
payment/verisign/verify_peer
payment/authorizenet/centinel_api_url
payment/authorizenet/centinel_api_url
payment/authorizenet/centinel_backend
payment/authorizenet/centinel_is_mode_strict
payment/authorizenet/heading_3dsecure
payment/authorizenet_directpost/specificcountry
payment/authorizenet/specificcountry
payment/account/merchant_country
payment/braintree_basic/specificcountry
payment/ccsave/centinel_api_url
payment/ccsave/centinel_is_mode_strict
payment/ccsave/specificcountry
payment/cybersource_soap/email_customer
payment/cybersource_soap/specificcountry
payment/dibs/specificcountry
payment/eway_direct/specificcountry
payment/firstdata/specificcountry
payment/paybox_direct/specificcountry
payment/payone_gate/specificcountry
payment/pbridge_ogone_direct/cc_settings
payment/pbridge_ogone_direct/dd_settings
payment/pbridge_payone_debit/specificcountry
payment/sagepay_direct/specificcountry
payment/worldpay_direct/specificcountry
rewrite_matchers/category/priority
rewrite_matchers/product/priority
rewrite_matchers/redirect/priority
rss/catalog/salesrule
rss/catalog/tag
sales/msrp/apply_for_all
system/page_cache/allowed_depth
system/page_cache/max_cache_size
system/page_cache/multicurrency
system/page_crawl/enable
system/page_crawl/multicurrency
system/page_crawl/threads
tax/weee/discount
web/default/no_route
web/polls/poll_check_by_ip
web/secure/base_js_url
web/secure/base_media_url
web/secure/base_skin_url
web/secure/base_url
web/secure/base_link_url
web/unsecure/base_js_url
web/unsecure/base_media_url
web/unsecure/base_skin_url
web/unsecure/base_url
web/unsecure/base_link_url
admin/url/custom
admin/url/custom_path
admin/url/use_custom_path
admin/url/use_custom
catalog/search/solr_server_password
catalog/search/solr_test_connect_wizard
catalog/seo/priority
giftcard/giftcardaccount_general/generate
sales/enterprise_rma/address
sales/enterprise_rma/address1
sales/enterprise_rma/city
sales/enterprise_rma/region_id
sales/enterprise_rma/zip
sales/product_sku/allowed_groups
system/enterprise_import_export_log/clean_now
system/page_cache/debug
design/theme/template
design/theme/template_ua_regexp
admin/security/session_cookie_lifetime
web/cookie/*
general/locale/timezone
api/config/charset
webapi/soap/charset
carriers/dhlint/account
carriers/dhl/account
carriers/dhlint/active
carriers/dhl/active
carriers/dhlint/content_type
carriers/dhl/content_type
carriers/dhlint/debug
carriers/dhl/debug
carriers/dhlint/divide_order_weight
carriers/dhl/divide_order_weight
carriers/dhlint/free_shipping_enable
carriers/dhl/free_shipping_enable
carriers/dhlint/free_shipping_subtotal
carriers/dhl/free_shipping_subtotal
carriers/dhlint/gateway_url
carriers/dhl/gateway_url
carriers/dhlint/handling_action
carriers/dhl/handling_action
carriers/dhlint/handling_fee
carriers/dhl/handling_fee
carriers/dhlint/handling_type
carriers/dhl/handling_type
carriers/dhlint/id
carriers/dhl/id
carriers/dhlint/password
carriers/dhl/password
carriers/dhlint/ready_time
carriers/dhl/ready_time
carriers/dhlint/sallowspecific
carriers/dhl/sallowspecific
carriers/dhlint/showmethod
carriers/dhl/showmethod
carriers/dhlint/size
carriers/dhl/size
carriers/dhlint/sort_order
carriers/dhl/sort_order
carriers/dhlint/specificcountry
carriers/dhl/specificcountry
carriers/dhlint/specificerrmsg
carriers/dhl/specificerrmsg
carriers/dhlint/title
carriers/dhl/title
carriers/dhlint/unit_of_measure
carriers/dhl/unit_of_measure
catalog/enterprise_catalogevent/enabled
catalog/magento_catalogevent/enabled
catalog/enterprise_catalogevent/lister_output
catalog/magento_catalogevent/lister_output
catalog/enterprise_catalogevent/lister_widget_limit
catalog/magento_catalogevent/lister_widget_limit
catalog/enterprise_catalogevent/lister_widget_scroll
catalog/magento_catalogevent/lister_widget_scroll
catalog/enterprise_catalogpermissions/deny_catalog_search
catalog/magento_catalogpermissions/deny_catalog_search
catalog/enterprise_catalogpermissions/enabled
catalog/magento_catalogpermissions/enabled
catalog/enterprise_catalogpermissions/grant_catalog_category_view
catalog/magento_catalogpermissions/grant_catalog_category_view
catalog/enterprise_catalogpermissions/grant_catalog_category_view_groups
catalog/magento_catalogpermissions/grant_catalog_category_view_groups
catalog/enterprise_catalogpermissions/grant_catalog_product_price
catalog/magento_catalogpermissions/grant_catalog_product_price
catalog/enterprise_catalogpermissions/grant_catalog_product_price_groups
catalog/magento_catalogpermissions/grant_catalog_product_price_groups
catalog/enterprise_catalogpermissions/grant_checkout_items
catalog/magento_catalogpermissions/grant_checkout_items
catalog/enterprise_catalogpermissions/grant_checkout_items_groups
catalog/magento_catalogpermissions/grant_checkout_items_groups
catalog/enterprise_catalogpermissions/restricted_landing_page
catalog/magento_catalogpermissions/restricted_landing_page
catalog/enterprise_targetrule/crosssell_position_behavior
catalog/magento_targetrule/crosssell_position_behavior
catalog/enterprise_targetrule/crosssell_position_limit
catalog/magento_targetrule/crosssell_position_limit
catalog/enterprise_targetrule/crosssell_rotation_mode
catalog/magento_targetrule/crosssell_rotation_mode
catalog/enterprise_targetrule/related_position_behavior
catalog/magento_targetrule/related_position_behavior
catalog/enterprise_targetrule/related_position_limit
catalog/magento_targetrule/related_position_limit
catalog/enterprise_targetrule/related_rotation_mode
catalog/magento_targetrule/related_rotation_mode
catalog/enterprise_targetrule/upsell_position_behavior
catalog/magento_targetrule/upsell_position_behavior
catalog/enterprise_targetrule/upsell_position_limit
catalog/magento_targetrule/upsell_position_limit
catalog/enterprise_targetrule/upsell_rotation_mode
catalog/magento_targetrule/upsell_rotation_mode
contacts/contacts/enabled
contact/contact/enabled
contacts/email/email_template
contact/email/email_template
contacts/email/recipient_email
contact/email/recipient_email
contacts/email/sender_email_identity
contact/email/sender_email_identity
crontab/jobs/catalog_product_alert/schedule/cron_expr
crontab/default/jobs/catalog_product_alert/schedule/cron_expr
crontab/jobs/currency_rates_update/schedule/cron_expr
crontab/default/jobs/currency_rates_update/schedule/cron_expr
crontab/jobs/enterprise_import_export_log_clean/schedule/cron_expr
crontab/default/jobs/magento_scheduled_import_export_log_clean/schedule/cron_expr
crontab/jobs/log_clean/schedule/cron_expr
crontab/default/jobs/log_clean/schedule/cron_expr
crontab/jobs/log_clean/run/model
crontab/default/jobs/log_clean/run/model
crontab/jobs/send_notification/schedule/cron_expr
crontab/default/jobs/send_notification/schedule/cron_expr
crontab/jobs/send_notification/run/model
crontab/default/jobs/send_notification/run/model
crontab/jobs/sitemap_generate/schedule/cron_expr
crontab/default/jobs/sitemap_generate/schedule/cron_expr
crontab/jobs/sitemap_generate/run/model
crontab/default/jobs/sitemap_generate/run/model
crontab/jobs/system_backup/schedule/cron_expr
crontab/default/jobs/system_backup/schedule/cron_expr
crontab/jobs/system_backup/run/model
crontab/default/jobs/system_backup/run/model
customer/enterprise_customerbalance/email_identity
customer/magento_customerbalance/email_identity
customer/enterprise_customerbalance/email_template
customer/magento_customerbalance/email_template
customer/enterprise_customerbalance/is_enabled
customer/magento_customerbalance/is_enabled
customer/enterprise_customerbalance/refund_automatically
customer/magento_customerbalance/refund_automatically
customer/enterprise_customerbalance/show_history
customer/magento_customerbalance/show_history
customer/enterprise_customersegment/is_enabled
customer/magento_customersegment/is_enabled
design/head/default_robots
design/search_engine_robots/default_robots
design/header/logo_src_small
design/header/logo_src
enterprise_giftregistry/general/enabled
magento_giftregistry/general/enabled
enterprise_giftregistry/general/max_registrant
magento_giftregistry/general/max_registrant
enterprise_giftregistry/owner_email/identity
magento_giftregistry/owner_email/identity
enterprise_giftregistry/owner_email/template
magento_giftregistry/owner_email/template
enterprise_giftregistry/sharing_email/identity
magento_giftregistry/sharing_email/identity
enterprise_giftregistry/sharing_email/send_limit
magento_giftregistry/sharing_email/send_limit
enterprise_giftregistry/sharing_email/template
magento_giftregistry_sharing_email_template
enterprise_giftregistry/update_email/identity
magento_giftregistry/update_email/identity
enterprise_giftregistry/update_email/template
magento_giftregistry/update_email/template
enterprise_invitation/email/identity
magento_invitation/email/identity
enterprise_invitation/email/template
magento_invitation/email/template
enterprise_invitation/general/allow_customer_message
magento_invitation/general/allow_customer_message
enterprise_invitation/general/enabled
magento_invitation/general/enabled
enterprise_invitation/general/enabled_on_front
magento_invitation/general/enabled_on_front
enterprise_invitation/general/max_invitation_amount_per_send
magento_invitation/general/max_invitation_amount_per_send
enterprise_invitation/general/registration_required_invitation
magento_invitation/general/registration_required_invitation
enterprise_invitation/general/registration_use_inviter_group
magento_invitation/general/registration_use_inviter_group
enterprise_reward/general/deduct_automatically
magento_reward/general/deduct_automatically
enterprise_reward/general/expiration_days
magento_reward/general/expiration_days
enterprise_reward/general/expiry_calculation
magento_reward/general/expiry_calculation
enterprise_reward/general/is_enabled
magento_reward/general/is_enabled
enterprise_reward/general/is_enabled_on_front
magento_reward/general/is_enabled_on_front
enterprise_reward/general/landing_page
magento_reward/general/landing_page
enterprise_reward/general/max_points_balance
magento_reward/general/max_points_balance
enterprise_reward/general/min_points_balance
magento_reward/general/min_points_balance
enterprise_reward/general/publish_history
magento_reward/general/publish_history
enterprise_reward/general/refund_automatically
magento_reward/general/refund_automatically
enterprise_reward/notification/balance_update_template
magento_reward/notification/balance_update_template
enterprise_reward/notification/email_sender
magento_reward/notification/email_sender
enterprise_reward/notification/expiry_day_before
magento_reward/notification/expiry_day_before
enterprise_reward/notification/expiry_warning_template
magento_reward/notification/expiry_warning_template
enterprise_reward/notification/subscribe_by_default
magento_reward/notification/subscribe_by_default
enterprise_reward/points/invitation_customer
magento_reward/points/invitation_customer
enterprise_reward/points/invitation_customer_limit
magento_reward/points/invitation_customer_limit
enterprise_reward/points/invitation_order
magento_reward/points/invitation_order
enterprise_reward/points/invitation_order_frequency
magento_reward/points/invitation_order_frequency
enterprise_reward/points/invitation_order_limit
magento_reward/points/invitation_order_limit
enterprise_reward/points/newsletter
magento_reward/points/newsletter
enterprise_reward/points/order
magento_reward/points/order
enterprise_reward/points/register
magento_reward/points/register
enterprise_reward/points/review
magento_reward/points/review
enterprise_reward/points/review_limit
magento_reward/points/review_limit
general/store_information/merchant_country
general/store_information/country_id
payment/paypaluk_express/active
payment/payflow_express/active
payment/paypaluk_express/allowspecific
payment/payflow_express/allowspecific
payment/paypaluk_express/debug
payment/payflow_express/debug
payment/paypaluk_express/line_items_enabled
payment/payflow_express/line_items_enabled
payment/paypaluk_express/payment_action
payment/payflow_express/payment_action
payment/paypaluk_express/sort_order
payment/payflow_express/sort_order
payment/paypaluk_express/title
payment/payflow_express/title
payment/paypaluk_express/verify_peer
payment/payflow_express/verify_peer
payment/paypaluk_express/visible_on_cart
payment/payflow_express/visible_on_cart
payment/paypaluk_express/visible_on_product
payment/payflow_express/visible_on_product
payment/paypaluk_express_bml/active
payment/payflow_express_bml/active
payment/paypal_standard/active
payment/wps_express/active
payment/paypal_wps_express/active
payment/wps_express/active
promo/enterprise_reminder/enabled
promo/magento_reminder/enabled
promo/enterprise_reminder/frequency
promo/magento_reminder/frequency
promo/enterprise_reminder/identity
promo/magento_reminder/identity
promo/enterprise_reminder/interval
promo/magento_reminder/interval
promo/enterprise_reminder/limit
promo/magento_reminder/limit
promo/enterprise_reminder/threshold
promo/magento_reminder/threshold
promo/enterprise_reminder/time
promo/magento_reminder/time
rss/order/status_notified
rss/order/status
sales/enterprise_rma/enabled
sales/magento_rma/enabled
sales/enterprise_rma/enabled_on_product
sales/magento_rma/enabled_on_product
sales/enterprise_rma/use_store_address
sales/magento_rma/use_store_address
sales/enterprise_salesarchive/active
sales/magento_salesarchive/active
sales/enterprise_salesarchive/age
sales/magento_salesarchive/age
sales/enterprise_salesarchive/order_statuses
sales/magento_salesarchive/order_statuses
sales_email/enterprise_rma/copy_method
sales_email/magento_rma/copy_method
sales_email/enterprise_rma/copy_to
sales_email/magento_rma/copy_to
sales_email/enterprise_rma/enabled
sales_email/magento_rma/enabled
sales_email/enterprise_rma/guest_template
sales_email/magento_rma/guest_template
sales_email/enterprise_rma/identity
sales_email/magento_rma/identity
sales_email/enterprise_rma/template
sales_email/magento_rma/template
sales_email/enterprise_rma_auth/copy_method
sales_email/magento_rma_auth/copy_method
sales_email/enterprise_rma_auth/copy_to
sales_email/magento_rma_auth/copy_to
sales_email/enterprise_rma_auth/enabled
sales_email/magento_rma_auth/enabled
sales_email/enterprise_rma_auth/guest_template
sales_email/magento_rma_auth/guest_template
sales_email/enterprise_rma_auth/identity
sales_email/magento_rma_auth/identity
sales_email/enterprise_rma_auth/template
sales_email/magento_rma_auth/template
sales_email/enterprise_rma_comment/copy_method
sales_email/magento_rma_comment/copy_method
sales_email/enterprise_rma_comment/copy_to
sales_email/magento_rma_comment/copy_to
sales_email/enterprise_rma_comment/enabled
sales_email/magento_rma_comment/enabled
sales_email/enterprise_rma_comment/guest_template
sales_email/magento_rma_comment/guest_template
sales_email/enterprise_rma_comment/identity
sales_email/magento_rma_comment/identity
sales_email/enterprise_rma_comment/template
sales_email/magento_rma_comment/template
sales_email/enterprise_rma_customer_comment/copy_method
sales_email/magento_rma_customer_comment/copy_method
sales_email/enterprise_rma_customer_comment/copy_to
sales_email/magento_rma_customer_comment/copy_to
sales_email/enterprise_rma_customer_comment/enabled
sales_email/magento_rma_customer_comment/enabled
sales_email/enterprise_rma_customer_comment/identity
sales_email/magento_rma_customer_comment/identity
sales_email/enterprise_rma_customer_comment/recipient
sales_email/magento_rma_customer_comment/recipient
sales_email/enterprise_rma_customer_comment/template
sales_email/magento_rma_customer_comment/template
shipping/option/checkout_multiple
multishipping/options/checkout_multiple
shipping/option/checkout_multiple_maximum_qty
multishipping/options/checkout_multiple_maximum_qty
system/cron/history_cleanup_every
system/cron/default/history_cleanup_every
system/cron/history_failure_lifetime
system/cron/default/history_failure_lifetime
system/cron/history_success_lifetime
system/cron/default/history_success_lifetime
system/cron/schedule_ahead_for
system/cron/default/schedule_ahead_for
system/cron/schedule_generate_every
system/cron/default/schedule_generate_every
system/cron/schedule_lifetime
system/cron/default/schedule_lifetime
system/enterprise_import_export_log/enabled
system/magento_scheduled_import_export_log/enabled
system/enterprise_import_export_log/error_email
system/magento_scheduled_import_export_log/error_email
system/enterprise_import_export_log/error_email_identity
system/magento_scheduled_import_export_log/error_email_identity
system/enterprise_import_export_log/error_email_template
system/magento_scheduled_import_export_log/error_email_template
system/enterprise_import_export_log/frequency
system/magento_scheduled_import_export_log/frequency
system/enterprise_import_export_log/save_days
system/magento_scheduled_import_export_log/save_days
system/enterprise_import_export_log/time
system/magento_scheduled_import_export_log/time
catalog/category/root_id
catalog/seo/category_url_suffix
catalog/seo/product_url_suffix
payment/payflow_advanced/pwd
paypal/wpp/api_username
paypal/wpp/api_password
paypal/wpp/api_signature
paypal/fetch_reports/ftp_login
paypal/fetch_reports/ftp_password
payment/verisign/user
payment/verisign/pwd
payment/payflow_link/pwd
payment/authorizenet_directpost/login
payment/authorizenet_directpost/trans_key
payment/authorizenet_directpost/trans_md5
payment/authorizenet/login
payment/authorizenet/trans_key
carriers/ups/password
carriers/ups/username
carriers/ups/access_license_number
carriers/usps/userid
carriers/usps/password
carriers/fedex/account
carriers/fedex/meter_number
carriers/fedex/key
carriers/fedex/password
carriers/dhl/id
carriers/dhl/password
carriers/dhl/shipping_key
carriers/dhl/shipping_intlkey
carriers/dhlint/id
carriers/dhlint/password
payment_services/centinel/password
catalog/merchandiser/attribute_codes
catalog/merchandiser/new_products_handler
cataloginventory/item_options/min_sale_qty
currency/options/customsymbol
================================================
FILE: etc/commerce-to-commerce/visual_merchandiser_attribute_groups.xml.dist
================================================
value_id
attribute_id
store_id
row_id
value
================================================
FILE: etc/commerce-to-commerce/visual_merchandiser_document_groups.xml.dist
================================================
merchandiser_category_values
catalog_category
catalog_category_entity
catalog_category_entity_varchar
================================================
FILE: etc/commerce-to-commerce/visual_merchandiser_map.xml.dist
================================================
merchandiser_category_values
visual_merchandiser_rule
merchandiser_category_values.heroproducts
merchandiser_category_values.attribute_codes
merchandiser_category_values.ruled_only
merchandiser_category_values.automatic_sort
merchandiser_category_values.smart_attributes
merchandiser_category_values.smart_attributes
visual_merchandiser_rule.conditions_serialized
merchandiser_category_values.smart_attributes
visual_merchandiser_rule.rule_id
visual_merchandiser_rule.store_id
visual_merchandiser_rule.is_active
visual_merchandiser_rule.conditions_serialized
================================================
FILE: etc/config.xsd
================================================
Migration Tool Configuration
Configuration root node
Definition of steps.
Definition data source.
Definition of data destination.
Definition of options.
================================================
FILE: etc/di.xml
================================================
================================================
FILE: etc/groups.xsd
================================================
================================================
FILE: etc/magento_path.php
================================================
Field format: "document_name.field_name"
================================================
FILE: etc/module.xml
================================================
================================================
FILE: etc/opensource-to-commerce/1.6.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.6.0.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/1.6.0.0/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/1.6.0.0/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/1.6.0.0/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.6.0.0/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.6.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.6.0.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/opensource-to-commerce/1.6.0.0/deltalog.xml.dist
================================================
catalog_compare_item
cataloginventory_stock_item
newsletter_subscriber
sales_flat_quote
sales_flat_quote_address
sales_flat_quote_item
sales_flat_quote_item_option
sales_flat_quote_shipping_rate
sales_flat_quote_payment
sales_flat_order_address
sales_flat_order_item
sales_flat_order_payment
sales_flat_order_status_history
sales_flat_order_grid
wishlist
wishlist_item
wishlist_item_option
report_viewed_product_index
report_compared_product_index
report_event
review
review_detail
review_store
rating_option_vote
rating_option_vote_aggregated
review_entity_summary
sales_flat_shipment
sales_flat_shipment_item
sales_flat_shipment_track
sales_flat_shipment_grid
sales_flat_creditmemo
sales_flat_creditmemo_item
sales_flat_creditmemo_grid
sales_flat_invoice
sales_flat_invoice_item
sales_flat_invoice_grid
downloadable_link_purchased
downloadable_link_purchased_item
gift_message
sales_flat_quote_address_item
eav_entity_store
sales_order_tax
sales_flat_order
log_visitor
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
================================================
FILE: etc/opensource-to-commerce/1.6.0.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-commerce/1.6.0.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.6.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
find_feed_import_codes
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
strikeiron_tax_rate
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
paypal_payment_transaction
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
sales_order_aggregated_updated
sales_order_tax_item
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
tax_order_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
cataloginventory_stock_status.website_id
rating.is_active
authorization_role.user_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalogrule.sub_simple_action
catalogrule_product.sub_simple_action
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_order.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.discount_description
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.discount_description
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
admin_user.rp_token
admin_user.rp_token_created_at
cataloginventory_stock_item.is_decimal_divided
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
sales_order.coupon_rule_name
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.6.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.6.1.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/1.6.1.0/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/1.6.1.0/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.6.1.0/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.6.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.6.1.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/opensource-to-commerce/1.6.1.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-commerce/1.6.1.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.6.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
find_feed_import_codes
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
strikeiron_tax_rate
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalogrule_product.sub_simple_action
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.discount_description
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.discount_description
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
sales_order.coupon_rule_name
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.6.2.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.6.2.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/1.6.2.0/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/1.6.2.0/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.6.2.0/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.6.2.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.6.2.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/opensource-to-commerce/1.6.2.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-commerce/1.6.2.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.6.2.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
find_feed_import_codes
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
paybox_question_number
strikeiron_tax_rate
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalogrule_product.sub_simple_action
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.discount_description
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.discount_description
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
magento_customersegment_segment.apply_to
magento_reminder_rule.from_date
magento_reminder_rule.to_date
magento_versionscms_hierarchy_metadata.top_menu_visibility
magento_versionscms_hierarchy_metadata.top_menu_excluded
magento_versionscms_hierarchy_node.scope
magento_versionscms_hierarchy_node.scope_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
sales_order.coupon_rule_name
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.7.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.7.0.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.7.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.7.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
paypal_settlement_report_row.store_id
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.discount_description
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.discount_description
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.7.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.7.0.1/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.7.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.7.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
paypal_settlement_report_row.store_id
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.discount_description
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.discount_description
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.7.0.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.7.0.2/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.7.0.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.7.0.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
paypal_settlement_report_row.store_id
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.discount_description
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.discount_description
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
tax_calculation_rule.calculate_subtotal
translation.crc_string
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.8.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.8.0.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.8.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.8.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.8.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.8.1.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.8.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.8.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.0.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
wishlist.visibility
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.0.1/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.1.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.1.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.1.1/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.1.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.1.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.2.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.2.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.2.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.2.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.2.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.2.1/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.2.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.2.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.2.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.2.2/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.2.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.2.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.2.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.2.3/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.2.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.2.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.2.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.2.4/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.2.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.2.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.0/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.1/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.1/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.10/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.10/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.10/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.10
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.10/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.10/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.2/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.2/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.3/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.3/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.3/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.4/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.4/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.4/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.6/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.6/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.6/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.6
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.6/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.6/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.7/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.7/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.7/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.7
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.7/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.7/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.8/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.8/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.8/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.8
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.8/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.8/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.3.9/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.3.9/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.3.9/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.3.9
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.3.9/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.3.9/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
catalogsearch_recommendations
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.4.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.4.0/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.4.0/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.4.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.4.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.4.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.4.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.4.1/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.4.1/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.4.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.4.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.4.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.4.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.4.2/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.4.2/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.4.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.4.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.4.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.4.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.4.3/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.4.3/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.4.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.4.3/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.4.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.4.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.4.4/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.4.4/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.4.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.4.4/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.4.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/1.9.4.5/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-commerce/1.9.4.5/map.xml.dist
etc/opensource-to-commerce/map-eav.xml.dist
etc/opensource-to-commerce/eav-document-groups.xml.dist
etc/opensource-to-commerce/eav-attribute-groups.xml.dist
etc/opensource-to-commerce/map-log.xml.dist
etc/opensource-to-commerce/log-document-groups.xml.dist
etc/opensource-to-commerce/settings.xml.dist
etc/opensource-to-commerce/map-customer.xml.dist
etc/opensource-to-commerce/customer-document-groups.xml.dist
etc/opensource-to-commerce/customer-attribute-groups.xml.dist
etc/opensource-to-commerce/deltalog.xml.dist
etc/opensource-to-commerce/order-grids-document-groups.xml.dist
etc/opensource-to-commerce/map-document-groups.xml.dist
etc/opensource-to-commerce/class-map.xml.dist
etc/opensource-to-commerce/1.9.4.5/map-tier-price.xml.dist
etc/opensource-to-commerce/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-commerce
1.9.4.5
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-commerce/1.9.4.5/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/1.9.4.5/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_datetime.entity_id
catalog_category_entity_datetime.row_id
catalog_category_entity_decimal.entity_id
catalog_category_entity_decimal.row_id
catalog_category_entity_int.entity_id
catalog_category_entity_int.row_id
catalog_category_entity_text.entity_id
catalog_category_entity_text.row_id
catalog_category_entity_varchar.entity_id
catalog_category_entity_varchar.row_id
catalog_product_entity_datetime.entity_id
catalog_product_entity_datetime.row_id
catalog_product_entity_decimal.entity_id
catalog_product_entity_decimal.row_id
catalog_product_entity_gallery.entity_id
catalog_product_entity_gallery.row_id
catalog_product_entity_int.entity_id
catalog_product_entity_int.row_id
catalog_product_entity_text.entity_id
catalog_product_entity_text.row_id
catalog_product_entity_varchar.entity_id
catalog_product_entity_varchar.row_id
catalogrule_customer_group.rule_id
catalogrule_customer_group.row_id
catalogrule_website.rule_id
catalogrule_website.row_id
salesrule_customer_group.rule_id
salesrule_customer_group.row_id
salesrule_product_attribute.rule_id
salesrule_product_attribute.row_id
salesrule_website.rule_id
salesrule_website.row_id
cms_block_store.block_id
cms_block_store.row_id
salesrule_label.rule_id
salesrule_label.row_id
cms_page_store.page_id
cms_page_store.row_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalog_product_entity_media_gallery.value_id
catalogrule.rule_id
salesrule.rule_id
catalog_category_entity.entity_id
catalog_product_entity.entity_id
cms_block.block_id
cms_page.page_id
catalog_product_bundle_option.option_id
catalog_product_bundle_selection.selection_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogsearch_query.synonym_for
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
magento_acknowledged_bulk
magento_bulk
magento_operation
signifyd_case
ui_bookmark
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
catalogsearch_recommendations
enterprise_admin_passwords
magento_banner
magento_banner_catalogrule
magento_banner_content
magento_banner_customersegment
magento_banner_salesrule
magento_catalogevent_event
magento_catalogevent_event_image
magento_catalogpermissions
magento_catalogpermissions_index
magento_catalogpermissions_index_product
magento_catalogpermissions_index_product_tmp
magento_catalogpermissions_index_tmp
magento_customerbalance
magento_customerbalance_history
magento_customercustomattributes_sales_flat_order
magento_customercustomattributes_sales_flat_order_address
magento_customercustomattributes_sales_flat_quote
magento_customercustomattributes_sales_flat_quote_address
magento_customersegment_customer
magento_customersegment_event
magento_customersegment_segment
magento_customersegment_website
magento_giftcard_amount
magento_giftcardaccount
magento_giftcardaccount_history
magento_giftcardaccount_pool
magento_giftregistry_data
magento_giftregistry_entity
magento_giftregistry_item
magento_giftregistry_item_option
magento_giftregistry_label
magento_giftregistry_person
magento_giftregistry_type
magento_giftregistry_type_info
magento_giftwrapping
magento_giftwrapping_store_attributes
magento_giftwrapping_website
magento_invitation
magento_invitation_status_history
magento_invitation_track
magento_logging_event
magento_logging_event_changes
magento_reminder_rule
magento_reminder_rule_coupon
magento_reminder_rule_log
magento_reminder_rule_website
magento_reminder_template
magento_reward
magento_reward_history
magento_reward_rate
magento_reward_salesrule
magento_rma
magento_rma_grid
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
magento_rma_shipping_label
magento_rma_status_history
magento_sales_creditmemo_grid_archive
magento_sales_invoice_grid_archive
magento_sales_order_grid_archive
customer_group_excluded_website
store
store_group
store_website
support_report
magento_sales_shipment_grid_archive
magento_scheduled_operations
magento_targetrule
magento_targetrule_customersegment
magento_targetrule_index
magento_targetrule_index_crosssell
magento_targetrule_index_crosssell_product
magento_targetrule_index_related
magento_targetrule_index_related_product
magento_targetrule_index_upsell
magento_targetrule_index_upsell_product
magento_targetrule_product
magento_versionscms_hierarchy_lock
magento_versionscms_hierarchy_metadata
magento_versionscms_hierarchy_node
magento_versionscms_increment
magento_versionscms_page_revision
magento_versionscms_page_version
paypal_billing_agreement
paypal_billing_agreement_order
eav_attribute_option_swatch
import_history
catalogsearch_fulltext_scope*
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
support_backup
support_backup_item
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
visual_merchandiser_rule
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
admin_user_session
magento_salesrule_filter
multiinventory_warehouse
password_reset_request_event
quote_preview
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
temando_rma_shipment
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
sequence_catalog_category
sequence_catalogrule
sequence_cms_block
sequence_cms_page
sequence_product
sequence_salesrule
sequence_product_bundle_selection
sequence_product_bundle_option
staging_update
vault_payment_token
vault_payment_token_order_payment_link
company
company_advanced_customer_entity
company_credit
company_credit_history
company_order_entity
company_payment
company_permissions
company_roles
company_structure
company_team
company_user_roles
negotiable_quote
negotiable_quote_comment
negotiable_quote_comment_attachment
negotiable_quote_company_config
negotiable_quote_grid
negotiable_quote_history
negotiable_quote_item
negotiable_quote_purged_content
requisition_list
requisition_list_item
shared_catalog
shared_catalog_product_item
sharedcatalog_category_permissions
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.row_id
catalog_category_entity.row_id
catalog_product_entity.row_id
catalogrule.row_id
cms_block.row_id
cms_page.row_id
salesrule.row_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
cms_page.published_revision_id
cms_page.website_root
cms_page.under_version_control
quote.customer_balance_amount_used
quote.base_customer_bal_amount_used
quote.use_customer_balance
quote.gift_cards
quote.gift_cards_amount
quote.base_gift_cards_amount
quote.gift_cards_amount_used
quote.base_gift_cards_amount_used
quote.gw_id
quote.gw_allow_gift_receipt
quote.gw_add_card
quote.gw_base_price
quote.gw_price
quote.gw_items_base_price
quote.gw_items_price
quote.gw_card_base_price
quote.gw_card_price
quote.gw_base_tax_amount
quote.gw_tax_amount
quote.gw_items_base_tax_amount
quote.gw_items_tax_amount
quote.gw_card_base_tax_amount
quote.gw_card_tax_amount
quote.use_reward_points
quote.reward_points_balance
quote.base_reward_currency_amount
quote.reward_currency_amount
quote_address.base_customer_balance_amount
quote_address.customer_balance_amount
quote_address.gift_cards_amount
quote_address.base_gift_cards_amount
quote_address.gift_cards
quote_address.used_gift_cards
quote_address.gw_id
quote_address.gw_allow_gift_receipt
quote_address.gw_add_card
quote_address.gw_base_price
quote_address.gw_price
quote_address.gw_items_base_price
quote_address.gw_items_price
quote_address.gw_card_base_price
quote_address.gw_card_price
quote_address.gw_base_tax_amount
quote_address.gw_tax_amount
quote_address.gw_items_base_tax_amount
quote_address.gw_items_tax_amount
quote_address.gw_card_base_tax_amount
quote_address.gw_card_tax_amount
quote_address.reward_points_balance
quote_address.base_reward_currency_amount
quote_address.reward_currency_amount
quote_address.giftregistry_item_id
quote_address_item.gw_id
quote_address_item.gw_base_price
quote_address_item.gw_price
quote_address_item.gw_base_tax_amount
quote_address_item.gw_tax_amount
quote_item.gw_id
quote_item.gw_base_price
quote_item.gw_price
quote_item.gw_base_tax_amount
quote_item.gw_tax_amount
quote_item.event_id
quote_item.giftregistry_item_id
sales_creditmemo.base_customer_balance_amount
sales_creditmemo.customer_balance_amount
sales_creditmemo.bs_customer_bal_total_refunded
sales_creditmemo.customer_bal_total_refunded
sales_creditmemo.base_gift_cards_amount
sales_creditmemo.gift_cards_amount
sales_creditmemo.gw_base_price
sales_creditmemo.gw_price
sales_creditmemo.gw_items_base_price
sales_creditmemo.gw_items_price
sales_creditmemo.gw_card_base_price
sales_creditmemo.gw_card_price
sales_creditmemo.gw_base_tax_amount
sales_creditmemo.gw_tax_amount
sales_creditmemo.gw_items_base_tax_amount
sales_creditmemo.gw_items_tax_amount
sales_creditmemo.gw_card_base_tax_amount
sales_creditmemo.gw_card_tax_amount
sales_creditmemo.base_reward_currency_amount
sales_creditmemo.reward_currency_amount
sales_creditmemo.reward_points_balance
sales_creditmemo.reward_points_balance_refund
sales_invoice.base_customer_balance_amount
sales_invoice.customer_balance_amount
sales_invoice.base_gift_cards_amount
sales_invoice.gift_cards_amount
sales_invoice.gw_base_price
sales_invoice.gw_price
sales_invoice.gw_items_base_price
sales_invoice.gw_items_price
sales_invoice.gw_card_base_price
sales_invoice.gw_card_price
sales_invoice.gw_base_tax_amount
sales_invoice.gw_tax_amount
sales_invoice.gw_items_base_tax_amount
sales_invoice.gw_items_tax_amount
sales_invoice.gw_card_base_tax_amount
sales_invoice.gw_card_tax_amount
sales_invoice.base_reward_currency_amount
sales_invoice.reward_currency_amount
sales_invoice.reward_points_balance
sales_order.base_customer_balance_amount
sales_order.customer_balance_amount
sales_order.base_customer_balance_invoiced
sales_order.customer_balance_invoiced
sales_order.base_customer_balance_refunded
sales_order.customer_balance_refunded
sales_order.bs_customer_bal_total_refunded
sales_order.customer_bal_total_refunded
sales_order.gift_cards
sales_order.base_gift_cards_amount
sales_order.gift_cards_amount
sales_order.base_gift_cards_invoiced
sales_order.gift_cards_invoiced
sales_order.base_gift_cards_refunded
sales_order.gift_cards_refunded
sales_order.gw_id
sales_order.gw_allow_gift_receipt
sales_order.gw_add_card
sales_order.gw_base_price
sales_order.gw_price
sales_order.gw_items_base_price
sales_order.gw_items_price
sales_order.gw_card_base_price
sales_order.gw_card_price
sales_order.gw_base_tax_amount
sales_order.gw_tax_amount
sales_order.gw_items_base_tax_amount
sales_order.gw_items_tax_amount
sales_order.gw_card_base_tax_amount
sales_order.gw_card_tax_amount
sales_order.gw_base_price_invoiced
sales_order.gw_price_invoiced
sales_order.gw_items_base_price_invoiced
sales_order.gw_items_price_invoiced
sales_order.gw_card_base_price_invoiced
sales_order.gw_card_price_invoiced
sales_order.gw_base_tax_amount_invoiced
sales_order.gw_tax_amount_invoiced
sales_order.gw_items_base_tax_invoiced
sales_order.gw_items_tax_invoiced
sales_order.gw_card_base_tax_invoiced
sales_order.gw_card_tax_invoiced
sales_order.gw_base_price_refunded
sales_order.gw_price_refunded
sales_order.gw_items_base_price_refunded
sales_order.gw_items_price_refunded
sales_order.gw_card_base_price_refunded
sales_order.gw_card_price_refunded
sales_order.gw_base_tax_amount_refunded
sales_order.gw_tax_amount_refunded
sales_order.gw_items_base_tax_refunded
sales_order.gw_items_tax_refunded
sales_order.gw_card_base_tax_refunded
sales_order.gw_card_tax_refunded
sales_order.reward_points_balance
sales_order.base_reward_currency_amount
sales_order.reward_currency_amount
sales_order.base_rwrd_crrncy_amt_invoiced
sales_order.rwrd_currency_amount_invoiced
sales_order.base_rwrd_crrncy_amnt_refnded
sales_order.rwrd_crrncy_amnt_refunded
sales_order.reward_points_balance_refund
sales_order_address.giftregistry_item_id
sales_order_item.qty_returned
sales_order_item.gw_id
sales_order_item.gw_base_price
sales_order_item.gw_price
sales_order_item.gw_base_tax_amount
sales_order_item.gw_tax_amount
sales_order_item.gw_base_price_invoiced
sales_order_item.gw_price_invoiced
sales_order_item.gw_base_tax_amount_invoiced
sales_order_item.gw_tax_amount_invoiced
sales_order_item.gw_base_price_refunded
sales_order_item.gw_price_refunded
sales_order_item.gw_base_tax_amount_refunded
sales_order_item.gw_tax_amount_refunded
sales_order_item.event_id
sales_order_item.giftregistry_item_id
wishlist.name
wishlist.visibility
checkout_agreement.mode
magento_customersegment_event.segment_event_id
cataloginventory_stock_item.deferred_stock_update
cataloginventory_stock_item.use_config_deferred_stock_update
quote.gw_base_price_incl_tax
quote.gw_price_incl_tax
quote.gw_items_base_price_incl_tax
quote.gw_items_price_incl_tax
quote.gw_card_base_price_incl_tax
quote.gw_card_price_incl_tax
quote_address.gw_base_price_incl_tax
quote_address.gw_price_incl_tax
quote_address.gw_items_base_price_incl_tax
quote_address.gw_items_price_incl_tax
quote_address.gw_card_base_price_incl_tax
quote_address.gw_card_price_incl_tax
quote_item.is_excluded_product
sales_order.gw_base_price_incl_tax
sales_order.gw_price_incl_tax
sales_order.gw_items_base_price_incl_tax
sales_order.gw_items_price_incl_tax
sales_order.gw_card_base_price_incl_tax
sales_order.gw_card_price_incl_tax
catalog_category_entity.created_in
catalog_category_entity.updated_in
catalog_product_entity.created_in
catalog_product_entity.updated_in
catalogrule.created_in
catalogrule.updated_in
cms_block.created_in
cms_block.updated_in
cms_page.created_in
cms_page.updated_in
salesrule.created_in
salesrule.updated_in
catalog_category_entity.row_id
catalog_category_product.entity_id
catalog_product_entity.row_id
catalog_product_entity_media_gallery_value.row_id
catalogrule.row_id
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
cms_block.row_id
cms_page.row_id
salesrule.row_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-commerce/class-map.xml.dist
================================================
catalogrule/rule_condition_combine
Magento\CatalogRule\Model\Rule\Condition\Combine
adminhtml/catalog_category_helper_pricestep
Magento\Catalog\Block\Adminhtml\Category\Helper\Pricestep
adminhtml/catalog_category_helper_sortby_available
Magento\Catalog\Block\Adminhtml\Category\Helper\Sortby\Available
adminhtml/catalog_category_helper_sortby_default
Magento\Catalog\Block\Adminhtml\Category\Helper\Sortby\DefaultSortby
adminhtml/catalog_product_helper_form_msrp_enabled
adminhtml/catalog_product_helper_form_msrp_price
Magento\Msrp\Block\Adminhtml\Product\Helper\Form\Type\Price
bundle/product_attribute_source_price_view
Magento\Bundle\Model\Product\Attribute\Source\Price\View
catalog/attribute_backend_customlayoutupdate
Magento\Catalog\Model\Attribute\Backend\Customlayoutupdate
catalog/category
Magento\Catalog\Model\ResourceModel\Category
catalog/category_attribute_backend_image
Magento\Catalog\Model\Category\Attribute\Backend\Image
catalog/category_attribute_backend_sortby
Magento\Catalog\Model\Category\Attribute\Backend\Sortby
catalog/category_attribute_backend_urlkey
catalog/product_attribute_backend_urlkey
catalog/category_attribute_collection
Magento\Catalog\Model\ResourceModel\Category\Attribute\Collection
catalog/category_attribute_source_layout
Magento\Catalog\Model\Category\Attribute\Source\Layout
catalog/category_attribute_source_mode
Magento\Catalog\Model\Category\Attribute\Source\Mode
catalog/category_attribute_source_page
Magento\Catalog\Model\Category\Attribute\Source\Page
catalog/category_attribute_source_sortby
Magento\Catalog\Model\Category\Attribute\Source\Sortby
catalog/category_widget_link
Magento\Catalog\Block\Category\Widget\Link
catalog/entity_product_attribute_design_options_container
Magento\Catalog\Model\Entity\Product\Attribute\Design\Options\Container
catalog/product
Magento\Catalog\Model\ResourceModel\Product
catalog/product_attribute_backend_boolean
Magento\Catalog\Model\Product\Attribute\Backend\Boolean
catalog/product_attribute_backend_media
catalog/product_attribute_backend_msrp
catalog/product_attribute_backend_price
Magento\Catalog\Model\Product\Attribute\Backend\Price
catalog/product_attribute_backend_recurring
catalog/product_attribute_backend_sku
Magento\Catalog\Model\Product\Attribute\Backend\Sku
catalog/product_attribute_backend_startdate
Magento\Catalog\Model\Attribute\Backend\Startdate
catalog/product_attribute_backend_startdate_specialprice
Magento\Catalog\Model\Attribute\Backend\Startdate
catalog/product_attribute_backend_tierprice
Magento\Catalog\Model\Product\Attribute\Backend\Tierprice
catalog/product_attribute_collection
Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
catalog/product_attribute_frontend_image
Magento\Catalog\Model\Product\Attribute\Frontend\Image
catalog/product_attribute_source_countryofmanufacture
Magento\Catalog\Model\Product\Attribute\Source\Countryofmanufacture
catalog/product_attribute_source_layout
Magento\Catalog\Model\Product\Attribute\Source\Layout
catalog/product_attribute_source_msrp_type_enabled
catalog/product_attribute_source_msrp_type_price
Magento\Msrp\Model\Product\Attribute\Source\Type\Price
catalog/product_status
Magento\Catalog\Model\Product\Attribute\Source\Status
catalog/product_visibility
Magento\Catalog\Model\Product\Visibility
catalog/product_widget_link
Magento\Catalog\Block\Product\Widget\Link
catalog/product_widget_new
Magento\Catalog\Block\Product\Widget\NewWidget
catalog/resource_eav_attribute
Magento\Catalog\Model\ResourceModel\Eav\Attribute
catalogrule/rule_action_collection
Magento\CatalogRule\Model\Rule\Action\Collection
catalogrule/rule_action_product
Magento\CatalogRule\Model\Rule\Action\Product
catalogrule/rule_condition_product
Magento\CatalogRule\Model\Rule\Condition\Product
catalogrule/rule_product_price
Magento\CatalogRule\Model\Rule\Product\Price
cms/widget_block
Magento\Cms\Block\Widget\Block
cms/widget_page_link
Magento\Cms\Block\Widget\Page\Link
core/design_source_design
Magento\Theme\Model\Theme\Source\Theme
customer/address
Magento\Customer\Model\ResourceModel\Address
customer/address_attribute_collection
Magento\Customer\Model\ResourceModel\Address\Attribute\Collection
customer/attribute
Magento\Customer\Model\Attribute
customer/attribute_backend_data_boolean
Magento\Customer\Model\Attribute\Backend\Data\Boolean
customer/attribute_collection
Magento\Customer\Model\ResourceModel\Attribute\Collection
customer/attribute_data_postcode
Magento\Customer\Model\Attribute\Data\Postcode
customer/customer
Magento\Customer\Model\ResourceModel\Customer
customer/customer_attribute_backend_billing
Magento\Customer\Model\Customer\Attribute\Backend\Billing
customer/customer_attribute_backend_password
Magento\Customer\Model\Customer\Attribute\Backend\Password
customer/customer_attribute_backend_shipping
Magento\Customer\Model\Customer\Attribute\Backend\Shipping
customer/customer_attribute_backend_store
Magento\Customer\Model\Customer\Attribute\Backend\Store
customer/customer_attribute_backend_website
Magento\Customer\Model\Customer\Attribute\Backend\Website
customer/customer_attribute_source_group
Magento\Customer\Model\Customer\Attribute\Source\Group
customer/customer_attribute_source_store
Magento\Customer\Model\Customer\Attribute\Source\Store
customer/customer_attribute_source_website
Magento\Customer\Model\Customer\Attribute\Source\Website
customer/entity_address_attribute_backend_region
Magento\Customer\Model\ResourceModel\Address\Attribute\Backend\Region
customer/entity_address_attribute_backend_street
Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend
customer/entity_address_attribute_source_country
Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Country
customer/entity_address_attribute_source_region
Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Region
eav/entity_attribute_backend_array
Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend
eav/entity_attribute_backend_datetime
Magento\Eav\Model\Entity\Attribute\Backend\Datetime
eav/entity_attribute_backend_time_created
Magento\Eav\Model\Entity\Attribute\Backend\Time\Created
eav/entity_attribute_backend_time_updated
Magento\Eav\Model\Entity\Attribute\Backend\Time\Updated
eav/entity_attribute_frontend_datetime
Magento\Eav\Model\Entity\Attribute\Frontend\Datetime
eav/entity_attribute_source_boolean
Magento\Eav\Model\Entity\Attribute\Source\Boolean
eav/entity_attribute_source_table
Magento\Eav\Model\Entity\Attribute\Source\Table
eav/entity_increment_numeric
Magento\Eav\Model\Entity\Increment\NumericValue
giftmessage/adminhtml_product_helper_form_config
Magento\GiftMessage\Block\Adminhtml\Product\Helper\Form\Config
reports/product_widget_compared
Magento\Reports\Block\Product\Widget\Compared
reports/product_widget_viewed
Magento\Reports\Block\Product\Widget\Viewed
sales/order
Magento\Sales\Model\ResourceModel\Order
sales/order_creditmemo
Magento\Sales\Model\ResourceModel\Order\Creditmemo
sales/order_invoice
Magento\Sales\Model\ResourceModel\Order\Invoice
sales/order_shipment
Magento\Sales\Model\ResourceModel\Order\Shipment
sales/widget_guest_form
Magento\Sales\Block\Widget\Guest\Form
salesrule/rule_action_collection
Magento\CatalogRule\Model\Rule\Action\Collection
salesrule/rule_action_product
Magento\CatalogRule\Model\Rule\Action\Product
salesrule/rule_condition_address
Magento\SalesRule\Model\Rule\Condition\Address
salesrule/rule_condition_combine
Magento\SalesRule\Model\Rule\Condition\Combine
salesrule/rule_condition_product
Magento\SalesRule\Model\Rule\Condition\Product
salesrule/rule_condition_product_combine
Magento\SalesRule\Model\Rule\Condition\Product\Combine
salesrule/rule_condition_product_found
Magento\SalesRule\Model\Rule\Condition\Product\Found
salesrule/rule_condition_product_subselect
Magento\SalesRule\Model\Rule\Condition\Product\Subselect
salesrule/rule_customer
Magento\SalesRule\Model\Rule\Customer
salesrule/rule_product
Magento\SalesRule\Model\Rule\Product
tax/class_source_product
Magento\Tax\Model\TaxClass\Source\Product
weee/attribute_backend_weee_tax
Magento\Weee\Model\Attribute\Backend\Weee\Tax
sales_entity/order_shipment_attribute_backend_child
sales_entity/order_attribute_backend_child
sales_entity/invoice_attribute_backend_child
sales_entity/order_invoice_attribute_backend_child
sales_entity/order_attribute_backend_billing
sales_entity/order_attribute_backend_parent
sales_entity/order_attribute_backend_shipping
sales_entity/order_creditmemo_attribute_backend_child
sales_entity/order_creditmemo_attribute_backend_parent
sales_entity/order_invoice_attribute_backend_order
sales_entity/order_invoice_attribute_backend_parent
sales_entity/order_shipment_attribute_backend_parent
sales/quote
Magento\Quote\Model\Quote
sales/quote_address
Magento\Quote\Model\Quote\Address
sales/quote_address_rate
Magento\Quote\Model\Quote\Address\Rate
sales/quote_address_item
Magento\Quote\Model\Quote\Address\Item
sales/quote_payment
Magento\Quote\Model\Quote\Payment
sales/quote_item
Magento\Quote\Model\Quote\Item
sales/order_address
Magento\Sales\Model\Order\Address
sales/order_item
Magento\Sales\Model\Order\Item
sales/order_payment
Magento\Sales\Model\Order\Payment
sales/order_status_history
Magento\Sales\Model\Order\Status\History
sales/order_shipment_track
Magento\Sales\Model\Order\Shipment\Track
sales/order_shipment_item
Magento\Sales\Model\Order\Shipment\Item
sales/order_shipment_comment
Magento\Sales\Model\Order\Shipment\Comment
sales/order_payment
Magento\Sales\Model\Order\Payment
sales/order_invoice_item
Magento\Sales\Model\Order\Invoice\Item
sales/order_invoice_comment
Magento\Sales\Model\Order\Invoice\Comment
sales/order_creditmemo_item
Magento\Sales\Model\Order\Creditmemo\Item
sales/order_creditmemo_comment
Magento\Sales\Model\Order\Creditmemo\Comment
eav/entity_attribute_backend_default
Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend
eav/entity_attribute_frontend_default
Magento\Eav\Model\Entity\Attribute\Frontend\DefaultFrontend
================================================
FILE: etc/opensource-to-commerce/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
rp_token
rp_token_created_at
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
vat_id
vat_is_valid
vat_request_date
vat_request_id
vat_request_success
================================================
FILE: etc/opensource-to-commerce/customer-document-groups.xml.dist
================================================
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer
customer_address
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_entity
customer_address_entity
================================================
FILE: etc/opensource-to-commerce/deltalog.xml.dist
================================================
catalog_compare_item
cataloginventory_stock_item
newsletter_subscriber
sales_flat_quote
sales_flat_quote_address
sales_flat_quote_item
sales_flat_quote_item_option
sales_flat_quote_shipping_rate
sales_flat_quote_payment
sales_flat_order_address
sales_flat_order_item
sales_flat_order_payment
sales_flat_order_status_history
sales_flat_order_grid
wishlist
wishlist_item
wishlist_item_option
report_viewed_product_index
report_compared_product_index
report_event
review
review_detail
review_store
rating_option_vote
rating_option_vote_aggregated
review_entity_summary
sales_flat_shipment
sales_flat_shipment_item
sales_flat_shipment_track
sales_flat_shipment_grid
sales_flat_shipment_comment
sales_flat_creditmemo
sales_flat_creditmemo_item
sales_flat_creditmemo_grid
sales_flat_invoice
sales_flat_invoice_item
sales_flat_invoice_grid
downloadable_link_purchased
downloadable_link_purchased_item
gift_message
sales_flat_quote_address_item
sales_order_tax
sales_order_tax_item
sales_flat_order
sales_payment_transaction
catalog_category_entity
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_category_product
catalog_product_entity
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_media_gallery_value
catalog_product_entity_text
catalog_product_entity_varchar
catalog_product_option
catalog_product_option_price
catalog_product_option_title
catalog_product_option_type_price
catalog_product_option_type_title
catalog_product_option_type_value
catalog_product_relation
catalog_product_link
catalog_product_link_attribute
catalog_product_link_attribute_int
catalog_product_link_attribute_decimal
catalog_product_link_attribute_varchar
catalog_product_website
catalog_product_bundle_option
catalog_product_bundle_option_value
catalog_product_bundle_selection
catalog_product_bundle_selection_price
downloadable_link
downloadable_link_price
downloadable_link_title
downloadable_sample
downloadable_sample_title
catalog_product_super_link
catalog_product_super_attribute
catalog_product_super_attribute_label
log_visitor
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
eav_entity_store
cataloginventory_stock_item
sales_flat_shipment
catalog_product_entity_group_price
catalog_product_entity_tier_price
core_url_rewrite
catalog_product_super_attribute_pricing
================================================
FILE: etc/opensource-to-commerce/eav-attribute-groups.xml.dist
================================================
msrp_enabled
group_price
is_recurring
recurring_profile
samples_title
links_title
links_exist
links_purchased_separately
old_id
price_type
sku_type
weight_type
shipment_type
url_path
url_path
path
path_in_store
position
level
all_children
children
children_count
currency_rate
tax_percent
currency_base_id
real_order_id
currency_code
qty
tier_price
model
address_id
tax_id
cc_raw_request
cc_raw_response
status
comments
================================================
FILE: etc/opensource-to-commerce/eav-document-groups.xml.dist
================================================
eav_attribute_group
eav_attribute_set
eav_attribute
eav_entity_attribute
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
catalog_eav_attribute
customer_eav_attribute
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_eav_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_text
catalog_product_entity_varchar
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_eav_attribute
customer_eav_attribute_website
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_form_attribute
eav_attribute_label
eav_attribute_option
eav_entity_attribute
eav_form_element
salesrule_product_attribute
weee_tax
magento_giftcard_amount
magento_rma_item_eav_attribute
magento_rma_item_eav_attribute_website
magento_rma_item_entity_datetime
magento_rma_item_entity_decimal
magento_rma_item_entity_int
magento_rma_item_entity_text
magento_rma_item_entity_varchar
magento_rma_item_form_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_text
catalog_product_entity_varchar
================================================
FILE: etc/opensource-to-commerce/log-document-groups.xml.dist
================================================
log_visitor
================================================
FILE: etc/opensource-to-commerce/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.session_cutoff
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-commerce/map-document-groups.xml.dist
================================================
search_query
report_viewed_product_index
================================================
FILE: etc/opensource-to-commerce/map-eav.xml.dist
================================================
eav_attribute.attribute_model
eav_attribute.backend_model
eav_attribute.backend_type
eav_attribute.frontend_model
eav_attribute.source_model
eav_attribute.default_value
catalog_eav_attribute.frontend_input_renderer
catalog_eav_attribute.apply_to
customer_eav_attribute.data_model
customer_eav_attribute.is_visible
customer_eav_attribute.input_filter
customer_eav_attribute.validate_rules
eav_entity_type.entity_model
eav_entity_type.attribute_model
eav_entity_type.entity_table
eav_entity_type.increment_model
eav_entity_type.additional_attribute_table
eav_entity_type.entity_attribute_collection
eav_attribute_set.sort_order
eav_attribute_group.sort_order
catalog_eav_attribute.is_configurable
catalog_eav_attribute.search_weight
catalog_eav_attribute.is_required_in_admin_store
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
catalog_eav_attribute.search_weight
customer_eav_attribute.is_used_for_customer_segment
catalog_eav_attribute.additional_data
catalog_eav_attribute.is_used_in_grid
catalog_eav_attribute.is_visible_in_grid
catalog_eav_attribute.is_filterable_in_grid
catalog_eav_attribute.is_pagebuilder_enabled
customer_eav_attribute.is_used_in_grid
customer_eav_attribute.is_visible_in_grid
customer_eav_attribute.is_filterable_in_grid
customer_eav_attribute.is_searchable_in_grid
customer_eav_attribute.grid_filter_condition_type
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
================================================
FILE: etc/opensource-to-commerce/map-log.xml.dist
================================================
log_visitor
customer_visitor
log_visitor.last_url_id
log_visitor.store_id
log_visitor.first_visit_at
customer_visitor.created_at
log_visitor
customer_visitor.customer_id
================================================
FILE: etc/opensource-to-commerce/map-stores.xml.dist
================================================
core_store
store
core_store_group
store_group
core_website
store_website
core_website.is_staging
core_website.master_login
core_website.master_password
core_website.visibility
store_group.code
store_group.code
================================================
FILE: etc/opensource-to-commerce/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_tier_price.entity_id
catalog_product_entity_tier_price.row_id
catalog_product_entity_group_price.entity_id
catalog_product_entity_group_price.row_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-commerce/order-grids-document-groups.xml.dist
================================================
sales_flat_order
sales_flat_order_address
sales_flat_invoice
sales_flat_shipment
sales_flat_creditmemo
sales_flat_order_payment
================================================
FILE: etc/opensource-to-commerce/settings.xml.dist
================================================
advanced/modules_disable_output/*
api/config/compliance_wsi
api/config/session_timeout
api/config/wsdl_cache_enabled
carriers/dhl/additional_protection_enabled
carriers/dhl/additional_protection_min_value
carriers/dhl/additional_protection_rounding
carriers/dhl/additional_protection_use_subtotal
carriers/dhl/additional_protection_value
carriers/dhl/allowed_methods
carriers/dhl/contentdesc
carriers/dhl/debug
carriers/dhl/default_height
carriers/dhl/default_length
carriers/dhl/default_width
carriers/dhl/dutiable
carriers/dhl/dutypaymenttype
carriers/dhl/free_method
carriers/dhl/free_shipping_enable
carriers/dhl/free_shipping_subtotal
carriers/dhl/gateway_url
carriers/dhl/handling_action
carriers/dhl/handling_fee
carriers/dhl/handling_type
carriers/dhl/hazardous_materials
carriers/dhl/id
carriers/dhl/intl_shipment_days
carriers/dhl/max_package_weight
carriers/dhl/password
carriers/dhl/sallowspecific
carriers/dhl/shipment_days
carriers/dhl/shipment_requesttype
carriers/dhl/shipment_type
carriers/dhl/shipping_intlkey
carriers/dhl/shipping_key
carriers/dhl/showmethod
carriers/dhl/sort_order
carriers/dhl/specificcountry
carriers/dhl/specificerrmsg
carriers/dhl/title
carriers/dhlint/doc_methods
carriers/ups/shipaccept_xml_url
carriers/ups/shipconfirm_xml_url
carriers/ups/tracking_xml_url
catalog/merchandiser/ajax_page_load
catalog/merchandiser/attribute_codes
catalog/merchandiser/column_count
catalog/merchandiser/cron_setup
catalog/merchandiser/hide_disabled
catalog/merchandiser/hide_invisible
catalog/merchandiser/hide_product_position_field
catalog/merchandiser/new_products_handler
catalog/merchandiser/rebuild_on_categorysave
catalog/merchandiser/rebuild_on_cron
catalog/merchandiser/rebuild_on_productsave
catalog/merchandiser/show_creation_date
catalog/merchandiser/show_extra_images
catalog/product_image/base_width
catalog/product_image/small_width
catalog/search/engine
catalog/search/max_query_words
catalog/search/search_type
catalog/search/use_layered_navigation_count
catalog/seo/site_map
catalog/sitemap/lines_perpage
catalog/sitemap/tree_mode
configswatches/general/enabled
configswatches/general/product_list_attribute
configswatches/general/swatch_attributes
configswatches/layered_nav_dimensions/height
configswatches/layered_nav_dimensions/width
configswatches/product_detail_dimensions/height
configswatches/product_detail_dimensions/width
configswatches/product_listing_dimensions/height
configswatches/product_listing_dimensions/width
crontab/jobs/catalog_product_alert/run/model
customer/address_templates/js_template
customer/password/require_admin_user_to_change_user_password
design/email/css_non_inline
design/email/footer
design/email/header
design/email/logo_height
design/email/logo_width
design/package/name
design/package/ua_regexp
design/theme/default
design/theme/default_ua_regexp
design/theme/layout
design/theme/layout_ua_regexp
design/theme/locale
design/theme/skin
design/theme/skin_ua_regexp
dev/debug/profiler
dev/log/active
dev/log/exception_file
dev/log/file
general/content_staging/block_frontend
general/content_staging/block_frontend_stub
general/content_staging/create_entry_point
general/content_staging/entry_points_folder_name
general/store_information/address
general/store_information/hours
google/analytics/anonymization
google/analytics/type
index_management/index_clean_schedule/enabled
index_management/index_clean_schedule/frequency
index_management/index_clean_schedule/time
index_management/index_options/category_flat
index_management/index_options/category_product
index_management/index_options/category_url_rewrite
index_management/index_options/fulltext
index_management/index_options/product_flat
index_management/index_options/product_price_and_stock
index_management/index_options/product_url_rewrite
index_management/index_options/redirect_url_rewrite
moneybookers/settings/activationstatus
moneybookers/settings/customer_id
moneybookers/settings/moneybookers_email
oauth/email/template
payment/ccsave/active
payment/ccsave/allowspecific
payment/ccsave/cctypes
payment/ccsave/centinel
payment/ccsave/max_order_total
payment/ccsave/min_order_total
payment/ccsave/order_status
payment/ccsave/sort_order
payment/ccsave/title
payment/ccsave/useccv
payment/dd_settings/active
payment/dd_settings/allowspecific
payment/dd_settings/title
payment/hosted_pro/mobile_optimized
payment/moneybookers_acc/active
payment/moneybookers_acc/allowspecific
payment/moneybookers_acc/sort_order
payment/moneybookers_acc/title
payment/moneybookers_csi/active
payment/moneybookers_csi/allowspecific
payment/moneybookers_csi/sort_order
payment/moneybookers_csi/specificcountry
payment/moneybookers_csi/title
payment/moneybookers_did/active
payment/moneybookers_did/allowspecific
payment/moneybookers_did/sort_order
payment/moneybookers_did/specificcountry
payment/moneybookers_did/title
payment/moneybookers_dnk/active
payment/moneybookers_dnk/allowspecific
payment/moneybookers_dnk/sort_order
payment/moneybookers_dnk/specificcountry
payment/moneybookers_dnk/title
payment/moneybookers_ebt/active
payment/moneybookers_ebt/allowspecific
payment/moneybookers_ebt/sort_order
payment/moneybookers_ebt/specificcountry
payment/moneybookers_ebt/title
payment/moneybookers_ent/active
payment/moneybookers_ent/allowspecific
payment/moneybookers_ent/sort_order
payment/moneybookers_ent/specificcountry
payment/moneybookers_ent/title
payment/moneybookers_gcb/active
payment/moneybookers_gcb/allowspecific
payment/moneybookers_gcb/sort_order
payment/moneybookers_gcb/specificcountry
payment/moneybookers_gcb/title
payment/moneybookers_gir/active
payment/moneybookers_gir/allowspecific
payment/moneybookers_gir/sort_order
payment/moneybookers_gir/specificcountry
payment/moneybookers_gir/title
payment/moneybookers_idl/active
payment/moneybookers_idl/allowspecific
payment/moneybookers_idl/sort_order
payment/moneybookers_idl/specificcountry
payment/moneybookers_idl/title
payment/moneybookers_lsr/active
payment/moneybookers_lsr/allowspecific
payment/moneybookers_lsr/sort_order
payment/moneybookers_lsr/specificcountry
payment/moneybookers_lsr/title
payment/moneybookers_mae/active
payment/moneybookers_mae/allowspecific
payment/moneybookers_mae/sort_order
payment/moneybookers_mae/specificcountry
payment/moneybookers_mae/title
payment/moneybookers_npy/active
payment/moneybookers_npy/allowspecific
payment/moneybookers_npy/sort_order
payment/moneybookers_npy/specificcountry
payment/moneybookers_npy/title
payment/moneybookers_obt/active
payment/moneybookers_obt/allowspecific
payment/moneybookers_obt/sort_order
payment/moneybookers_obt/specificcountry
payment/moneybookers_obt/title
payment/moneybookers_pli/active
payment/moneybookers_pli/allowspecific
payment/moneybookers_pli/sort_order
payment/moneybookers_pli/specificcountry
payment/moneybookers_pli/title
payment/moneybookers_psp/active
payment/moneybookers_psp/allowspecific
payment/moneybookers_psp/sort_order
payment/moneybookers_psp/specificcountry
payment/moneybookers_psp/title
payment/moneybookers_pwy/active
payment/moneybookers_pwy/allowspecific
payment/moneybookers_pwy/sort_order
payment/moneybookers_pwy/specificcountry
payment/moneybookers_pwy/title
payment/moneybookers_sft/active
payment/moneybookers_sft/allowspecific
payment/moneybookers_sft/sort_order
payment/moneybookers_sft/specificcountry
payment/moneybookers_sft/title
payment/moneybookers_so2/active
payment/moneybookers_so2/allowspecific
payment/moneybookers_so2/sort_order
payment/moneybookers_so2/specificcountry
payment/moneybookers_so2/title
payment/moneybookers_wlt/active
payment/moneybookers_wlt/allowspecific
payment/moneybookers_wlt/sort_order
payment/moneybookers_wlt/title
payment/payflow_advanced/mobile_optimized
payment/payflow_link/mobile_optimized
payment/verisign/active
payment/verisign/allowspecific
payment/verisign/cctypes
payment/verisign/centinel
payment/verisign/debug
payment/verisign/partner
payment/verisign/payment_action
payment/verisign/pwd
payment/verisign/sandbox_flag
payment/verisign/sort_order
payment/verisign/title
payment/verisign/use_proxy
payment/verisign/useccv
payment/verisign/user
payment/verisign/vendor
payment/verisign/verify_peer
payment/authorizenet/centinel_api_url
payment/authorizenet/centinel_api_url
payment/authorizenet/centinel_backend
payment/authorizenet/centinel_is_mode_strict
payment/authorizenet/heading_3dsecure
payment/authorizenet_directpost/specificcountry
payment/authorizenet/specificcountry
payment/account/merchant_country
payment/braintree_basic/specificcountry
payment/ccsave/centinel_api_url
payment/ccsave/centinel_is_mode_strict
payment/ccsave/specificcountry
payment/cybersource_soap/email_customer
payment/cybersource_soap/specificcountry
payment/dibs/specificcountry
payment/eway_direct/specificcountry
payment/firstdata/specificcountry
payment/paybox_direct/specificcountry
payment/payone_gate/specificcountry
payment/sagepay_direct/specificcountry
payment/worldpay_direct/specificcountry
rewrite_matchers/category/priority
rewrite_matchers/product/priority
rewrite_matchers/redirect/priority
rss/catalog/salesrule
rss/catalog/tag
sales/msrp/apply_for_all
system/page_cache/allowed_depth
system/page_cache/max_cache_size
system/page_cache/multicurrency
system/page_crawl/enable
system/page_crawl/multicurrency
system/page_crawl/threads
tax/weee/discount
web/default/no_route
web/polls/poll_check_by_ip
web/secure/base_js_url
web/secure/base_media_url
web/secure/base_skin_url
web/secure/base_url
web/secure/base_link_url
web/unsecure/base_js_url
web/unsecure/base_media_url
web/unsecure/base_skin_url
web/unsecure/base_url
web/unsecure/base_link_url
admin/url/custom
admin/url/custom_path
admin/url/use_custom_path
admin/url/use_custom
catalog/search/solr_server_password
catalog/search/solr_test_connect_wizard
catalog/seo/priority
sales/product_sku/allowed_groups
system/page_cache/debug
design/theme/template
design/theme/template_ua_regexp
admin/security/session_cookie_lifetime
web/cookie/*
general/locale/timezone
api/config/charset
webapi/soap/charset
carriers/dhlint/account
carriers/dhl/account
carriers/dhlint/active
carriers/dhl/active
carriers/dhlint/content_type
carriers/dhl/content_type
carriers/dhlint/debug
carriers/dhl/debug
carriers/dhlint/divide_order_weight
carriers/dhl/divide_order_weight
carriers/dhlint/free_shipping_enable
carriers/dhl/free_shipping_enable
carriers/dhlint/free_shipping_subtotal
carriers/dhl/free_shipping_subtotal
carriers/dhlint/gateway_url
carriers/dhl/gateway_url
carriers/dhlint/handling_action
carriers/dhl/handling_action
carriers/dhlint/handling_fee
carriers/dhl/handling_fee
carriers/dhlint/handling_type
carriers/dhl/handling_type
carriers/dhlint/id
carriers/dhl/id
carriers/dhlint/password
carriers/dhl/password
carriers/dhlint/ready_time
carriers/dhl/ready_time
carriers/dhlint/sallowspecific
carriers/dhl/sallowspecific
carriers/dhlint/showmethod
carriers/dhl/showmethod
carriers/dhlint/size
carriers/dhl/size
carriers/dhlint/sort_order
carriers/dhl/sort_order
carriers/dhlint/specificcountry
carriers/dhl/specificcountry
carriers/dhlint/specificerrmsg
carriers/dhl/specificerrmsg
carriers/dhlint/title
carriers/dhl/title
carriers/dhlint/unit_of_measure
carriers/dhl/unit_of_measure
contacts/contacts/enabled
contact/contact/enabled
contacts/email/email_template
contact/email/email_template
contacts/email/recipient_email
contact/email/recipient_email
contacts/email/sender_email_identity
contact/email/sender_email_identity
crontab/jobs/catalog_product_alert/schedule/cron_expr
crontab/default/jobs/catalog_product_alert/schedule/cron_expr
crontab/jobs/currency_rates_update/schedule/cron_expr
crontab/default/jobs/currency_rates_update/schedule/cron_expr
crontab/jobs/log_clean/schedule/cron_expr
crontab/default/jobs/log_clean/schedule/cron_expr
crontab/jobs/log_clean/run/model
crontab/default/jobs/log_clean/run/model
crontab/jobs/send_notification/schedule/cron_expr
crontab/default/jobs/send_notification/schedule/cron_expr
crontab/jobs/send_notification/run/model
crontab/default/jobs/send_notification/run/model
crontab/jobs/sitemap_generate/schedule/cron_expr
crontab/default/jobs/sitemap_generate/schedule/cron_expr
crontab/jobs/sitemap_generate/run/model
crontab/default/jobs/sitemap_generate/run/model
crontab/jobs/system_backup/schedule/cron_expr
crontab/default/jobs/system_backup/schedule/cron_expr
crontab/jobs/system_backup/run/model
crontab/default/jobs/system_backup/run/model
design/head/default_robots
design/search_engine_robots/default_robots
design/header/logo_src_small
design/header/logo_src
general/store_information/merchant_country
general/store_information/country_id
payment/paypaluk_express/active
payment/payflow_express/active
payment/paypaluk_express/allowspecific
payment/payflow_express/allowspecific
payment/paypaluk_express/debug
payment/payflow_express/debug
payment/paypaluk_express/line_items_enabled
payment/payflow_express/line_items_enabled
payment/paypaluk_express/payment_action
payment/payflow_express/payment_action
payment/paypaluk_express/sort_order
payment/payflow_express/sort_order
payment/paypaluk_express/title
payment/payflow_express/title
payment/paypaluk_express/verify_peer
payment/payflow_express/verify_peer
payment/paypaluk_express/visible_on_cart
payment/payflow_express/visible_on_cart
payment/paypaluk_express/visible_on_product
payment/payflow_express/visible_on_product
payment/paypaluk_express_bml/active
payment/payflow_express_bml/active
payment/paypal_standard/active
payment/wps_express/active
payment/paypal_wps_express/active
payment/wps_express/active
rss/order/status_notified
rss/order/status
shipping/option/checkout_multiple
multishipping/options/checkout_multiple
shipping/option/checkout_multiple_maximum_qty
multishipping/options/checkout_multiple_maximum_qty
system/cron/history_cleanup_every
system/cron/default/history_cleanup_every
system/cron/history_failure_lifetime
system/cron/default/history_failure_lifetime
system/cron/history_success_lifetime
system/cron/default/history_success_lifetime
system/cron/schedule_ahead_for
system/cron/default/schedule_ahead_for
system/cron/schedule_generate_every
system/cron/default/schedule_generate_every
system/cron/schedule_lifetime
system/cron/default/schedule_lifetime
catalog/category/root_id
catalog/seo/category_url_suffix
catalog/seo/product_url_suffix
payment/payflow_advanced/pwd
paypal/wpp/api_username
paypal/wpp/api_password
paypal/wpp/api_signature
paypal/fetch_reports/ftp_login
paypal/fetch_reports/ftp_password
payment/verisign/user
payment/verisign/pwd
payment/payflow_link/pwd
payment/authorizenet_directpost/login
payment/authorizenet_directpost/trans_key
payment/authorizenet_directpost/trans_md5
payment/authorizenet/login
payment/authorizenet/trans_key
carriers/ups/password
carriers/ups/username
carriers/ups/access_license_number
carriers/usps/userid
carriers/usps/password
carriers/fedex/account
carriers/fedex/meter_number
carriers/fedex/key
carriers/fedex/password
carriers/dhl/id
carriers/dhl/password
carriers/dhl/shipping_key
carriers/dhl/shipping_intlkey
carriers/dhlint/id
carriers/dhlint/password
payment_services/centinel/password
cataloginventory/item_options/min_sale_qty
currency/options/customsymbol
================================================
FILE: etc/opensource-to-opensource/1.6.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.6.0.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/1.6.0.0/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/1.6.0.0/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/1.6.0.0/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.6.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.6.0.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/opensource-to-opensource/1.6.0.0/deltalog.xml.dist
================================================
catalog_compare_item
cataloginventory_stock_item
newsletter_subscriber
sales_flat_quote
sales_flat_quote_address
sales_flat_quote_item
sales_flat_quote_item_option
sales_flat_quote_shipping_rate
sales_flat_quote_payment
sales_flat_order_address
sales_flat_order_item
sales_flat_order_payment
sales_flat_order_status_history
sales_flat_order_grid
wishlist
wishlist_item
wishlist_item_option
report_viewed_product_index
report_compared_product_index
report_event
review
review_detail
review_store
rating_option_vote
rating_option_vote_aggregated
review_entity_summary
sales_flat_shipment
sales_flat_shipment_item
sales_flat_shipment_track
sales_flat_shipment_grid
sales_flat_creditmemo
sales_flat_creditmemo_item
sales_flat_creditmemo_grid
sales_flat_invoice
sales_flat_invoice_item
sales_flat_invoice_grid
downloadable_link_purchased
downloadable_link_purchased_item
gift_message
sales_flat_quote_address_item
eav_entity_store
sales_order_tax
sales_flat_order
log_visitor
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
================================================
FILE: etc/opensource-to-opensource/1.6.0.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-opensource/1.6.0.0/map.xml.dist
================================================
find_feed_import_codes
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
find_feed_import_codes
googlebase_attributes
googlebase_items
googlebase_types
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
paybox_question_number
strikeiron_tax_rate
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
paypal_payment_transaction
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
sales_order_aggregated_updated
sales_order_tax_item
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
tax_order_aggregated_updated
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
cataloginventory_stock_status.website_id
rating.is_active
authorization_role.user_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalogrule.sub_simple_action
catalogrule_product.sub_simple_action
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
sales_order.coupon_rule_name
admin_user.rp_token
admin_user.rp_token_created_at
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.6.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.6.1.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/1.6.1.0/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/1.6.1.0/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.6.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.6.1.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/opensource-to-opensource/1.6.1.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-opensource/1.6.1.0/map.xml.dist
================================================
find_feed_import_codes
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
paybox_question_number
strikeiron_tax_rate
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalogrule_product.sub_simple_action
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
paypal_settlement_report_row.payment_tracking_id
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
sales_order.coupon_rule_name
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.6.2.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.6.2.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/1.6.2.0/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/1.6.2.0/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.6.2.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.6.2.0/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
================================================
FILE: etc/opensource-to-opensource/1.6.2.0/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.disable_auto_group_change
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-opensource/1.6.2.0/map.xml.dist
================================================
find_feed_import_codes
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
paybox_question_number
strikeiron_tax_rate
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.conditions_serialized
salesrule.actions_serialized
salesrule.customer_group_ids
salesrule.website_ids
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.customer_group_ids
catalogrule.website_ids
salesrule.customer_group_ids
salesrule.website_ids
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
captcha_log
catalogrule_customer_group
catalogrule_website
oauth_consumer
oauth_nonce
oauth_token
report_viewed_product_aggregated_daily
report_viewed_product_aggregated_monthly
report_viewed_product_aggregated_yearly
salesrule_coupon_aggregated_updated
salesrule_customer_group
salesrule_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalogrule_product.sub_simple_action
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
cataloginventory_stock_item.is_decimal_divided
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
paypal_settlement_report_row.store_id
quote_address.vat_id
quote_address.vat_is_valid
quote_address.vat_request_id
quote_address.vat_request_date
quote_address.vat_request_success
sales_order_address.vat_id
sales_order_address.vat_is_valid
sales_order_address.vat_request_id
sales_order_address.vat_request_date
sales_order_address.vat_request_success
sales_creditmemo.discount_description
sales_invoice.discount_description
sales_order_item.base_tax_refunded
sales_order_item.discount_refunded
sales_order_item.base_discount_refunded
salesrule.use_auto_generation
salesrule.uses_per_coupon
salesrule_coupon.created_at
salesrule_coupon.type
salesrule_coupon_aggregated.rule_name
salesrule_coupon_aggregated_order.rule_name
tax_calculation_rule.calculate_subtotal
translation.crc_string
sales_order.coupon_rule_name
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.7.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.7.0.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.7.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.7.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
paypal_settlement_report_row.store_id
sales_creditmemo.discount_description
sales_invoice.discount_description
tax_calculation_rule.calculate_subtotal
translation.crc_string
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.7.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.7.0.1/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.7.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.7.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
paypal_settlement_report_row.store_id
sales_creditmemo.discount_description
sales_invoice.discount_description
tax_calculation_rule.calculate_subtotal
translation.crc_string
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.7.0.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.7.0.2/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.7.0.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.7.0.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
translation.crc_string
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
paypal_settlement_report_row.store_id
sales_creditmemo.discount_description
sales_invoice.discount_description
tax_calculation_rule.calculate_subtotal
translation.crc_string
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.8.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.8.0.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.8.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.8.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.8.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.8.1.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.8.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.8.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.0.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.0.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.0.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.0.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.0.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.0.1/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.0.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.0.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.1.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.1.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.1.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.1.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.1.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.1.1/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.1.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.1.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.2.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.2.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.2.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.2.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.2.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.2.1/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.2.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.2.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.2.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.2.2/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.2.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.2.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.2.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.2.3/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.2.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.2.3/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.2.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.2.4/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.2.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.2.4/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.0/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.0/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.1/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.1/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.10/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.10/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.10/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.10
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.10/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.10/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.2/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.2/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.2/map.xml.dist
================================================
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_flat_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
paypal_settlement_report.report_date
sales_order.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
catalogrule_product.customer_group_id
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.3/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.3/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.3/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.3/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.4/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.4/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.4/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.4/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.6/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.6/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.6/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.6
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.6/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.6/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.7/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.7/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.7/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.7
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.7/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.7/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.8/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.8/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.8/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.8
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.8/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.8/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.3.9/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.3.9/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.3.9/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.3.9
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.3.9/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.3.9/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.4.0/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.4.0/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.4.0/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.4.0
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.4.0/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.4.0/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.4.1/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\ConfigurablePrices\Delta
Migration\Step\ConfigurablePrices\Volume
Migration\Step\TierPrice\Delta
Migration\Step\TierPrice\Volume
Migration\Step\UrlRewrite\Version191to2000Delta
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.4.1/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.4.1/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.4.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.4.1/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.4.1/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.4.2/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.4.2/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.4.2/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.4.2
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.4.2/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.4.2/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.4.3/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.4.3/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.4.3/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.4.3
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.4.3/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.4.3/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.4.4/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.4.4/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.4.4/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.4.4
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.4.4/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.4.4/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/1.9.4.5/config.xml.dist
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Customer\Integrity
Migration\Step\Customer\Data
Migration\Step\Customer\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\ConfigurablePrices\Integrity
Migration\Step\ConfigurablePrices\Data
Migration\Step\ConfigurablePrices\Volume
Migration\Step\OrderGrids\Integrity
Migration\Step\OrderGrids\Data
Migration\Step\OrderGrids\Volume
Migration\Step\TierPrice\Integrity
Migration\Step\TierPrice\Data
Migration\Step\TierPrice\Volume
Migration\Step\SalesIncrement\Integrity
Migration\Step\SalesIncrement\Data
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Integrity
Migration\Step\Inventory\Data
Migration\Step\Inventory\Volume
Migration\Step\PostProcessing\Data
Migration\Step\Customer\Delta
Migration\Step\Customer\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\OrderGrids\Delta
Migration\Step\OrderGrids\Volume
Migration\Step\SalesIncrement\Delta
Migration\Step\SalesIncrement\Volume
Migration\Step\Inventory\Delta
Migration\Step\Inventory\Volume
etc/opensource-to-opensource/1.9.4.5/map.xml.dist
etc/opensource-to-opensource/map-eav.xml.dist
etc/opensource-to-opensource/eav-document-groups.xml.dist
etc/opensource-to-opensource/eav-attribute-groups.xml.dist
etc/opensource-to-opensource/map-log.xml.dist
etc/opensource-to-opensource/log-document-groups.xml.dist
etc/opensource-to-opensource/settings.xml.dist
etc/opensource-to-opensource/map-customer.xml.dist
etc/opensource-to-opensource/customer-document-groups.xml.dist
etc/opensource-to-opensource/customer-attribute-groups.xml.dist
etc/opensource-to-opensource/deltalog.xml.dist
etc/opensource-to-opensource/order-grids-document-groups.xml.dist
etc/opensource-to-opensource/map-document-groups.xml.dist
etc/opensource-to-opensource/class-map.xml.dist
etc/opensource-to-opensource/1.9.4.5/map-tier-price.xml.dist
etc/opensource-to-opensource/map-stores.xml.dist
0
0
0
migration.log
%percent%% [%bar%] Remaining Time: %remaining%
1
opensource-to-opensource
1.9.4.5
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: etc/opensource-to-opensource/1.9.4.5/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/1.9.4.5/map.xml.dist
================================================
mailchimp_errors
mailchimp_sync_batches
googleshopping_attributes
googleshopping_items
googleshopping_types
sales_flat_creditmemo_grid
sales_flat_invoice_grid
sales_flat_order_grid
sales_flat_shipment_grid
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
m2_cl_*
url_rewrite_m2*
admin_assert
api2_acl_attribute
api2_acl_role
api2_acl_rule
api2_acl_user
api_assert
api_role
api_rule
api_session
api_user
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
catalog_category_anc_categs_index_idx
catalog_category_anc_categs_index_tmp
catalog_category_anc_products_index_idx
catalog_category_anc_products_index_tmp
catalog_product_index*
catalog_category_product_index*
catalog_product_enabled_index
cataloginventory_stock_status
cataloginventory_stock_status_idx
cataloginventory_stock_status_tmp
catalog_category_product_cat_cl
catalog_product_bundle_price_index
catalog_product_bundle_stock_index
catalogindex_aggregation
catalogindex_aggregation_tag
catalogindex_aggregation_to_tag
catalogindex_minimal_price
catalogindex_price
core_layout_update
core_layout_link
widget_instance_page_layout
googlecheckout_api_debug
ogone_api_debug
oscommerce_import
oscommerce_import_type
oscommerce_orders
oscommerce_orders_products
oscommerce_orders_status_history
oscommerce_orders_total
oscommerce_ref
paygate_authorizenet_debug
paypal_api_debug
paypaluk_api_debug
amazonpayments_api_debug
chronopay_api_debug
cybermut_api_debug
cybersource_api_debug
eway_api_debug
flo2cash_api_debug
ideal_api_debug
paybox_api_debug
protx_api_debug
xmlconnect_application
xmlconnect_config_data
xmlconnect_history
xmlconnect_images
xmlconnect_notification_template
xmlconnect_queue
googlecheckout_notification
index_event
index_process
index_process_event
cataloginventory_stock_status_cl
catalogsearch_fulltext
catalogsearch_fulltext_cl
core_cache_tag
core_cache_option
core_cache
core_flag
core_email_queue
core_email_queue_recipients
merchandiser_category_values
merchandiser_vmbuild
dataflow_batch
dataflow_batch_export
dataflow_batch_import
dataflow_import_data
dataflow_profile
dataflow_profile_history
dataflow_session
core_url_rewrite
catalog_product_entity_url_key
catalogindex_eav
catalog_eav_attribute
customer_eav_attribute
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
catalog_category_entity_url_key
poll
poll_answer
poll_store
poll_vote
sales_recurring_profile
sales_recurring_profile_order
tag
tag_properties
tag_relation
tag_summary
weee_discount
catalogsearch_result
log_visitor
log_visitor_info
log_visitor_online
core_config_data
s_*b_*_*
catalog_product_flat*
catalog_category_flat*
googleoptimizer_code
core_resource
cron_schedule
admin_user
admin_role
admin_rule
catalogrule_affected_product
catalog_product_super_attribute_pricing
catalog_product_entity_group_price
catalog_product_entity_tier_price
permission_block
permission_variable
googlebase_attributes
googlebase_items
googlebase_types
customer_flowpassword
core_store
core_store_group
core_website
directory_country
directory_country_format
directory_country_region
directory_country_region_name
catalogsearch_query
search_query
core_variable
variable
core_variable_value
variable_value
core_email_template
email_template
core_translate
translation
core_session
session
coupon_aggregated
salesrule_coupon_aggregated
coupon_aggregated_order
salesrule_coupon_aggregated_order
coupon_aggregated_updated
salesrule_coupon_aggregated_updated
sales_flat_order
sales_order
sales_flat_creditmemo
sales_creditmemo
sales_flat_creditmemo_comment
sales_creditmemo_comment
sales_flat_creditmemo_item
sales_creditmemo_item
sales_flat_invoice
sales_invoice
sales_flat_invoice_comment
sales_invoice_comment
sales_flat_invoice_item
sales_invoice_item
sales_flat_order_address
sales_order_address
sales_flat_order_item
sales_order_item
sales_flat_order_payment
sales_order_payment
sales_flat_order_status_history
sales_order_status_history
sales_flat_quote
quote
sales_flat_quote_address
quote_address
sales_flat_quote_address_item
quote_address_item
sales_flat_quote_item
quote_item
sales_flat_quote_item_option
quote_item_option
sales_flat_quote_payment
quote_payment
sales_flat_quote_shipping_rate
quote_shipping_rate
sales_flat_shipment
sales_shipment
sales_flat_shipment_comment
sales_shipment_comment
sales_flat_shipment_item
sales_shipment_item
sales_flat_shipment_track
sales_shipment_track
core_directory_storage
media_storage_directory_storage
core_file_storage
media_storage_file_storage
sales_billing_agreement
paypal_billing_agreement
sales_billing_agreement_order
paypal_billing_agreement_order
cms_page.root_template
cms_page.page_layout
sales_flat_order.hidden_tax_amount
sales_order.discount_tax_compensation_amount
sales_flat_order.base_hidden_tax_amount
sales_order.base_discount_tax_compensation_amount
sales_flat_order.shipping_hidden_tax_amount
sales_order.shipping_discount_tax_compensation_amount
sales_flat_order.base_shipping_hidden_tax_amnt
sales_order.base_shipping_discount_tax_compensation_amnt
sales_flat_order.hidden_tax_invoiced
sales_order.discount_tax_compensation_invoiced
sales_flat_order.base_hidden_tax_invoiced
sales_order.base_discount_tax_compensation_invoiced
sales_flat_order.hidden_tax_refunded
sales_order.discount_tax_compensation_refunded
sales_flat_order.base_hidden_tax_refunded
sales_order.base_discount_tax_compensation_refunded
sales_flat_creditmemo.hidden_tax_amount
sales_creditmemo.discount_tax_compensation_amount
sales_flat_creditmemo.base_hidden_tax_amount
sales_creditmemo.base_discount_tax_compensation_amount
sales_flat_creditmemo.shipping_hidden_tax_amount
sales_creditmemo.shipping_discount_tax_compensation_amount
sales_flat_creditmemo.base_shipping_hidden_tax_amnt
sales_creditmemo.base_shipping_discount_tax_compensation_amnt
sales_flat_creditmemo_item.hidden_tax_amount
sales_creditmemo_item.discount_tax_compensation_amount
sales_flat_creditmemo_item.base_hidden_tax_amount
sales_creditmemo_item.base_discount_tax_compensation_amount
sales_flat_invoice.hidden_tax_amount
sales_invoice.discount_tax_compensation_amount
sales_flat_invoice.base_hidden_tax_amount
sales_invoice.base_discount_tax_compensation_amount
sales_flat_invoice.shipping_hidden_tax_amount
sales_invoice.shipping_discount_tax_compensation_amount
sales_flat_invoice.base_shipping_hidden_tax_amnt
sales_invoice.base_shipping_discount_tax_compensation_amnt
sales_flat_invoice_item.hidden_tax_amount
sales_invoice_item.discount_tax_compensation_amount
sales_flat_invoice_item.base_hidden_tax_amount
sales_invoice_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_amount
sales_order_item.discount_tax_compensation_amount
sales_flat_order_item.base_hidden_tax_amount
sales_order_item.base_discount_tax_compensation_amount
sales_flat_order_item.hidden_tax_invoiced
sales_order_item.discount_tax_compensation_invoiced
sales_flat_order_item.base_hidden_tax_invoiced
sales_order_item.base_discount_tax_compensation_invoiced
sales_flat_order_item.hidden_tax_refunded
sales_order_item.discount_tax_compensation_refunded
sales_flat_order_item.base_hidden_tax_refunded
sales_order_item.base_discount_tax_compensation_refunded
sales_flat_order_item.hidden_tax_canceled
sales_order_item.discount_tax_compensation_canceled
sales_flat_order_payment.cc_last4
sales_order_payment.cc_last_4
sales_flat_quote_payment.cc_last4
quote_payment.cc_last_4
sales_flat_quote_address.hidden_tax_amount
quote_address.discount_tax_compensation_amount
sales_flat_quote_address.base_hidden_tax_amount
quote_address.base_discount_tax_compensation_amount
sales_flat_quote_address.shipping_hidden_tax_amount
quote_address.shipping_discount_tax_compensation_amount
sales_flat_quote_address.base_shipping_hidden_tax_amnt
quote_address.base_shipping_discount_tax_compensation_amnt
sales_flat_quote_address_item.hidden_tax_amount
quote_address_item.discount_tax_compensation_amount
sales_flat_quote_address_item.base_hidden_tax_amount
quote_address_item.base_discount_tax_compensation_amount
sales_flat_quote_item.hidden_tax_amount
quote_item.discount_tax_compensation_amount
sales_flat_quote_item.base_hidden_tax_amount
quote_item.base_discount_tax_compensation_amount
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_category_entity_varchar.value
catalog_product_entity_varchar.value
catalog_category_entity_text.value
catalog_product_entity_varchar.value
catalog_product_entity_varchar.value
cms_page.root_template
cms_block.content
cms_page.content
newsletter_template.template_text
core_email_template.template_text
widget_instance.instance_type
catalogrule.conditions_serialized
catalogrule.actions_serialized
salesrule.conditions_serialized
salesrule.actions_serialized
sales_flat_order_item.weee_tax_applied
sales_flat_quote_item.weee_tax_applied
sales_flat_creditmemo_item.weee_tax_applied
sales_flat_invoice_item.weee_tax_applied
catalog_product_entity_media_gallery.value_id
rating_option_vote.remote_ip_long
sendfriend_log.ip
catalogsearch_query.synonym_for
sales_flat_quote_payment.additional_information
sales_flat_quote_payment.cc_number_enc
sales_flat_order_item.product_options
sales_flat_order_payment.additional_information
sales_flat_order_payment.method
sales_flat_quote_payment.method
sales_flat_order_payment.cc_number_enc
sales_flat_shipment.packages
sales_payment_transaction.additional_information
sales_flat_quote_item_option.value
sales_flat_quote_item_option.value
wishlist_item_option.value
wishlist_item_option.value
sales_flat_quote.gift_cards
sales_flat_quote_address.applied_taxes
sales_flat_quote_address.gift_cards
widget_instance.widget_parameters
salesrule.conditions_serialized
salesrule.actions_serialized
catalogrule.conditions_serialized
catalogrule.actions_serialized
admin_user.extra
catalog_product_entity_text.value
catalog_product_entity_varchar.value
email_template.is_legacy
newsletter_template.is_legacy
admin_rule.role_type
admin_rule.assert_id
sales_order_tax.hidden
sales_flat_order.paypal_ipn_customer_notified
sales_flat_order_item.is_nominal
sales_flat_order_payment.paybox_request_number
weee_tax.entity_type_id
catalog_category_entity.entity_type_id
catalog_category_entity_datetime.entity_type_id
catalog_category_entity_decimal.entity_type_id
catalog_category_entity_int.entity_type_id
catalog_category_entity_text.entity_type_id
catalog_category_entity_varchar.entity_type_id
catalog_product_entity.entity_type_id
catalog_product_entity_datetime.entity_type_id
catalog_product_entity_decimal.entity_type_id
catalog_product_entity_gallery.entity_type_id
catalog_product_entity_media_gallery.entity_id
catalog_product_entity_int.entity_type_id
catalog_product_entity_text.entity_type_id
catalog_product_entity_varchar.entity_type_id
sales_flat_creditmemo.cybersource_token
sales_flat_invoice.cybersource_token
sales_flat_order_payment.ideal_transaction_checked
sales_flat_order_payment.cybersource_token
sales_flat_order_payment.ideal_issuer_title
sales_flat_order_payment.paybox_question_number
sales_flat_order_payment.ideal_issuer_id
sales_flat_order_payment.flo2cash_account_id
sales_flat_quote_payment.cybersource_token
sales_flat_quote_payment.ideal_issuer_id
sales_flat_quote_payment.ideal_issuer_list
sales_flat_quote_payment.paypal_payer_id
sales_flat_quote_payment.paypal_payer_status
sales_flat_quote_payment.paypal_correlation_id
cms_page.layout_update_xml
cms_page.custom_layout_update_xml
widget_instance.package_theme
newsletter_template.template_text_preprocessed
catalogrule.sub_is_enable
catalogrule.sub_simple_action
catalogrule.sub_discount_amount
catalogrule_product.sub_simple_action
catalogrule_product.sub_discount_amount
catalogsearch_query.synonym_for
sales_flat_invoice.customer_id
sales_flat_invoice.invoice_status_id
sales_flat_invoice.invoice_type
sales_flat_invoice.is_virtual
sales_flat_invoice.real_order_id
sales_flat_invoice.total_due
sales_flat_invoice.total_paid
sales_flat_invoice_item.shipment_id
sales_flat_order.base_custbalance_amount
sales_flat_order.currency_base_id
sales_flat_order.currency_code
sales_flat_order.currency_rate
sales_flat_order.custbalance_amount
sales_flat_order.is_hold
sales_flat_order.is_multi_payment
sales_flat_order.real_order_id
sales_flat_order.tax_percent
sales_flat_order.tracking_numbers
sales_flat_order_address.address_id
sales_flat_order_address.gift_message_id
sales_flat_order_address.tax_id
sales_flat_order_payment.amount
sales_flat_order_payment.cc_raw_request
sales_flat_order_payment.cc_raw_response
sales_flat_order_payment.customer_payment_id
sales_bestsellers_aggregated_daily.product_type_id
sales_bestsellers_aggregated_monthly.product_type_id
sales_bestsellers_aggregated_yearly.product_type_id
sales_flat_quote.visitor_id
sales_flat_quote_payment.cc_exp_month
salesrule_coupon.expiration_date
sales_flat_quote.customer_note
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
newsletter_subscriber.subscriber_firstname
newsletter_subscriber.subscriber_lastname
newsletter_subscriber.mailchimp_sync_delta
newsletter_subscriber.mailchimp_sync_error
sales_flat_order.mailchimp_sync_delta
sales_flat_order.mailchimp_sync_error
sales_flat_order.mailchimp_campaign_id
sales_flat_order.mailchimp_abandonedcart_flag
sales_flat_order.mailchimp_landing_page
sales_flat_order.mailchimp_sync_modified
sales_flat_quote.mailchimp_sync_delta
sales_flat_quote.mailchimp_sync_error
sales_flat_quote.mailchimp_deleted
sales_flat_quote.mailchimp_token
sales_flat_quote.mailchimp_abandonedcart_flag
sales_flat_quote.mailchimp_landing_page
sales_flat_quote.mailchimp_campaign_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_flat_order.customer_group_id
paypal_settlement_report.report_date
sales_flat_order_item.report_date
sales_flat_order_item.product_options
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
ui_bookmark
signifyd_case
migration_backup_*
googleoptimizer_code
indexer_state
integration
mview_state
theme
theme_file
vde_theme_change
admin_system_messages
catalog_url_rewrite_product_category
customer_visitor
url_rewrite
layout_update
layout_link
catalog_product_flat*
catalog_category_flat*
catalogindex_eav
catalog_eav_attribute
catalogsearch_fulltext_index_default
customer_eav_attribute
customer_eav_attribute_website
catalog_product_index*
catalog_category_product_index*
catalog_product_frontend_action
cataloginventory_stock_status_replica
catalogrule_group_website_replica
catalogrule_product_price_replica
catalogrule_product_replica
magento_catalogpermissions_index_product_replica
magento_catalogpermissions_index_replica
eav_attribute
eav_attribute_group
eav_attribute_set
eav_entity_attribute
eav_entity_type
authorization_role
authorization_rule
setup_module
cache
cache_tag
customer_log
flag
log_customer
log_quote
log_summary_type
log_summary
log_url
log_url_info
quote_id_mask
session
sales_sequence_profile
sales_sequence_meta
sequence_invoice_*
sequence_creditmemo_*
sequence_order_*
sequence_shipment_*
sequence_rma_item_*
vault_payment_token
vault_payment_token_order_payment_link
search_synonyms
email_automation
email_campaign
email_catalog
email_contact
email_importer
email_order
email_review
email_rules
email_wishlist
email_abandoned_cart
email_contact_consent
email_failed_auth
email_sms_order_queue
catalog_compare_list
temando_checkout_address
temando_order
temando_shipment
temando_collection_point_search
temando_order_collection_point
temando_quote_collection_point
temando_order_pickup_location
temando_pickup_location_search
temando_quote_pickup_location
amazon_customer
amazon_pending_authorization
amazon_pending_capture
amazon_pending_refund
amazon_quote
amazon_sales_order
klarna_core_order
klarna_payments_quote
klarna_logs
vertex_customer_code
vertex_invoice_sent
vertex_taxrequest
vertex_order_invoice_status
vertex_sales_creditmemo_item_invoice_text_code
vertex_sales_creditmemo_item_tax_code
vertex_sales_creditmemo_item_vertex_tax_code
vertex_sales_order_item_invoice_text_code
vertex_sales_order_item_tax_code
vertex_sales_order_item_vertex_tax_code
vertex_commodity_code_order_item
vertex_commodity_code_product
eav_attribute_option_swatch
import_history
sales_creditmemo_grid
sales_invoice_grid
sales_order_grid
sales_shipment_grid
catalogsearch_fulltext_scope*
catalogsearch_recommendations
customer_group_excluded_website
store
store_group
store_website
log_visitor_info
log_visitor_online
reporting_module_status
reporting_orders
reporting_system_updates
reporting_users
reporting_counts
admin_passwords
admin_user_expiration
catalog_product_entity_media_gallery_value_to_entity
catalog_product_entity_media_gallery_value_video
media_gallery_asset
media_gallery_asset_keyword
media_gallery_keyword
media_content_asset
adobe_stock_asset
adobe_stock_category
adobe_stock_creator
adobe_user_profile
catalog_product_entity_tier_price
customer_grid_flat
admin_user_session
password_reset_request_event
oauth_token_request_log
design_config_grid_flat
release_notification_viewer_log
catalog_category_product_cl
catalog_product_attribute_cl
catalog_product_category_cl
catalog_product_price_cl
cataloginventory_stock_cl
catalogrule_product_cl
catalogrule_rule_cl
catalogsearch_fulltext_cl
customer_dummy_cl
design_config_dummy_cl
patch_list
inventory_low_stock_notification_configuration
inventory_reservation
inventory_shipment_source
inventory_source
inventory_source_carrier_link
inventory_source_item
inventory_source_stock_link
inventory_stock*
inventory_geoname
inventory_order_notification
inventory_pickup_location_order
inventory_pickup_location_quote_address
braintree_credit_prices
braintree_transaction_details
admin_analytics_usage_version_log
scconnector_google_feed_cl
scconnector_google_remove_cl
temando_product_attribute_mapping
vertex_custom_option_flex_field
yotpo_rich_snippets
yotpo_sync
yotpo_order_status_history
pagebuilder_template
tfa_country_codes
tfa_user_config
login_as_customer_assistance_allowed
vertex_customer_country
vertex_vat_country_code
email_coupon_attribute
jwt_auth_revoked
event_data
inventory_cl
quote_coupons
sales_order_coupons
salesrule_rule_cl
targetrule_product_rule_cl
targetrule_rule_product_cl
magento_acknowledged_bulk
magento_bulk
magento_operation
queue
queue_lock
admin_adobe_ims_webapi
queue_message
queue_message_status
msp_tfa_country_codes
msp_tfa_trusted
msp_tfa_user_config
login_as_customer
magento_login_as_customer_log
queue_poison_pill
admin_user.interface_locale
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
rating.is_active
authorization_role.user_type
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.taxable_item_type
oauth_token.user_type
widget_instance.theme_id
sales_order_status_state.visible_on_front
catalog_product_entity_media_gallery_value.entity_id
catalog_product_bundle_option_value.parent_product_id
catalog_product_bundle_selection_price.parent_product_id
product_alert_price.store_id
product_alert_stock.store_id
quote_address_item.store_id
quote_address_item.store_id
product_alert_price.store_id
product_alert_stock.store_id
catalog_product_entity_media_gallery_value.entity_id
catalog_product_entity_media_gallery.media_type
catalog_product_entity_media_gallery.disabled
catalog_product_entity_media_gallery_value.record_id
catalog_compare_item.list_id
admin_user.interface_locale
admin_user.failures_num
admin_user.first_failure
admin_user.lock_expires
rating.is_active
sales_creditmemo.send_email
sales_creditmemo.customer_note
sales_creditmemo.customer_note_notify
sales_invoice.send_email
sales_invoice.customer_note
sales_invoice.customer_note_notify
sales_shipment.send_email
sales_shipment.customer_note
sales_shipment.customer_note_notify
sales_creditmemo_item.tax_ratio
sales_invoice_item.tax_ratio
authorization_role.user_type
cataloginventory_stock.website_id
cataloginventory_stock_item.website_id
oauth_nonce.consumer_id
oauth_token.user_type
sales_order_status_state.visible_on_front
widget_instance.theme_id
sales_order_tax_item.amount
sales_order_tax_item.base_amount
sales_order_tax_item.real_amount
sales_order_tax_item.real_base_amount
sales_order_tax_item.associated_item_id
sales_order_tax_item.taxable_item_type
sales_creditmemo_grid.updated_at
sales_invoice_grid.updated_at
sales_shipment_grid.updated_at
sales_order.send_email
quote_item.is_excluded_product
checkout_agreement.mode
magento_customersegment_event.segment_event_id
catalog_category_product.entity_id
cms_page.meta_title
sales_order_address.vertex_vat_country_code
catalog_product_bundle_selection_price.parent_product_id
catalog_product_bundle_option_value.parent_product_id
core_config_data.updated_at
cms_page.layout_update_selected
email_template.is_legacy
newsletter_template.is_legacy
importexport_importdata.updated_at
importexport_importdata.is_processed
salesrule_coupon.expiration_date
quote.customer_note
admin_user.refresh_token
salesrule_coupon.generated_by_dotmailer
quote_address.validated_country_code
quote_address.validated_vat_number
quote_payment.cc_exp_month
weee_tax.state
sendfriend_log.ip
rating_option_vote.remote_ip_long
oauth_consumer.callback_url
oauth_consumer.rejected_callback_url
catalog_category_entity_text.value
catalog_product_entity_text.value
oauth_token.callback_url
catalog_product_bundle_price_index.customer_group_id
catalogrule_customer_group.customer_group_id
catalogrule_group_website.customer_group_id
catalogrule_product.customer_group_id
catalogrule_product_price.customer_group_id
customer_group.customer_group_id
salesrule_customer_group.customer_group_id
salesrule_product_attribute.customer_group_id
sales_order.customer_group_id
paypal_settlement_report.report_date
sales_order_item.product_options
================================================
FILE: etc/opensource-to-opensource/class-map.xml.dist
================================================
catalogrule/rule_condition_combine
Magento\CatalogRule\Model\Rule\Condition\Combine
adminhtml/catalog_category_helper_pricestep
Magento\Catalog\Block\Adminhtml\Category\Helper\Pricestep
adminhtml/catalog_category_helper_sortby_available
Magento\Catalog\Block\Adminhtml\Category\Helper\Sortby\Available
adminhtml/catalog_category_helper_sortby_default
Magento\Catalog\Block\Adminhtml\Category\Helper\Sortby\DefaultSortby
adminhtml/catalog_product_helper_form_msrp_enabled
adminhtml/catalog_product_helper_form_msrp_price
Magento\Msrp\Block\Adminhtml\Product\Helper\Form\Type\Price
bundle/product_attribute_source_price_view
Magento\Bundle\Model\Product\Attribute\Source\Price\View
catalog/attribute_backend_customlayoutupdate
Magento\Catalog\Model\Attribute\Backend\Customlayoutupdate
catalog/category
Magento\Catalog\Model\ResourceModel\Category
catalog/category_attribute_backend_image
Magento\Catalog\Model\Category\Attribute\Backend\Image
catalog/category_attribute_backend_sortby
Magento\Catalog\Model\Category\Attribute\Backend\Sortby
catalog/category_attribute_backend_urlkey
catalog/product_attribute_backend_urlkey
catalog/category_attribute_collection
Magento\Catalog\Model\ResourceModel\Category\Attribute\Collection
catalog/category_attribute_source_layout
Magento\Catalog\Model\Category\Attribute\Source\Layout
catalog/category_attribute_source_mode
Magento\Catalog\Model\Category\Attribute\Source\Mode
catalog/category_attribute_source_page
Magento\Catalog\Model\Category\Attribute\Source\Page
catalog/category_attribute_source_sortby
Magento\Catalog\Model\Category\Attribute\Source\Sortby
catalog/category_widget_link
Magento\Catalog\Block\Category\Widget\Link
catalog/entity_product_attribute_design_options_container
Magento\Catalog\Model\Entity\Product\Attribute\Design\Options\Container
catalog/product
Magento\Catalog\Model\ResourceModel\Product
catalog/product_attribute_backend_boolean
Magento\Catalog\Model\Product\Attribute\Backend\Boolean
catalog/product_attribute_backend_media
catalog/product_attribute_backend_msrp
catalog/product_attribute_backend_price
Magento\Catalog\Model\Product\Attribute\Backend\Price
catalog/product_attribute_backend_recurring
catalog/product_attribute_backend_sku
Magento\Catalog\Model\Product\Attribute\Backend\Sku
catalog/product_attribute_backend_startdate
Magento\Catalog\Model\Attribute\Backend\Startdate
catalog/product_attribute_backend_startdate_specialprice
Magento\Catalog\Model\Attribute\Backend\Startdate
catalog/product_attribute_backend_tierprice
Magento\Catalog\Model\Product\Attribute\Backend\Tierprice
catalog/product_attribute_collection
Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
catalog/product_attribute_frontend_image
Magento\Catalog\Model\Product\Attribute\Frontend\Image
catalog/product_attribute_source_countryofmanufacture
Magento\Catalog\Model\Product\Attribute\Source\Countryofmanufacture
catalog/product_attribute_source_layout
Magento\Catalog\Model\Product\Attribute\Source\Layout
catalog/product_attribute_source_msrp_type_enabled
catalog/product_attribute_source_msrp_type_price
Magento\Msrp\Model\Product\Attribute\Source\Type\Price
catalog/product_status
Magento\Catalog\Model\Product\Attribute\Source\Status
catalog/product_visibility
Magento\Catalog\Model\Product\Visibility
catalog/product_widget_link
Magento\Catalog\Block\Product\Widget\Link
catalog/product_widget_new
Magento\Catalog\Block\Product\Widget\NewWidget
catalog/resource_eav_attribute
Magento\Catalog\Model\ResourceModel\Eav\Attribute
catalogrule/rule_action_collection
Magento\CatalogRule\Model\Rule\Action\Collection
catalogrule/rule_action_product
Magento\CatalogRule\Model\Rule\Action\Product
catalogrule/rule_condition_product
Magento\CatalogRule\Model\Rule\Condition\Product
catalogrule/rule_product_price
Magento\CatalogRule\Model\Rule\Product\Price
cms/widget_block
Magento\Cms\Block\Widget\Block
cms/widget_page_link
Magento\Cms\Block\Widget\Page\Link
core/design_source_design
Magento\Theme\Model\Theme\Source\Theme
customer/address
Magento\Customer\Model\ResourceModel\Address
customer/address_attribute_collection
Magento\Customer\Model\ResourceModel\Address\Attribute\Collection
customer/attribute
Magento\Customer\Model\Attribute
customer/attribute_backend_data_boolean
Magento\Customer\Model\Attribute\Backend\Data\Boolean
customer/attribute_collection
Magento\Customer\Model\ResourceModel\Attribute\Collection
customer/attribute_data_postcode
Magento\Customer\Model\Attribute\Data\Postcode
customer/customer
Magento\Customer\Model\ResourceModel\Customer
customer/customer_attribute_backend_billing
Magento\Customer\Model\Customer\Attribute\Backend\Billing
customer/customer_attribute_backend_password
Magento\Customer\Model\Customer\Attribute\Backend\Password
customer/customer_attribute_backend_shipping
Magento\Customer\Model\Customer\Attribute\Backend\Shipping
customer/customer_attribute_backend_store
Magento\Customer\Model\Customer\Attribute\Backend\Store
customer/customer_attribute_backend_website
Magento\Customer\Model\Customer\Attribute\Backend\Website
customer/customer_attribute_source_group
Magento\Customer\Model\Customer\Attribute\Source\Group
customer/customer_attribute_source_store
Magento\Customer\Model\Customer\Attribute\Source\Store
customer/customer_attribute_source_website
Magento\Customer\Model\Customer\Attribute\Source\Website
customer/entity_address_attribute_backend_region
Magento\Customer\Model\ResourceModel\Address\Attribute\Backend\Region
customer/entity_address_attribute_backend_street
Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend
customer/entity_address_attribute_source_country
Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Country
customer/entity_address_attribute_source_region
Magento\Customer\Model\ResourceModel\Address\Attribute\Source\Region
eav/entity_attribute_backend_array
Magento\Eav\Model\Entity\Attribute\Backend\ArrayBackend
eav/entity_attribute_backend_datetime
Magento\Eav\Model\Entity\Attribute\Backend\Datetime
eav/entity_attribute_backend_time_created
Magento\Eav\Model\Entity\Attribute\Backend\Time\Created
eav/entity_attribute_backend_time_updated
Magento\Eav\Model\Entity\Attribute\Backend\Time\Updated
eav/entity_attribute_frontend_datetime
Magento\Eav\Model\Entity\Attribute\Frontend\Datetime
eav/entity_attribute_source_boolean
Magento\Eav\Model\Entity\Attribute\Source\Boolean
eav/entity_attribute_source_table
Magento\Eav\Model\Entity\Attribute\Source\Table
eav/entity_increment_numeric
Magento\Eav\Model\Entity\Increment\NumericValue
giftmessage/adminhtml_product_helper_form_config
Magento\GiftMessage\Block\Adminhtml\Product\Helper\Form\Config
reports/product_widget_compared
Magento\Reports\Block\Product\Widget\Compared
reports/product_widget_viewed
Magento\Reports\Block\Product\Widget\Viewed
sales/order
Magento\Sales\Model\ResourceModel\Order
sales/order_creditmemo
Magento\Sales\Model\ResourceModel\Order\Creditmemo
sales/order_invoice
Magento\Sales\Model\ResourceModel\Order\Invoice
sales/order_shipment
Magento\Sales\Model\ResourceModel\Order\Shipment
sales/widget_guest_form
Magento\Sales\Block\Widget\Guest\Form
salesrule/rule_action_collection
Magento\CatalogRule\Model\Rule\Action\Collection
salesrule/rule_action_product
Magento\CatalogRule\Model\Rule\Action\Product
salesrule/rule_condition_address
Magento\SalesRule\Model\Rule\Condition\Address
salesrule/rule_condition_combine
Magento\SalesRule\Model\Rule\Condition\Combine
salesrule/rule_condition_product
Magento\SalesRule\Model\Rule\Condition\Product
salesrule/rule_condition_product_combine
Magento\SalesRule\Model\Rule\Condition\Product\Combine
salesrule/rule_condition_product_found
Magento\SalesRule\Model\Rule\Condition\Product\Found
salesrule/rule_condition_product_subselect
Magento\SalesRule\Model\Rule\Condition\Product\Subselect
salesrule/rule_customer
Magento\SalesRule\Model\Rule\Customer
salesrule/rule_product
Magento\SalesRule\Model\Rule\Product
tax/class_source_product
Magento\Tax\Model\TaxClass\Source\Product
weee/attribute_backend_weee_tax
Magento\Weee\Model\Attribute\Backend\Weee\Tax
sales_entity/order_shipment_attribute_backend_child
sales_entity/order_attribute_backend_child
sales_entity/invoice_attribute_backend_child
sales_entity/order_invoice_attribute_backend_child
sales_entity/order_attribute_backend_billing
sales_entity/order_attribute_backend_parent
sales_entity/order_attribute_backend_shipping
sales_entity/order_creditmemo_attribute_backend_child
sales_entity/order_creditmemo_attribute_backend_parent
sales_entity/order_invoice_attribute_backend_order
sales_entity/order_invoice_attribute_backend_parent
sales_entity/order_shipment_attribute_backend_parent
sales/quote
Magento\Quote\Model\Quote
sales/quote_address
Magento\Quote\Model\Quote\Address
sales/quote_address_rate
Magento\Quote\Model\Quote\Address\Rate
sales/quote_address_item
Magento\Quote\Model\Quote\Address\Item
sales/quote_payment
Magento\Quote\Model\Quote\Payment
sales/quote_item
Magento\Quote\Model\Quote\Item
sales/order_address
Magento\Sales\Model\Order\Address
sales/order_item
Magento\Sales\Model\Order\Item
sales/order_payment
Magento\Sales\Model\Order\Payment
sales/order_status_history
Magento\Sales\Model\Order\Status\History
sales/order_shipment_track
Magento\Sales\Model\Order\Shipment\Track
sales/order_shipment_item
Magento\Sales\Model\Order\Shipment\Item
sales/order_shipment_comment
Magento\Sales\Model\Order\Shipment\Comment
sales/order_payment
Magento\Sales\Model\Order\Payment
sales/order_invoice_item
Magento\Sales\Model\Order\Invoice\Item
sales/order_invoice_comment
Magento\Sales\Model\Order\Invoice\Comment
sales/order_creditmemo_item
Magento\Sales\Model\Order\Creditmemo\Item
sales/order_creditmemo_comment
Magento\Sales\Model\Order\Creditmemo\Comment
eav/entity_attribute_backend_default
Magento\Eav\Model\Entity\Attribute\Backend\DefaultBackend
eav/entity_attribute_frontend_default
Magento\Eav\Model\Entity\Attribute\Frontend\DefaultFrontend
================================================
FILE: etc/opensource-to-opensource/customer-attribute-groups.xml.dist
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
rp_token
rp_token_created_at
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
vat_id
vat_is_valid
vat_request_date
vat_request_id
vat_request_success
================================================
FILE: etc/opensource-to-opensource/customer-document-groups.xml.dist
================================================
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer
customer_address
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_entity
customer_address_entity
================================================
FILE: etc/opensource-to-opensource/deltalog.xml.dist
================================================
catalog_compare_item
cataloginventory_stock_item
newsletter_subscriber
sales_flat_quote
sales_flat_quote_address
sales_flat_quote_item
sales_flat_quote_item_option
sales_flat_quote_shipping_rate
sales_flat_quote_payment
sales_flat_order_address
sales_flat_order_item
sales_flat_order_payment
sales_flat_order_status_history
sales_flat_order_grid
wishlist
wishlist_item
wishlist_item_option
report_viewed_product_index
report_compared_product_index
report_event
review
review_detail
review_store
rating_option_vote
rating_option_vote_aggregated
review_entity_summary
sales_flat_shipment
sales_flat_shipment_item
sales_flat_shipment_track
sales_flat_shipment_grid
sales_flat_shipment_comment
sales_flat_creditmemo
sales_flat_creditmemo_item
sales_flat_creditmemo_grid
sales_flat_invoice
sales_flat_invoice_item
sales_flat_invoice_grid
downloadable_link_purchased
downloadable_link_purchased_item
gift_message
sales_flat_quote_address_item
sales_order_tax
sales_order_tax_item
sales_flat_order
sales_payment_transaction
catalog_category_entity
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_category_product
catalog_product_entity
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_media_gallery_value
catalog_product_entity_text
catalog_product_entity_varchar
catalog_product_option
catalog_product_option_price
catalog_product_option_title
catalog_product_option_type_price
catalog_product_option_type_title
catalog_product_option_type_value
catalog_product_relation
catalog_product_link
catalog_product_link_attribute
catalog_product_link_attribute_int
catalog_product_link_attribute_decimal
catalog_product_link_attribute_varchar
catalog_product_website
catalog_product_bundle_option
catalog_product_bundle_option_value
catalog_product_bundle_selection
catalog_product_bundle_selection_price
downloadable_link
downloadable_link_price
downloadable_link_title
downloadable_sample
downloadable_sample_title
catalog_product_super_link
catalog_product_super_attribute
catalog_product_super_attribute_label
log_visitor
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
eav_entity_store
cataloginventory_stock_item
sales_flat_shipment
catalog_product_entity_group_price
catalog_product_entity_tier_price
core_url_rewrite
catalog_product_super_attribute_pricing
================================================
FILE: etc/opensource-to-opensource/eav-attribute-groups.xml.dist
================================================
msrp_enabled
group_price
is_recurring
recurring_profile
samples_title
links_title
links_exist
links_purchased_separately
old_id
price_type
sku_type
weight_type
shipment_type
url_path
url_path
path
path_in_store
position
level
all_children
children
children_count
currency_rate
tax_percent
currency_base_id
real_order_id
currency_code
qty
tier_price
model
address_id
tax_id
cc_raw_request
cc_raw_response
status
comments
================================================
FILE: etc/opensource-to-opensource/eav-document-groups.xml.dist
================================================
eav_attribute_group
eav_attribute_set
eav_attribute
eav_entity_attribute
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
catalog_eav_attribute
customer_eav_attribute
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_eav_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_text
catalog_product_entity_varchar
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_eav_attribute
customer_eav_attribute_website
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_form_attribute
eav_attribute_label
eav_attribute_option
eav_entity_attribute
eav_form_element
salesrule_product_attribute
weee_tax
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_text
catalog_product_entity_varchar
================================================
FILE: etc/opensource-to-opensource/log-document-groups.xml.dist
================================================
log_visitor
================================================
FILE: etc/opensource-to-opensource/map-customer.xml.dist
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_entity.session_cutoff
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: etc/opensource-to-opensource/map-document-groups.xml.dist
================================================
search_query
report_viewed_product_index
================================================
FILE: etc/opensource-to-opensource/map-eav.xml.dist
================================================
eav_attribute.attribute_model
eav_attribute.backend_model
eav_attribute.backend_type
eav_attribute.frontend_model
eav_attribute.source_model
eav_attribute.default_value
catalog_eav_attribute.frontend_input_renderer
customer_eav_attribute.data_model
customer_eav_attribute.is_visible
customer_eav_attribute.input_filter
customer_eav_attribute.validate_rules
eav_entity_type.entity_model
eav_entity_type.attribute_model
eav_entity_type.entity_table
eav_entity_type.increment_model
eav_entity_type.additional_attribute_table
eav_entity_type.entity_attribute_collection
eav_attribute_set.sort_order
eav_attribute_group.sort_order
catalog_eav_attribute.apply_to
catalog_eav_attribute.is_configurable
catalog_eav_attribute.search_weight
catalog_eav_attribute.is_required_in_admin_store
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
catalog_eav_attribute.search_weight
catalog_eav_attribute.additional_data
catalog_eav_attribute.is_used_in_grid
catalog_eav_attribute.is_visible_in_grid
catalog_eav_attribute.is_filterable_in_grid
catalog_eav_attribute.is_pagebuilder_enabled
customer_eav_attribute.is_used_in_grid
customer_eav_attribute.is_visible_in_grid
customer_eav_attribute.is_filterable_in_grid
customer_eav_attribute.is_searchable_in_grid
customer_eav_attribute.grid_filter_condition_type
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
================================================
FILE: etc/opensource-to-opensource/map-log.xml.dist
================================================
log_visitor
customer_visitor
log_visitor.last_url_id
log_visitor.store_id
log_visitor.first_visit_at
customer_visitor.created_at
log_visitor
customer_visitor.customer_id
================================================
FILE: etc/opensource-to-opensource/map-stores.xml.dist
================================================
core_store
store
core_store_group
store_group
core_website
store_website
core_website.is_staging
core_website.master_login
core_website.master_password
core_website.visibility
store_group.code
store_group.code
================================================
FILE: etc/opensource-to-opensource/map-tier-price.xml.dist
================================================
catalog_product_entity_group_price.is_percent
catalog_product_entity_tier_price.customer_group_id
catalog_product_entity_group_price.customer_group_id
catalog_product_entity_group_price.value_id
catalog_product_entity_tier_price.value_id
catalog_product_entity_tier_price.percentage_value
catalog_product_entity_tier_price.customer_group_id
================================================
FILE: etc/opensource-to-opensource/order-grids-document-groups.xml.dist
================================================
sales_flat_order
sales_flat_order_address
sales_flat_invoice
sales_flat_shipment
sales_flat_creditmemo
sales_flat_order_payment
================================================
FILE: etc/opensource-to-opensource/settings.xml.dist
================================================
advanced/modules_disable_output/*
api/config/compliance_wsi
api/config/session_timeout
api/config/wsdl_cache_enabled
carriers/dhl/additional_protection_enabled
carriers/dhl/additional_protection_min_value
carriers/dhl/additional_protection_rounding
carriers/dhl/additional_protection_use_subtotal
carriers/dhl/additional_protection_value
carriers/dhl/allowed_methods
carriers/dhl/contentdesc
carriers/dhl/debug
carriers/dhl/default_height
carriers/dhl/default_length
carriers/dhl/default_width
carriers/dhl/dutiable
carriers/dhl/dutypaymenttype
carriers/dhl/free_method
carriers/dhl/free_shipping_enable
carriers/dhl/free_shipping_subtotal
carriers/dhl/gateway_url
carriers/dhl/handling_action
carriers/dhl/handling_fee
carriers/dhl/handling_type
carriers/dhl/hazardous_materials
carriers/dhl/id
carriers/dhl/intl_shipment_days
carriers/dhl/max_package_weight
carriers/dhl/password
carriers/dhl/sallowspecific
carriers/dhl/shipment_days
carriers/dhl/shipment_requesttype
carriers/dhl/shipment_type
carriers/dhl/shipping_intlkey
carriers/dhl/shipping_key
carriers/dhl/showmethod
carriers/dhl/sort_order
carriers/dhl/specificcountry
carriers/dhl/specificerrmsg
carriers/dhl/title
carriers/dhlint/doc_methods
carriers/ups/shipaccept_xml_url
carriers/ups/shipconfirm_xml_url
carriers/ups/tracking_xml_url
catalog/merchandiser/ajax_page_load
catalog/merchandiser/attribute_codes
catalog/merchandiser/column_count
catalog/merchandiser/cron_setup
catalog/merchandiser/hide_disabled
catalog/merchandiser/hide_invisible
catalog/merchandiser/hide_product_position_field
catalog/merchandiser/new_products_handler
catalog/merchandiser/rebuild_on_categorysave
catalog/merchandiser/rebuild_on_cron
catalog/merchandiser/rebuild_on_productsave
catalog/merchandiser/show_creation_date
catalog/merchandiser/show_extra_images
catalog/product_image/base_width
catalog/product_image/small_width
catalog/search/engine
catalog/search/max_query_words
catalog/search/search_type
catalog/search/use_layered_navigation_count
catalog/seo/site_map
catalog/sitemap/lines_perpage
catalog/sitemap/tree_mode
configswatches/general/enabled
configswatches/general/product_list_attribute
configswatches/general/swatch_attributes
configswatches/layered_nav_dimensions/height
configswatches/layered_nav_dimensions/width
configswatches/product_detail_dimensions/height
configswatches/product_detail_dimensions/width
configswatches/product_listing_dimensions/height
configswatches/product_listing_dimensions/width
crontab/jobs/catalog_product_alert/run/model
customer/address_templates/js_template
customer/password/require_admin_user_to_change_user_password
design/email/css_non_inline
design/email/footer
design/email/header
design/email/logo_height
design/email/logo_width
design/package/name
design/package/ua_regexp
design/theme/default
design/theme/default_ua_regexp
design/theme/layout
design/theme/layout_ua_regexp
design/theme/locale
design/theme/skin
design/theme/skin_ua_regexp
dev/debug/profiler
dev/log/active
dev/log/exception_file
dev/log/file
general/content_staging/block_frontend
general/content_staging/block_frontend_stub
general/content_staging/create_entry_point
general/content_staging/entry_points_folder_name
general/store_information/address
general/store_information/hours
google/analytics/anonymization
google/analytics/type
index_management/index_clean_schedule/enabled
index_management/index_clean_schedule/frequency
index_management/index_clean_schedule/time
index_management/index_options/category_flat
index_management/index_options/category_product
index_management/index_options/category_url_rewrite
index_management/index_options/fulltext
index_management/index_options/product_flat
index_management/index_options/product_price_and_stock
index_management/index_options/product_url_rewrite
index_management/index_options/redirect_url_rewrite
moneybookers/settings/activationstatus
moneybookers/settings/customer_id
moneybookers/settings/moneybookers_email
oauth/email/template
payment/ccsave/active
payment/ccsave/allowspecific
payment/ccsave/cctypes
payment/ccsave/centinel
payment/ccsave/max_order_total
payment/ccsave/min_order_total
payment/ccsave/order_status
payment/ccsave/sort_order
payment/ccsave/title
payment/ccsave/useccv
payment/dd_settings/active
payment/dd_settings/allowspecific
payment/dd_settings/title
payment/hosted_pro/mobile_optimized
payment/moneybookers_acc/active
payment/moneybookers_acc/allowspecific
payment/moneybookers_acc/sort_order
payment/moneybookers_acc/title
payment/moneybookers_csi/active
payment/moneybookers_csi/allowspecific
payment/moneybookers_csi/sort_order
payment/moneybookers_csi/specificcountry
payment/moneybookers_csi/title
payment/moneybookers_did/active
payment/moneybookers_did/allowspecific
payment/moneybookers_did/sort_order
payment/moneybookers_did/specificcountry
payment/moneybookers_did/title
payment/moneybookers_dnk/active
payment/moneybookers_dnk/allowspecific
payment/moneybookers_dnk/sort_order
payment/moneybookers_dnk/specificcountry
payment/moneybookers_dnk/title
payment/moneybookers_ebt/active
payment/moneybookers_ebt/allowspecific
payment/moneybookers_ebt/sort_order
payment/moneybookers_ebt/specificcountry
payment/moneybookers_ebt/title
payment/moneybookers_ent/active
payment/moneybookers_ent/allowspecific
payment/moneybookers_ent/sort_order
payment/moneybookers_ent/specificcountry
payment/moneybookers_ent/title
payment/moneybookers_gcb/active
payment/moneybookers_gcb/allowspecific
payment/moneybookers_gcb/sort_order
payment/moneybookers_gcb/specificcountry
payment/moneybookers_gcb/title
payment/moneybookers_gir/active
payment/moneybookers_gir/allowspecific
payment/moneybookers_gir/sort_order
payment/moneybookers_gir/specificcountry
payment/moneybookers_gir/title
payment/moneybookers_idl/active
payment/moneybookers_idl/allowspecific
payment/moneybookers_idl/sort_order
payment/moneybookers_idl/specificcountry
payment/moneybookers_idl/title
payment/moneybookers_lsr/active
payment/moneybookers_lsr/allowspecific
payment/moneybookers_lsr/sort_order
payment/moneybookers_lsr/specificcountry
payment/moneybookers_lsr/title
payment/moneybookers_mae/active
payment/moneybookers_mae/allowspecific
payment/moneybookers_mae/sort_order
payment/moneybookers_mae/specificcountry
payment/moneybookers_mae/title
payment/moneybookers_npy/active
payment/moneybookers_npy/allowspecific
payment/moneybookers_npy/sort_order
payment/moneybookers_npy/specificcountry
payment/moneybookers_npy/title
payment/moneybookers_obt/active
payment/moneybookers_obt/allowspecific
payment/moneybookers_obt/sort_order
payment/moneybookers_obt/specificcountry
payment/moneybookers_obt/title
payment/moneybookers_pli/active
payment/moneybookers_pli/allowspecific
payment/moneybookers_pli/sort_order
payment/moneybookers_pli/specificcountry
payment/moneybookers_pli/title
payment/moneybookers_psp/active
payment/moneybookers_psp/allowspecific
payment/moneybookers_psp/sort_order
payment/moneybookers_psp/specificcountry
payment/moneybookers_psp/title
payment/moneybookers_pwy/active
payment/moneybookers_pwy/allowspecific
payment/moneybookers_pwy/sort_order
payment/moneybookers_pwy/specificcountry
payment/moneybookers_pwy/title
payment/moneybookers_sft/active
payment/moneybookers_sft/allowspecific
payment/moneybookers_sft/sort_order
payment/moneybookers_sft/specificcountry
payment/moneybookers_sft/title
payment/moneybookers_so2/active
payment/moneybookers_so2/allowspecific
payment/moneybookers_so2/sort_order
payment/moneybookers_so2/specificcountry
payment/moneybookers_so2/title
payment/moneybookers_wlt/active
payment/moneybookers_wlt/allowspecific
payment/moneybookers_wlt/sort_order
payment/moneybookers_wlt/title
payment/payflow_advanced/mobile_optimized
payment/payflow_link/mobile_optimized
payment/verisign/active
payment/verisign/allowspecific
payment/verisign/cctypes
payment/verisign/centinel
payment/verisign/debug
payment/verisign/partner
payment/verisign/payment_action
payment/verisign/pwd
payment/verisign/sandbox_flag
payment/verisign/sort_order
payment/verisign/title
payment/verisign/use_proxy
payment/verisign/useccv
payment/verisign/user
payment/verisign/vendor
payment/verisign/verify_peer
payment/authorizenet/centinel_api_url
payment/authorizenet/centinel_api_url
payment/authorizenet/centinel_backend
payment/authorizenet/centinel_is_mode_strict
payment/authorizenet/heading_3dsecure
payment/authorizenet_directpost/specificcountry
payment/authorizenet/specificcountry
payment/account/merchant_country
payment/braintree_basic/specificcountry
payment/ccsave/centinel_api_url
payment/ccsave/centinel_is_mode_strict
payment/ccsave/specificcountry
payment/cybersource_soap/email_customer
payment/cybersource_soap/specificcountry
payment/dibs/specificcountry
payment/eway_direct/specificcountry
payment/firstdata/specificcountry
payment/paybox_direct/specificcountry
payment/payone_gate/specificcountry
payment/sagepay_direct/specificcountry
payment/worldpay_direct/specificcountry
rewrite_matchers/category/priority
rewrite_matchers/product/priority
rewrite_matchers/redirect/priority
rss/catalog/salesrule
rss/catalog/tag
sales/msrp/apply_for_all
system/page_cache/allowed_depth
system/page_cache/max_cache_size
system/page_cache/multicurrency
system/page_crawl/enable
system/page_crawl/multicurrency
system/page_crawl/threads
tax/weee/discount
web/default/no_route
web/polls/poll_check_by_ip
web/secure/base_js_url
web/secure/base_media_url
web/secure/base_skin_url
web/secure/base_url
web/secure/base_link_url
web/unsecure/base_js_url
web/unsecure/base_media_url
web/unsecure/base_skin_url
web/unsecure/base_url
web/unsecure/base_link_url
admin/url/custom
admin/url/custom_path
admin/url/use_custom_path
admin/url/use_custom
catalog/search/solr_server_password
catalog/search/solr_test_connect_wizard
catalog/seo/priority
sales/product_sku/allowed_groups
system/page_cache/debug
design/theme/template
design/theme/template_ua_regexp
admin/security/session_cookie_lifetime
web/cookie/*
general/locale/timezone
api/config/charset
webapi/soap/charset
carriers/dhlint/account
carriers/dhl/account
carriers/dhlint/active
carriers/dhl/active
carriers/dhlint/content_type
carriers/dhl/content_type
carriers/dhlint/debug
carriers/dhl/debug
carriers/dhlint/divide_order_weight
carriers/dhl/divide_order_weight
carriers/dhlint/free_shipping_enable
carriers/dhl/free_shipping_enable
carriers/dhlint/free_shipping_subtotal
carriers/dhl/free_shipping_subtotal
carriers/dhlint/gateway_url
carriers/dhl/gateway_url
carriers/dhlint/handling_action
carriers/dhl/handling_action
carriers/dhlint/handling_fee
carriers/dhl/handling_fee
carriers/dhlint/handling_type
carriers/dhl/handling_type
carriers/dhlint/id
carriers/dhl/id
carriers/dhlint/password
carriers/dhl/password
carriers/dhlint/ready_time
carriers/dhl/ready_time
carriers/dhlint/sallowspecific
carriers/dhl/sallowspecific
carriers/dhlint/showmethod
carriers/dhl/showmethod
carriers/dhlint/size
carriers/dhl/size
carriers/dhlint/sort_order
carriers/dhl/sort_order
carriers/dhlint/specificcountry
carriers/dhl/specificcountry
carriers/dhlint/specificerrmsg
carriers/dhl/specificerrmsg
carriers/dhlint/title
carriers/dhl/title
carriers/dhlint/unit_of_measure
carriers/dhl/unit_of_measure
contacts/contacts/enabled
contact/contact/enabled
contacts/email/email_template
contact/email/email_template
contacts/email/recipient_email
contact/email/recipient_email
contacts/email/sender_email_identity
contact/email/sender_email_identity
crontab/jobs/catalog_product_alert/schedule/cron_expr
crontab/default/jobs/catalog_product_alert/schedule/cron_expr
crontab/jobs/currency_rates_update/schedule/cron_expr
crontab/default/jobs/currency_rates_update/schedule/cron_expr
crontab/jobs/log_clean/schedule/cron_expr
crontab/default/jobs/log_clean/schedule/cron_expr
crontab/jobs/log_clean/run/model
crontab/default/jobs/log_clean/run/model
crontab/jobs/send_notification/schedule/cron_expr
crontab/default/jobs/send_notification/schedule/cron_expr
crontab/jobs/send_notification/run/model
crontab/default/jobs/send_notification/run/model
crontab/jobs/sitemap_generate/schedule/cron_expr
crontab/default/jobs/sitemap_generate/schedule/cron_expr
crontab/jobs/sitemap_generate/run/model
crontab/default/jobs/sitemap_generate/run/model
crontab/jobs/system_backup/schedule/cron_expr
crontab/default/jobs/system_backup/schedule/cron_expr
crontab/jobs/system_backup/run/model
crontab/default/jobs/system_backup/run/model
design/head/default_robots
design/search_engine_robots/default_robots
design/header/logo_src_small
design/header/logo_src
general/store_information/merchant_country
general/store_information/country_id
payment/paypaluk_express/active
payment/payflow_express/active
payment/paypaluk_express/allowspecific
payment/payflow_express/allowspecific
payment/paypaluk_express/debug
payment/payflow_express/debug
payment/paypaluk_express/line_items_enabled
payment/payflow_express/line_items_enabled
payment/paypaluk_express/payment_action
payment/payflow_express/payment_action
payment/paypaluk_express/sort_order
payment/payflow_express/sort_order
payment/paypaluk_express/title
payment/payflow_express/title
payment/paypaluk_express/verify_peer
payment/payflow_express/verify_peer
payment/paypaluk_express/visible_on_cart
payment/payflow_express/visible_on_cart
payment/paypaluk_express/visible_on_product
payment/payflow_express/visible_on_product
payment/paypaluk_express_bml/active
payment/payflow_express_bml/active
payment/paypal_standard/active
payment/wps_express/active
payment/paypal_wps_express/active
payment/wps_express/active
rss/order/status_notified
rss/order/status
shipping/option/checkout_multiple
multishipping/options/checkout_multiple
shipping/option/checkout_multiple_maximum_qty
multishipping/options/checkout_multiple_maximum_qty
system/cron/history_cleanup_every
system/cron/default/history_cleanup_every
system/cron/history_failure_lifetime
system/cron/default/history_failure_lifetime
system/cron/history_success_lifetime
system/cron/default/history_success_lifetime
system/cron/schedule_ahead_for
system/cron/default/schedule_ahead_for
system/cron/schedule_generate_every
system/cron/default/schedule_generate_every
system/cron/schedule_lifetime
system/cron/default/schedule_lifetime
catalog/category/root_id
catalog/seo/category_url_suffix
catalog/seo/product_url_suffix
payment/payflow_advanced/pwd
paypal/wpp/api_username
paypal/wpp/api_password
paypal/wpp/api_signature
paypal/fetch_reports/ftp_login
paypal/fetch_reports/ftp_password
payment/verisign/user
payment/verisign/pwd
payment/payflow_link/pwd
payment/authorizenet_directpost/login
payment/authorizenet_directpost/trans_key
payment/authorizenet_directpost/trans_md5
payment/authorizenet/login
payment/authorizenet/trans_key
carriers/ups/password
carriers/ups/username
carriers/ups/access_license_number
carriers/usps/userid
carriers/usps/password
carriers/fedex/account
carriers/fedex/meter_number
carriers/fedex/key
carriers/fedex/password
carriers/dhl/id
carriers/dhl/password
carriers/dhl/shipping_key
carriers/dhl/shipping_intlkey
carriers/dhlint/id
carriers/dhlint/password
payment_services/centinel/password
cataloginventory/item_options/min_sale_qty
currency/options/customsymbol
================================================
FILE: etc/settings.xsd
================================================
================================================
FILE: registration.php
================================================
stepFactory = $stepFactory;
$this->config = $config;
$this->mode = $mode;
}
/**
* Create instances
*
* @return void
*/
protected function createInstances()
{
array_walk_recursive($this->data, function (&$item, $key) {
if (!is_array($item)) {
$item = $this->stepFactory->create($item, ['stage' => $key, 'mode' => $this->mode]);
}
});
}
/**
* Get steps
*
* @return array
*/
public function getSteps()
{
if (empty($this->data)) {
$this->data = $this->config->getSteps($this->mode);
$this->createInstances();
}
return $this->data;
}
}
================================================
FILE: src/Migration/App/Progress/File.php
================================================
filesystemDriver = $filesystemDriver;
$this->filesystem = $filesystem;
}
/**
* Load progress from serialized file
*
* @return bool|array
*/
public function getData()
{
if (empty($this->data)) {
$fileContents = $this->filesystemDriver->fileGetContents($this->getLockFile());
$data = $this->serializeToJson($fileContents);
if (is_array($data)) {
$this->data = $data;
}
}
return $this->data;
}
/**
* Writing data to lock file
*
* @param array $data
* @return bool
*/
public function saveData($data)
{
if ($this->filesystemDriver->isExists($this->getLockFile())) {
$this->filesystemDriver->filePutContents($this->getLockFile(), json_encode($data));
$this->data = $data;
return true;
}
return false;
}
/**
* Get lock file
*
* @return string
*/
protected function getLockFile()
{
$lockFileDir = $this->filesystem->getDirectoryRead(DirectoryList::VAR_DIR)->getAbsolutePath();
$lockFile = $lockFileDir . DIRECTORY_SEPARATOR . $this->lockFileName;
if (!$this->filesystemDriver->isExists($lockFile)) {
$this->filesystemDriver->filePutContents($lockFile, 0);
}
return $lockFile;
}
/**
* Clear lock file
*
* @return $this
*/
public function clearLockFile()
{
$this->saveData([]);
return $this;
}
/**
* Serialize to json
*
* @param string $fileContents
* @return mixed
*/
private function serializeToJson($fileContents)
{
$isJson = (strpos($fileContents, '{') === 0);
if ($isJson) {
$data = json_decode($fileContents, true);
} else {
//Convert file to JSON format
$data = @unserialize($fileContents);
if (is_array($data)) {
$this->saveData($data);
}
}
return $data;
}
}
================================================
FILE: src/Migration/App/Progress.php
================================================
file = $file;
}
/**
* Save result
*
* @param mixed $object
* @param string $stage
* @param bool $result
* @return $this
*/
public function saveResult($object, $stage, $result)
{
$data = $this->file->getData();
$name = $this->getName($object);
$data[$name][$stage][self::RESULT_KEY] = $result;
$this->file->saveData($data);
return $this;
}
/**
* Is completed
*
* @param mixed $object
* @param string $stage
* @return bool
*/
public function isCompleted($object, $stage)
{
$data = $this->file->getData();
$name = $this->getName($object);
return !empty($data[$name][$stage][self::RESULT_KEY]);
}
/**
* Save processed entities
*
* @param mixed $object
* @param string $stage
* @param array $processedEntities
* @return void
*/
public function saveProcessedEntities($object, $stage, array $processedEntities)
{
$data = $this->file->getData();
$name = $this->getName($object);
$data[$name][$stage][self::PROCESS_KEY] = $processedEntities;
$this->file->saveData($data);
}
/**
* Add processed entity
*
* @param mixed $object
* @param string $stage
* @param string $entity
* @return bool
*/
public function addProcessedEntity($object, $stage, $entity)
{
$entities = $this->getProcessedEntities($object, $stage);
if (in_array($entity, $entities)) {
return false;
}
$entities[] = $entity;
$this->saveProcessedEntities($object, $stage, $entities);
return true;
}
/**
* Reset processed entities
*
* @param mixed $object
* @param string $stage
* @return void
*/
public function resetProcessedEntities($object, $stage)
{
$this->saveProcessedEntities($object, $stage, []);
}
/**
* Get processed entities
*
* @param mixed $object
* @param string $stage
* @return array
*/
public function getProcessedEntities($object, $stage)
{
$data = $this->file->getData();
$name = $this->getName($object);
if (!empty($data[$name][$stage][self::PROCESS_KEY])) {
return $data[$name][$stage][self::PROCESS_KEY];
}
return [];
}
/**
* Reset
*
* @param mixed|null $object
* @return void
*/
public function reset($object = null)
{
if (empty($object)) {
$this->file->clearLockFile();
return;
} else {
$data = $this->file->getData();
if (!empty($data[$this->getName($object)])) {
unset($data[$this->getName($object)]);
$this->file->saveData($data);
}
}
}
/**
* Get name
*
* @param mixed $object
* @return null|string
*/
protected function getName($object)
{
if (is_string($object)) {
$name = $object;
} else {
$name = get_class($object);
}
return $name;
}
}
================================================
FILE: src/Migration/App/ProgressBar/LogLevelProcessor.php
================================================
logManager = $logManager;
$this->nullOutput = $nullOutput;
$this->consoleOutputFactory = $consoleOutputFactory;
$this->progressBarFactory = $progressBarFactory;
$this->config = $config;
}
/**
* Get progress bar
*
* @return ProgressBar
*/
protected function getProgressBar()
{
if (null == $this->progressBar) {
$this->progressBar = $this->progressBarFactory->create($this->getOutputInstance());
$this->progressBar->setFormat($this->config->getOption(self::PROGRESS_BAR_FORMAT_OPTION));
}
return $this->progressBar;
}
/**
* Get output instance
*
* @return OutputInterface
*/
protected function getOutputInstance()
{
if (null == $this->consoleOutput) {
$this->consoleOutput = LogManager::LOG_LEVEL_ERROR == $this->logManager->getLogLevel() ?
$this->nullOutput :
$this->consoleOutputFactory->create();
}
return $this->consoleOutput;
}
/**
* Start
*
* @param int $max
* @param bool $forceLogLevel
* @return void
*/
public function start($max, $forceLogLevel = false)
{
if ($this->canRun($forceLogLevel)) {
echo PHP_EOL;
$max = ($max == 0) ? 1: $max;
$this->getProgressBar()->start($max);
$this->getProgressBar()->setOverwrite(true);
}
}
/**
* Advance
*
* @param bool $forceLogLevel
* @return void
*/
public function advance($forceLogLevel = false)
{
if ($this->canRun($forceLogLevel)) {
$this->getProgressBar()->advance();
}
}
/**
* Finish
*
* @param bool $forceLogLevel
* @return void
*/
public function finish($forceLogLevel = false)
{
if ($this->canRun($forceLogLevel)) {
$this->getProgressBar()->finish();
}
}
/**
* Can run
*
* @param mixed $forceLogLevel
* @return bool
*/
protected function canRun($forceLogLevel)
{
$canRun = false;
if ($forceLogLevel == LogManager::LOG_LEVEL_DEBUG
&& $this->logManager->getLogLevel() == LogManager::LOG_LEVEL_DEBUG
) {
$canRun = true;
} else if ($forceLogLevel == LogManager::LOG_LEVEL_INFO
&& $this->logManager->getLogLevel() == LogManager::LOG_LEVEL_INFO) {
$canRun = true;
} else if ($forceLogLevel === false) {
$canRun = true;
}
return $canRun;
}
}
================================================
FILE: src/Migration/App/ProgressBarFactory.php
================================================
source = $source;
$this->groupsFactory = $groupsFactory;
$this->progress = $progress;
$this->logger = $logger;
}
/**
* @inheritdoc
*/
public function perform()
{
$countDeltaDocuments = 0;
$countDeltaDocumentsCreated = 0;
$deltaLogs = [];
$deltaLogsGroups = $this->getGroupsReader()->getGroups();
$this->progress->start(count($deltaLogsGroups, COUNT_RECURSIVE) - count($deltaLogsGroups));
/**
* Eliminate duplicates
*/
foreach ($deltaLogsGroups as $deltaDocuments) {
foreach ($deltaDocuments as $documentName => $idKeys) {
$deltaLogs[$documentName] = explode(',', $idKeys);
}
}
foreach ($deltaLogs as $documentName => $idKeys) {
$this->progress->advance();
$countDeltaDocuments++;
if ($this->source->getDocument($documentName)) {
$countDeltaDocumentsCreated += (int) $this->source->createDelta($documentName, $idKeys);
}
}
$this->progress->finish();
if ($countDeltaDocuments != $countDeltaDocumentsCreated) {
$this->logger->warning(
sprintf(
'Some of the delta log tables were not created. Expected:%s. Actual:%s',
$countDeltaDocuments,
$countDeltaDocumentsCreated
)
);
}
return true;
}
/**
* Get groups reader
*
* @return Groups
*/
private function getGroupsReader()
{
if (null == $this->groupsReader) {
$this->groupsReader = $this->groupsFactory->create('delta_document_groups_file');
}
return $this->groupsReader;
}
}
================================================
FILE: src/Migration/App/Step/AbstractDelta.php
================================================
source = $source;
$this->mapReader = $mapFactory->create($this->mapConfigOption);
$this->deltaDocuments = $groupsFactory->create('delta_document_groups_file')->getGroup($this->groupName);
$this->logger = $logger;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->recordTransformerFactory = $recordTransformerFactory;
}
/**
* Perform
*
* @return bool
* @throws \Migration\Exception
*/
public function perform()
{
$sourceDocuments = array_flip($this->source->getDocumentList());
foreach ($this->deltaDocuments as $documentName => $idKeys) {
$idKeys = explode(',', $idKeys);
if (!$this->source->getDocument($documentName)) {
continue;
}
$deltaLogName = $this->source->getDeltaLogName($documentName);
if (!isset($sourceDocuments[$deltaLogName])) {
throw new \Migration\Exception(sprintf('Deltalog for %s is not installed', $documentName));
}
$destinationName = $this->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
if ($this->source->getRecordsCount($deltaLogName) == 0) {
continue;
}
$this->logger->debug(sprintf('%s has changes', $documentName));
if (!$this->eolOnce) {
$this->eolOnce = true;
echo PHP_EOL;
}
$this->processDeletedRecords($documentName, $idKeys, $destinationName);
$this->processChangedRecords($documentName, $idKeys);
}
return true;
}
/**
* Mark processed records for deletion
*
* @param string $documentName
* @param array $idKeys
* @param [] $ids
* @return void
*/
protected function markRecordsProcessed($documentName, $idKeys, $items)
{
/** @var ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
if (count($idKeys) == 1) {
$idKey = array_shift($idKeys);
$items = array_column($items, $idKey);
$items = implode("','", $items);
$adapter->updateDocument($documentName, ['processed' => 1], "`$idKey` IN ('$items')");
} else if (count($idKeys) > 1 && is_array($items)) {
foreach ($items as $item) {
$andFields = [];
foreach ($idKeys as $idKey) {
$andFields[] = "$idKey = $item[$idKey]";
}
$adapter->updateDocument($documentName, ['processed' => 1], implode(' AND ', $andFields));
}
}
}
/**
* Process deleted records
*
* @param string $documentName
* @param array $idKeys
* @param string $destinationName
* @return void
*/
protected function processDeletedRecords($documentName, $idKeys, $destinationName)
{
$this->destination->getAdapter()->setForeignKeyChecks(1);
while (!empty($items = $this->source->getDeletedRecords($documentName, $idKeys))) {
echo('.');
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($destinationName),
$idKeys,
$items
);
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
$this->markRecordsProcessed($documentNameDelta, $idKeys, $items);
}
$this->destination->getAdapter()->setForeignKeyChecks(0);
}
/**
* Process changed records
*
* @param string $documentName
* @param array $idKeys
* @return void
*/
protected function processChangedRecords($documentName, $idKeys)
{
$destinationName = $this->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);
$sourceDocument = $this->source->getDocument($documentName);
$destDocument = $this->destination->getDocument($destinationName);
$recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);
while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys))) {
$destinationRecords = $destDocument->getRecords();
foreach ($items as $data) {
echo('.');
$this->transformData(
$data,
$sourceDocument,
$destDocument,
$recordTransformer,
$destinationRecords
);
}
$fieldsUpdateOnDuplicate = (!empty($this->documentsDuplicateOnUpdate[$destinationName]))
? $this->documentsDuplicateOnUpdate[$destinationName]
: false;
$this->updateChangedRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate);
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
$this->markRecordsProcessed($documentNameDelta, $idKeys, $items);
};
}
/**
* Update changed records
*
* @param $destinationName
* @param $destinationRecords
* @param $fieldsUpdateOnDuplicate
*/
protected function updateChangedRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate)
{
$this->destination->updateChangedRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate);
}
/**
* Transform data
*
* @param array $data
* @param ResourceModel\Document $sourceDocument
* @param ResourceModel\Document $destDocument
* @param \Migration\RecordTransformer $recordTransformer
* @param ResourceModel\Record\Collection $destinationRecords
* @return void
*/
protected function transformData($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords)
{
if ($recordTransformer) {
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($record, $destRecord);
} else {
$destRecord = $this->recordFactory->create(['document' => $destDocument, 'data' => $data]);
}
$destinationRecords->addRecord($destRecord);
}
/**
* Get record transformer
*
* @param ResourceModel\Document $sourceDocument
* @param ResourceModel\Document $destinationDocument
* @return \Migration\RecordTransformer
*/
protected function getRecordTransformer($sourceDocument, $destinationDocument)
{
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destinationDocument,
'mapReader' => $this->mapReader
]
);
$recordTransformer->init();
return $recordTransformer;
}
/**
* Get document map
*
* @param string $document
* @param string $type
* @return mixed
*/
protected function getDocumentMap($document, $type)
{
return $this->mapReader->getDocumentMap($document, $type);
}
}
================================================
FILE: src/Migration/App/Step/AbstractIntegrity.php
================================================
logger = $logger;
$this->config = $config;
$this->progress = $progress;
$this->source = $source;
$this->destination = $destination;
$this->map = $mapFactory->create($mapConfigOption);
}
/**
* Returns number of iterations for integrity check
*
* @return mixed
*/
abstract protected function getIterationsCount();
/**
* Check if source and destination resources have equal document names and fields
*
* @param array $documents
* @param string $type - allowed values: MapInterface::TYPE_SOURCE, MapInterface::TYPE_DEST
* @param bool $verifyFields
* @return $this
*/
protected function check($documents, $type, $verifyFields = true)
{
$documents = $this->filterIgnoredDocuments($documents, $type);
if (!empty($documents)) {
$source = $type == MapInterface::TYPE_SOURCE ? $this->source : $this->destination;
$destination = $type == MapInterface::TYPE_SOURCE ? $this->destination : $this->source;
$destDocuments = array_flip($destination->getDocumentList());
foreach ($documents as $sourceDocumentName) {
$this->progress->advance();
$destinationDocumentName = $this->getMappedDocumentName($sourceDocumentName, $type);
$sourceDocument = $source->getDocument($sourceDocumentName);
$destinationDocument = $destination->getDocument($destinationDocumentName);
if (!isset($destDocuments[$destinationDocumentName]) || !$sourceDocument || !$destinationDocument) {
$this->notMappedDocuments[$type][$sourceDocumentName] = true;
} else {
if ($verifyFields) {
$this->verifyFields($sourceDocument, $destinationDocument, $type);
}
}
}
}
return $this;
}
/**
* Get mapped document name
*
* @param string $documentName
* @param string $type
* @return mixed
*/
protected function getMappedDocumentName($documentName, $type)
{
return $this->map->getDocumentMap($documentName, $type);
}
/**
* Filter ignored documents
*
* @param array $documents
* @param string $type
* @return array
*/
protected function filterIgnoredDocuments($documents, $type)
{
$result = [];
foreach ($documents as $document) {
if (!$this->map->isDocumentIgnored($document, $type)) {
$result[] = $document;
}
}
return $result;
}
/**
* Verify fields
*
* @param ResourceModel\Document $sourceDocument
* @param ResourceModel\Document $destinationDocument
* @param string $type
* @return void
*/
protected function verifyFields($sourceDocument, $destinationDocument, $type)
{
$sourceFields = $sourceDocument->getStructure()->getFields();
$destFields = $destinationDocument->getStructure()->getFields();
foreach ($sourceFields as $sourceField => $sourceFieldMetaData) {
$mappedField = $this->map->getFieldMap($sourceDocument->getName(), $sourceField, $type);
if ($mappedField) {
if (!isset($destFields[$mappedField])) {
$this->notMappedDocumentFields[$type][$sourceDocument->getName()][] = $mappedField;
} else if ($sourceFieldMetaData['DATA_TYPE'] != $destFields[$mappedField]['DATA_TYPE']
&& !$this->map->isFieldDataTypeIgnored($sourceDocument->getName(), $sourceField, $type)
) {
$this->mismatchDocumentFieldDataTypes[$type][$sourceDocument->getName()][] = $sourceField;
}
}
}
}
/**
* Process missing entities and log them in to the file
*
* @return bool
*/
protected function checkForErrors()
{
$checkDocuments = $this->checkDocuments();
$checkDocumentFields = $this->checkDocumentFields();
$checkMismatchDocumentFieldDataTypes = $this->checkMismatchDocumentFieldDataTypes();
$checkDocumentFieldsData = $this->checkDocumentFieldsData();
return
$checkDocuments
&& $checkDocumentFields
&& $checkMismatchDocumentFieldDataTypes
&& $checkDocumentFieldsData;
}
/**
* Check documents
*
* @return bool
*/
protected function checkDocuments()
{
$check = function ($data, $messagePattern, $type) {
$isSuccess = true;
if (isset($data[$type])) {
$logLevel = $this->config->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;
$isSuccess = false;
$this->logger->addRecord($logLevel, sprintf(
$messagePattern,
implode(',', array_keys($data[$type]))
));
}
return $isSuccess;
};
$missingDocumentsSource = $check(
$this->missingDocuments,
'Source documents are missing: %s',
MapInterface::TYPE_SOURCE
);
$missingDocumentsDestination = $check(
$this->missingDocuments,
'Destination documents are missing: %s',
MapInterface::TYPE_DEST
);
$notMappedDocumentsSource = $check(
$this->notMappedDocuments,
'Source documents are not mapped: %s',
MapInterface::TYPE_SOURCE
);
$notMappedDocumentsDestination = $check(
$this->notMappedDocuments,
'Destination documents are not mapped: %s',
MapInterface::TYPE_DEST
);
return $missingDocumentsSource
&& $missingDocumentsDestination
&& $notMappedDocumentsSource
&& $notMappedDocumentsDestination;
}
/**
* Check fields of document
*
* @return bool
*/
protected function checkDocumentFields()
{
$check = function ($data, $messagePattern, $type) {
$isSuccess = true;
if (isset($data[$type])) {
$logLevel = $this->config->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;
$isSuccess = false;
foreach ($data[$type] as $document => $fields) {
$this->logger->addRecord($logLevel, sprintf(
$messagePattern,
$document,
implode(',', $fields)
));
}
}
return $isSuccess;
};
$missingDocumentsSource = $check(
$this->missingDocumentFields,
'Source fields are missing. Document: %s. Fields: %s',
MapInterface::TYPE_SOURCE
);
$missingDocumentsDestination = $check(
$this->missingDocumentFields,
'Destination fields are missing. Document: %s. Fields: %s',
MapInterface::TYPE_DEST
);
$notMappedDocumentsSource = $check(
$this->notMappedDocumentFields,
'Source fields are not mapped. Document: %s. Fields: %s',
MapInterface::TYPE_SOURCE
);
$notMappedDocumentsDestination = $check(
$this->notMappedDocumentFields,
'Destination fields are not mapped. Document: %s. Fields: %s',
MapInterface::TYPE_DEST
);
return $missingDocumentsSource
&& $missingDocumentsDestination
&& $notMappedDocumentsSource
&& $notMappedDocumentsDestination;
}
/**
* Check mismatch in data types of document field
*
* @return bool
*/
protected function checkMismatchDocumentFieldDataTypes()
{
if (isset($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_SOURCE])) {
foreach ($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_SOURCE] as $document => $fields) {
$this->logger->warning(sprintf(
'Mismatch of data types. Source document: %s. Fields: %s',
$document,
implode(',', $fields)
));
}
}
if (isset($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_DEST])) {
foreach ($this->mismatchDocumentFieldDataTypes[MapInterface::TYPE_DEST] as $document => $fields) {
$this->logger->warning(sprintf(
'Mismatch of data types. Destination document: %s. Fields: %s',
$document,
implode(',', $fields)
));
}
}
return true;
}
/**
* Check data in document fields
*
* @return bool
*/
protected function checkDocumentFieldsData()
{
$isSuccess = true;
$logLevel = $this->config->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;
if (isset($this->incompatibleDocumentFieldsData[MapInterface::TYPE_SOURCE])) {
foreach ($this->incompatibleDocumentFieldsData[MapInterface::TYPE_SOURCE] as $errorDetail) {
$this->logger->addRecord($logLevel, sprintf(
'Incompatibility in data. Source document: %s. Field: %s. Error: %s',
$errorDetail['document'],
$errorDetail['field'],
$errorDetail['error']
));
$isSuccess = false;
}
}
if (isset($this->incompatibleDocumentFieldsData[MapInterface::TYPE_DEST])) {
foreach ($this->incompatibleDocumentFieldsData[MapInterface::TYPE_DEST] as $errorDetail) {
$this->logger->addRecord($logLevel, sprintf(
'Incompatibility in data. Destination document: %s. Field: %s. Error: %s',
$errorDetail['document'],
$errorDetail['field'],
$errorDetail['error']
));
$isSuccess = false;
}
}
return $isSuccess;
}
}
================================================
FILE: src/Migration/App/Step/AbstractVolume.php
================================================
logger = $logger;
}
/**
* Process errors
*
* @param int $errorLevel
* @return bool
*/
protected function checkForErrors($errorLevel = Logger::WARNING)
{
foreach ($this->errors as $error) {
$this->logger->addRecord($errorLevel, $error);
}
return empty($this->errors);
}
}
================================================
FILE: src/Migration/App/Step/RollbackInterface.php
================================================
objectManager = $objectManager;
}
/**
* Create
*
* @param string $stageClass
* @param array $arguments
* @return StageInterface
* @throws Exception
*/
public function create($stageClass, array $arguments = [])
{
$step = $this->objectManager->create($stageClass, $arguments);
if (!($step instanceof StageInterface)) {
throw new Exception("Class: $stageClass must implement StageInterface.");
}
return $step;
}
}
================================================
FILE: src/Migration/App/Step/StageInterface.php
================================================
validationState = $validationState;
date_default_timezone_set('UTC');
}
/**
* Init configuration
*
* @param string $configFile
* @return $this
* @throws Exception
*/
public function init($configFile = null)
{
if ($configFile === null) {
$configFile = $this->getConfigDirectoryPath() . self::CONFIGURATION_FILE;
}
if (empty($configFile) || !file_exists($configFile)) {
throw new Exception('Invalid config filename: '. $configFile);
}
$xml = file_get_contents($configFile);
$document = new \Magento\Framework\Config\Dom($xml, $this->validationState);
if (!$document->validate($this->getConfigDirectoryPath() . self::CONFIGURATION_SCHEMA)) {
throw new Exception('XML file is invalid.');
}
$this->config = new \DOMXPath($document->getDom());
foreach ($this->config->query('//options/*') as $item) {
$this->options[$item->nodeName] = $item->nodeValue;
}
return $this;
}
/**
* Get Migration Tool Configuration Dir
*
* @return string
*/
protected function getConfigDirectoryPath()
{
return dirname(dirname(__DIR__)) . '/etc/';
}
/**
* Get list of steps
*
* @param string $mode
* @return array
*/
public function getSteps($mode)
{
$steps = [];
/** @var \DOMElement $item */
foreach ($this->config->query("//steps[@mode='{$mode}']/step") as $item) {
if (empty($item->attributes) || !$item->hasAttribute('title')) {
continue;
}
$title = $item->getAttribute('title');
/** @var \DOMElement $stage */
foreach ($item->childNodes as $stage) {
if ($stage->nodeType == XML_ELEMENT_NODE) {
$steps[$title][$stage->nodeName] = $stage->nodeValue;
}
}
}
return $steps;
}
/**
* Get step data
*
* @param string $mode
* @param string $name
* @return array
*/
public function getStep($mode, $name)
{
$step = [];
/** @var \DOMNodeList $stepsDom */
$stepsDom = $this->config->query("//steps[@mode='{$mode}']/step[@title='{$name}']");
if ($stepsDom->length == 0) {
return $step;
}
/** @var \DOMElement $stepDom */
$stepDom = $stepsDom->item(0);
/** @var \DOMElement $child */
foreach ($stepDom->childNodes as $child) {
if ($child->nodeType == XML_ELEMENT_NODE) {
$step[$child->nodeName] = $child->nodeValue;
}
}
return $step;
}
/**
* Returns configuration array for $resourceType connection
*
* @param string $resourceType type, one of two: self::CONNECTION_TYPE_SOURCE or self::CONNECTION_TYPE_DESTINATION
* @return array
*/
public function getResourceConfig($resourceType)
{
$this->validateResourceType($resourceType);
$params = [];
$sourceNode = $this->config->query('//' . $resourceType);
if ($sourceNode->item(0)->attributes->getNamedItem('version')) {
$params['version'] = $sourceNode->item(0)->attributes->getNamedItem('version')->nodeValue;
}
$source = $this->config->query('//' . $resourceType . '/*[1]');
/** @var \DOMElement $item */
foreach ($source as $item) {
$params['type'] = $item->nodeName;
$params[$item->nodeName] = [];
/** @var \DOMNamedNodeMap $attribute */
if ($item->hasAttributes()) {
/** @var \DOMAttr $attribute */
foreach ($item->attributes as $attribute) {
$params[$item->nodeName][$attribute->name] = $attribute->value;
}
}
}
return $params;
}
/**
* Get source configuration
*
* @return array
*/
public function getSource()
{
return $this->getResourceConfig(self::RESOURCE_TYPE_SOURCE);
}
/**
* Get destination configuration
*
* @return array
*/
public function getDestination()
{
return $this->getResourceConfig(self::RESOURCE_TYPE_DESTINATION);
}
/**
* Validate resource type
*
* @param string $type
* @throws Exception
* @return void
*/
protected function validateResourceType($type)
{
if (!in_array($type, [self::RESOURCE_TYPE_SOURCE, self::RESOURCE_TYPE_DESTINATION])) {
throw new Exception('Unknown resource type: ' . $type);
}
}
/**
* Get option's value by name
*
* @param string $name
* @return mixed
*/
public function getOption($name)
{
return isset($this->options[$name]) ? $this->options[$name] : null;
}
/**
* Set value for option
*
* @param string $name
* @param string $value
* @return void
*/
public function setOption($name, $value)
{
$this->options[$name] = $value;
}
}
================================================
FILE: src/Migration/Console/AbstractMigrateCommand.php
================================================
Manager::LOG_LEVEL_ERROR,
OutputInterface::VERBOSITY_NORMAL => Manager::LOG_LEVEL_INFO,
OutputInterface::VERBOSITY_VERBOSE => Manager::LOG_LEVEL_INFO,
OutputInterface::VERBOSITY_VERY_VERBOSE => Manager::LOG_LEVEL_DEBUG,
OutputInterface::VERBOSITY_DEBUG => Manager::LOG_LEVEL_DEBUG
];
/**
* @param Config $config
* @param Manager $logManager
* @param Progress $progress
*/
public function __construct(
Config $config,
Manager $logManager,
Progress $progress
) {
$this->config = $config;
$this->logManager = $logManager;
$this->progress = $progress;
parent::__construct();
}
/**
* Initialization of the command
*
* @return void
*/
protected function configure()
{
$this->setDefinition([
new InputArgument(
self::INPUT_KEY_CONFIG,
InputArgument::REQUIRED,
'Path to main configuration file, i.e.: etc/m1_version/config.xml'
),
new InputOption(
self::INPUT_KEY_RESET,
'r',
InputOption::VALUE_NONE,
'Reset the current position of migration to start from the beginning'
),
new InputOption(
self::INPUT_KEY_AUTO,
'a',
InputOption::VALUE_NONE,
'Automatically resolve issues on the way of migration'
),
]);
parent::configure();
}
/**
* Initialize
*
* @param InputInterface $input
* @param OutputInterface $output
* @throws Exception
* @return void
*/
protected function initialize(InputInterface $input, OutputInterface $output)
{
$config = $input->getArgument(self::INPUT_KEY_CONFIG);
$this->config->init($config);
$reset = $input->getOption(self::INPUT_KEY_RESET);
if ($reset && $this->canReset()) {
$output->writeln('Reset the current position of migration to start from the beginning');
$this->progress->reset();
}
$autoResolve = $input->getOption(self::INPUT_KEY_AUTO);
if ($autoResolve) {
$this->config->setOption(Config::OPTION_AUTO_RESOLVE, 1);
}
if ($output->getVerbosity() > 1) {
$this->logManager->process($this->verbosityLevels[$output->getVerbosity()]);
} else {
$this->logManager->process();
}
}
/**
* @return bool
*/
protected function canReset()
{
return true;
}
}
================================================
FILE: src/Migration/Console/CommandList.php
================================================
objectManager = $objectManager;
}
/**
* Gets list of command classes
*
* @return string[]
*/
protected function getCommandsClasses()
{
return [
\Migration\Console\MigrateSettingsCommand::class,
\Migration\Console\MigrateDataCommand::class,
\Migration\Console\MigrateDeltaCommand::class
];
}
/**
* @inheritdoc
*/
public function getCommands()
{
$commands = [];
foreach ($this->getCommandsClasses() as $class) {
if (class_exists($class)) {
$commands[] = $this->objectManager->get($class);
} else {
throw new \Exception('Class ' . $class . ' does not exist');
}
}
return $commands;
}
}
================================================
FILE: src/Migration/Console/MigrateDataCommand.php
================================================
dataMode = $dataMode;
parent::__construct($config, $logManager, $progress);
}
/**
* Initialization of the command
*
* @return void
*/
protected function configure()
{
$this->setName($this->name)
->setDescription('Main migration of data');
parent::configure();
}
/**
* @inheritdoc
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->dataMode->run();
return Command::SUCCESS;
}
}
================================================
FILE: src/Migration/Console/MigrateDeltaCommand.php
================================================
deltaMode = $deltaMode;
parent::__construct($config, $logManager, $progress);
}
/**
* Initialization of the command
*
* @return void
*/
protected function configure()
{
$this->setName($this->name)
->setDescription('Migrate the data is added into Magento after the main migration');
parent::configure();
}
/**
* @inheritdoc
*/
protected function execute(InputInterface $input, OutputInterface $output)
{
$this->deltaMode->run();
return Command::SUCCESS;
}
/**
* @return bool
*/
protected function canReset()
{
return false;
}
}
================================================
FILE: src/Migration/Console/MigrateSettingsCommand.php
================================================
settingsMode = $settingsMode;
parent::__construct($config, $logManager, $progress);
}
/**
* Initialization of the command
*
* @return void
*/
protected function configure()
{
$this->setName($this->name)
->setDescription('Migrate system configuration');
parent::configure();
}
/**
* @inheritdoc
*/
protected function execute(InputInterface $input, OutputInterface $output): int
{
$this->settingsMode->run();
return Command::SUCCESS;
}
}
================================================
FILE: src/Migration/Exception.php
================================================
field = $field;
return $this;
}
/**
* @inheritdoc
*/
public function validate(Record $record)
{
if (!in_array($this->field, $record->getFields())) {
throw new Exception("{$this->field} field not found in the record.");
}
}
}
================================================
FILE: src/Migration/Handler/AddPrefix.php
================================================
prefix = $prefix;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$recordToHandle->setValue($this->field, $this->prefix . $recordToHandle->getValue($this->field));
}
}
================================================
FILE: src/Migration/Handler/BundleParentProduct.php
================================================
source = $source;
$this->parentField = $parentField;
$this->documentWithProductId = $documentWithProductId;
$this->fieldWithProductId = $fieldWithProductId;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$parentRowId = $recordToHandle->getValue($this->parentField);
$productId = $this->getProductId($parentRowId);
$productId = $productId ?: 0;
$recordToHandle->setValue($this->field, $productId);
}
/**
* Find product
*
* @param int $parentRowId
* @return mixed
*/
private function getProductId($parentRowId)
{
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
$this->source->addDocumentPrefix($this->documentWithProductId),
[$this->fieldWithProductId]
)->where("{$this->parentField} = ?", $parentRowId);
return $query->getAdapter()->fetchOne($query);
}
}
================================================
FILE: src/Migration/Handler/ClassMap.php
================================================
classMap = $classMap;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$className = $recordToHandle->getValue($this->field);
$className = $this->classMap->convertClassName($className) ?: null;
$recordToHandle->setValue($this->field, $className);
}
}
================================================
FILE: src/Migration/Handler/CleanMultiselect.php
================================================
source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$attributeIds = $this->getAttributeIds();
if ($attributeIds && in_array($recordToHandle->getValue('attribute_id'), $attributeIds)) {
$value = $recordToHandle->getValue($this->field) ? $recordToHandle->getValue($this->field) : '';
$value = explode(',', $value);
$value = array_filter($value);
$value = implode(',', $value);
$recordToHandle->setValue($this->field, $value);
}
}
/**
* Get attribute ids of multiselect frontend input
*
* @return array
*/
private function getAttributeIds()
{
if ($this->attributeIds === false) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
['ea' => $this->source->addDocumentPrefix('eav_attribute')],
['ea.attribute_id']
)->join(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
'ea.entity_type_id = eet.entity_type_id',
[]
)->where(
'ea.frontend_input = ?', $this->frontendInput
)->where(
'eet.entity_type_code = ?', $this->entityTypeCode
);
$this->attributeIds = $query->getAdapter()->fetchCol($query);
}
return $this->attributeIds;
}
}
================================================
FILE: src/Migration/Handler/Convert.php
================================================
map = $resultMap;
if ($defaultValue) {
$this->defaultValue = $defaultValue;
}
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (isset($this->map[$value])) {
$value = $this->map[$value];
} elseif (null != $this->defaultValue) {
$value = $this->defaultValue;
}
$recordToHandle->setValue($this->field, $value);
}
}
================================================
FILE: src/Migration/Handler/ConvertDateFormat.php
================================================
full' => '' . \IntlDateFormatter::FULL . ' ',
'long ' => '' . \IntlDateFormatter::LONG . ' ',
'medium ' => '' . \IntlDateFormatter::MEDIUM . ' ',
'short ' => '' . \IntlDateFormatter::SHORT . ' '
];
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
$newValue = strtr($value, $replacePairs);
$recordToHandle->setValue($this->field, $newValue);
}
}
================================================
FILE: src/Migration/Handler/ConvertEavValue.php
================================================
source = $source;
$this->attributeCode = $attributeCode;
$this->canStart = $config->getSource()['type'] == DatabaseStage::SOURCE_TYPE;
if ($this->canStart) {
$map = rtrim($map, ']');
$map = ltrim($map, '[');
$map = explode(';', $map);
$resultMap = [];
foreach ($map as $mapRecord) {
$explodedRecord = explode(':', trim($mapRecord));
if (count($explodedRecord) != 2) {
throw new Exception('Invalid map provided to convert handler');
}
list($key, $value) = $explodedRecord;
$resultMap[$key] = $value;
}
$this->map = $resultMap;
}
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
if (!$this->canStart) {
return;
}
$this->validate($recordToHandle);
$attributeIds = $this->getAttributeIds();
if (isset($attributeIds[$recordToHandle->getValue('attribute_id')])) {
$value = $recordToHandle->getValue($this->field);
if (isset($this->map[$value])) {
$value = $this->map[$value];
}
$recordToHandle->setValue($this->field, $value);
}
}
/**
* Get attribute ids
*
* @return array
*/
protected function getAttributeIds()
{
if (empty($this->attributeIds)) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from($this->source->addDocumentPrefix('eav_attribute'), ['attribute_id'])
->where('attribute_code = ?', $this->attributeCode);
$this->attributeIds = array_flip($query->getAdapter()->fetchCol($query));
}
return $this->attributeIds;
}
}
================================================
FILE: src/Migration/Handler/ConvertIp.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (filter_var($value, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4)
|| filter_var($value, FILTER_VALIDATE_IP, FILTER_FLAG_IPV6)
) {
$newValue = (int)ip2long($value);
} else if (@inet_ntop($value) !== false) {
$newValue = (int)ip2long(inet_ntop($value));
} else {
$newValue = 0;
}
$recordToHandle->setValue($this->field, $newValue);
}
}
================================================
FILE: src/Migration/Handler/ConvertTimestampToDate.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if ($value && is_numeric($value) && $recordToHandle->getValue('frontend_input') == 'date') {
$date = new \DateTime();
$date->setTimestamp($value);
$newValue = $date->format('Y-m-d H:i:s');
$recordToHandle->setValue($this->field, $newValue);
}
}
}
================================================
FILE: src/Migration/Handler/EavAttribute/ApplyTo.php
================================================
source = $source;
}
/**
* Manually created product attributes should have NULL value
*
* @param Record $recordToHandle
* @param Record $oppositeRecord
* @return void
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$fieldValueOpposite = $oppositeRecord->getValue($this->field);
$attributeId = $recordToHandle->getValue('attribute_id');
$attributeIdOpposite = $oppositeRecord->getValue('attribute_id');
if (!$attributeIdOpposite && $this->checkIfUserDefined($attributeId)) {
$recordToHandle->setValue($this->field, null);
} else {
$recordToHandle->setValue($this->field, $fieldValueOpposite);
}
}
/**
* Check if the attribute is user defined
*
* @param int $attributeId
* @return bool
*/
protected function checkIfUserDefined($attributeId)
{
if (empty($this->eavAttributesData)) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$select = $adapter->getSelect()
->from(
[$this->source->addDocumentPrefix($this->eavAttributeTable)],
['attribute_id', 'is_user_defined']
);
$this->eavAttributesData = $select->getAdapter()->fetchAll($select);
}
foreach ($this->eavAttributesData as $attribute) {
if ($attribute['attribute_id'] == $attributeId && $attribute['is_user_defined']) {
return true;
}
}
return false;
}
}
================================================
FILE: src/Migration/Handler/EavAttribute/BackendTypeForMultiselect.php
================================================
source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
if ($recordToHandle->getValue('frontend_input') == 'multiselect'
&& $recordToHandle->getValue('entity_type_id') == $this->getProductEntityTypeId()
) {
$recordToHandle->setValue($this->field, 'varchar');
}
}
/**
* Get Product Entity Type Id
*
* @return int
*/
protected function getProductEntityTypeId()
{
if (null === $this->productEntityTypeId) {
/** @var \Magento\Framework\DB\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
['eet.entity_type_id']
)->where(
'eet.entity_type_code = "catalog_product"'
);
$this->productEntityTypeId = $select->getAdapter()->fetchOne($select);
}
return $this->productEntityTypeId;
}
}
================================================
FILE: src/Migration/Handler/EavAttribute/ConvertModel.php
================================================
classMap = $classMap;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$sourceModel = $recordToHandle->getValue($this->field);
$destinationModel = $oppositeRecord->getValue($this->field);
$sourceModelConverted = $this->classMap->convertClassName($sourceModel);
if (empty($sourceModel) && !empty($destinationModel)) {
$recordToHandle->setValue($this->field, $destinationModel);
} elseif (empty($sourceModel) || empty($sourceModelConverted)) {
$recordToHandle->setValue($this->field, null);
} else {
$recordToHandle->setValue($this->field, $sourceModelConverted);
}
}
}
================================================
FILE: src/Migration/Handler/EavAttributeGroup/SetGroupCode.php
================================================
canStart = $config->getSource()['type'] == DatabaseStage::SOURCE_TYPE;
$this->translitFilter = $translitFilter;
$this->source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
if (!$this->canStart) {
return;
}
$this->validate($recordToHandle);
$groupName = $recordToHandle->getValue('attribute_group_name');
$groupCode = trim(
preg_replace(
'/[^a-z0-9]+/',
'-',
$this->translitFilter->filter(strtolower($groupName))
),
'-'
);
$groupCode = empty($groupCode) ? md5($groupCode) : $groupCode;
$recordToHandle->setValue($this->field, $groupCode);
}
}
================================================
FILE: src/Migration/Handler/Encrypt.php
================================================
cryptFactory = $cryptFactory;
$this->encryptor = $encryptor;
$this->configReader = $configReader;
$this->cryptKey = $this->configReader->getOption(self::CRYPT_KEY);
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$field = $this->field ?: 'value';
$value = $recordToHandle->getValue($field);
if (!$value) {
return;
}
$this->validate($recordToHandle);
$parts = explode(':', $value, 4);
$partsCount = count($parts);
if ($partsCount == 4) {
$initVector = $parts[2];
$encryptedValue = $parts[3];
$mode = MCRYPT_MODE_CBC;
$cypher = MCRYPT_RIJNDAEL_128;
} else {
$initVector = false;
$encryptedValue = $value;
$mode = MCRYPT_MODE_ECB;
$cypher = MCRYPT_BLOWFISH;
}
$crypt = $this->cryptFactory->create([
'key' => $this->cryptKey,
'cipher' => $cypher,
'mode' => $mode,
'initVector' => $initVector,
]);
$decryptedValue = trim($crypt->decrypt(base64_decode((string)$encryptedValue)));
$encodedValue = $this->encryptor->encrypt($decryptedValue);
$recordToHandle->setValue($field, $encodedValue);
}
/**
* @inheritdoc
*/
public function validate(Record $record)
{
if (empty($this->cryptKey)) {
throw new Exception("\"crypt_key\" option is not defined the configuration.");
}
parent::validate($record);
}
}
================================================
FILE: src/Migration/Handler/FieldCopy.php
================================================
fieldCopy = $fieldCopy;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$fieldCopyValue = $recordToHandle->getValue($this->fieldCopy);
if ($fieldCopyValue) {
$recordToHandle->setValue($this->field, $fieldCopyValue);
}
}
}
================================================
FILE: src/Migration/Handler/Gallery/InsertValueToEntity.php
================================================
destination = $destination;
$this->editionMigrate = $config->getOption('edition_migrate');
$this->moduleList = $moduleList;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
|| $this->moduleList->has('Magento_CatalogStaging') === false
? $this->entityField
: 'row_id';
$record['value_id'] = $recordToHandle->getValue($this->field);
$record[$entityIdName] = $recordToHandle->getValue($this->entityField);
$this->destination->saveRecords($this->valueToEntityDocument, [$record]);
}
}
================================================
FILE: src/Migration/Handler/Gallery/SetEntityId.php
================================================
source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$entityId = $this->getEntityId($recordToHandle->getValue($this->valueIdField));
$recordToHandle->setValue($this->field, $entityId);
}
/**
* Get entity id
*
* @param int $valueId
* @return int
*/
protected function getEntityId($valueId)
{
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()
->from(
['mg' => $this->source->addDocumentPrefix($this->mediaGalleryDocument)],
[$this->entityIdField]
)->where("mg.{$this->valueIdField} = ?", $valueId);
return (int) $query->getAdapter()->fetchOne($query);
}
}
================================================
FILE: src/Migration/Handler/GetDestinationValue.php
================================================
setNullIfEmpty = $setNullIfEmpty === 'true' ? true : false;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
if ($oppositeRecord->getValue($this->field) !== null || $this->setNullIfEmpty) {
$recordToHandle->setValue($this->field, $oppositeRecord->getValue($this->field));
}
}
}
================================================
FILE: src/Migration/Handler/GetEventStatus.php
================================================
validate($recordToHandle);
$dates = [
'start' => $recordToHandle->getValue('date_start'),
'end' =>$recordToHandle->getValue('date_end')
];
$currentDate = date('Y-m-d H:i:s');
if (($dates['start'] <= $currentDate) && ($dates['end'] > $currentDate)) {
$status = self::EVENT_OPEN;
} elseif (($dates['start'] > $currentDate) && ($dates['end'] > $currentDate)) {
$status = self::EVENT_UPCOMING;
} else {
$status = self::EVENT_CLOSED;
}
$recordToHandle->setValue($this->field, $status);
}
}
================================================
FILE: src/Migration/Handler/HandlerInterface.php
================================================
objectManager = $objectManager;
}
/**
* Init handler
*
* @param string $field
* @param array $handlerConfig
* @param string|null $handlerKey
* @return void
* @throws Exception
*/
public function initHandler($field, $handlerConfig = [], $handlerKey = null)
{
if (empty($handlerConfig)) {
return;
}
if (empty($handlerConfig['class'])) {
throw new Exception('Handler class name not specified.');
}
$handler = $this->objectManager->create($handlerConfig['class'], $handlerConfig['params']);
if (!($handler instanceof HandlerInterface)) {
throw new Exception("'{$handlerConfig['class']}' is not correct handler.");
}
$handler->setField($field);
$handlerKey = $handlerKey ?: $field;
$this->handlers[$handlerKey] = $handler;
}
/**
* Get handler for $field field
*
* @param string $handlerKey
* @return HandlerInterface|null
*/
public function getHandler($handlerKey)
{
if (!empty($this->handlers[$handlerKey])) {
return $this->handlers[$handlerKey];
}
return null;
}
/**
* Get all handlers
*
* @return array
*/
public function getHandlers()
{
return $this->handlers;
}
}
================================================
FILE: src/Migration/Handler/Placeholder.php
================================================
classMap = $classMap;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$content = $recordToHandle->getValue($this->field);
if ($this->hasPlaceholders($content)) {
$content = $this->processContent($content);
}
$recordToHandle->setValue($this->field, $content);
}
/**
* Whether widget content has placeholders
*
* @param string $content
* @return int
*/
protected function hasPlaceholders($content)
{
return preg_match('/({{widget|{{block).*}}/mU', $content);
}
/**
* Process widget placeholders content
*
* @param string $content
* @return mixed
*/
protected function processContent($content)
{
$classSource = [];
$classDestination = [];
foreach ($this->classMap->getMap() as $classOldFashion => $classNewStyle) {
$classSource[] = sprintf('type="%s"', $classOldFashion);
$classNewStyle = $classNewStyle ?? '';
$classDestination[] = sprintf('type="%s"', str_replace('\\', '\\\\', $classNewStyle));
}
$content = str_replace($classSource, $classDestination, $content);
// cut off name of a module from template path
$content = preg_replace('/({{widget|{{block)(.*template=")(.*\/)(.*".*}})/mU', '$1$2$4', $content);
// remove all unknown widgets
$content = preg_replace('/{{widget type="[\w\-_]+\/[\w\-_]+".+}}/mU', '', $content);
return $content;
}
}
================================================
FILE: src/Migration/Handler/ProductAlertStoreId.php
================================================
source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$websiteId = $recordToHandle->getValue('website_id');
if (empty($websiteId)) {
return;
}
$storeId = $this->getDefaultStoreId($websiteId);
$recordToHandle->setValue($this->field, $storeId);
}
/**
* Get default store id
*
* @param int|string $websiteId
* @return array
*/
private function getDefaultStoreId($websiteId)
{
if (empty($this->storeWebsite[$websiteId])) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
['cw' => $this->source->addDocumentPrefix('core_website')],
[]
)->join(
['csg' => $this->source->addDocumentPrefix('core_store_group')],
'csg.group_id = cw.default_group_id',
['default_store_id']
)->where('cw.website_id = ?', $websiteId);
$this->storeWebsite[$websiteId] = $query->getAdapter()->fetchOne($query);
}
return $this->storeWebsite[$websiteId];
}
}
================================================
FILE: src/Migration/Handler/QuoteMultiAddressStoreId.php
================================================
source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$quoteItemId = $recordToHandle->getValue('quote_item_id');
$storeId = $this->getStoreId($quoteItemId);
$recordToHandle->setValue($this->field, $storeId);
}
/**
* Get store id
*
* @param int|string $quoteItemId
* @return string
*/
private function getStoreId($quoteItemId)
{
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
[$this->source->addDocumentPrefix('sales_flat_quote_item')],
['store_id']
)->where('item_id = ?', $quoteItemId);
return $query->getAdapter()->fetchOne($query);
}
}
================================================
FILE: src/Migration/Handler/Rule/ConditionSql.php
================================================
map = $mapFactory->create('map_file');
$this->source = $source;
$this->destination = $destination;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$sourcePatterns = [];
$destinationPatters = [];
foreach ($this->source->getDocumentList() as $document) {
$destDocumentName = $this->map->getDocumentMap($document, MapInterface::TYPE_SOURCE);
if ($destDocumentName === false) {
continue;
}
$sourcePatterns[] = sprintf('`%s`', $this->source->addDocumentPrefix($document));
$destinationPatters[] = sprintf('`%s`', $this->destination->addDocumentPrefix($destDocumentName));
}
$newValue = str_replace($sourcePatterns, $destinationPatters, $recordToHandle->getValue($this->field));
$recordToHandle->setValue($this->field, $newValue);
}
}
================================================
FILE: src/Migration/Handler/Rule/CustomerSegmentConditionSql.php
================================================
mapMain = $mapFactory->create('map_file');
$this->mapSalesOrder = $mapFactory->create('sales_order_map_file');
$this->source = $source;
$this->destination = $destination;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$sourcePatterns = [];
$destinationPatters = [];
foreach ($this->source->getDocumentList() as $document) {
$destDocumentName = $this->getDestDocumentName($document);
if ($destDocumentName === false) {
continue;
}
$sourcePatterns[] = sprintf('`%s`', $this->source->addDocumentPrefix($document));
$destinationPatters[] = sprintf('`%s`', $this->destination->addDocumentPrefix($destDocumentName));
}
$newValue = str_replace($sourcePatterns, $destinationPatters, $recordToHandle->getValue($this->field));
$recordToHandle->setValue($this->field, $newValue);
}
/**
* Get dest document name
*
* @param string $sourceDocumentName
* @return mixed
*/
protected function getDestDocumentName($sourceDocumentName)
{
return $this->mapMain->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE)
? $this->mapMain->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE)
: $this->mapSalesOrder->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
}
}
================================================
FILE: src/Migration/Handler/Rule/NormalizationIds.php
================================================
normalizationDocument = $normalizationDocument;
$this->normalizationField = $normalizationField;
$this->destination = $destination;
$this->editionMigrate = $config->getOption('edition_migrate');
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$ids = explode(',', $recordToHandle->getValue($this->field));
$normalizedRecords = [];
$entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
? 'rule_id'
: 'row_id';
foreach ($ids as $id) {
$normalizedRecords[] = [
$entityIdName => $recordToHandle->getValue('rule_id'),
$this->normalizationField => $id
];
}
if ($normalizedRecords) {
$this->destination->clearDocument($this->normalizationDocument);
$this->destination->saveRecords($this->normalizationDocument, $normalizedRecords);
}
}
}
================================================
FILE: src/Migration/Handler/Rule/SerializedData.php
================================================
classMap = $classMap;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$unserializedData = unserialize($recordToHandle->getValue($this->field));
if (is_array($unserializedData)) {
$recordToHandle->setValue($this->field, serialize($this->replaceValues($unserializedData)));
}
}
/**
* Replace values
*
* @param array $data
* @return array
*/
protected function replaceValues(array $data)
{
foreach ($data as &$value) {
if (is_array($value)) {
$value = $this->replaceValues($value);
} elseif (is_string($value)) {
$valueConverted = $this->classMap->convertClassName($value);
$value = ($valueConverted != '') ? $valueConverted : $value;
}
}
return $data;
}
}
================================================
FILE: src/Migration/Handler/SalesOrderStatusState/SetVisibleOnFront.php
================================================
0,
'pending_payment-pending_payment' => 0,
'processed_ogone-processing' => 0
];
/**
* @var array
*/
protected $invisibleStates = ['pending_payment'];
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$key = $recordToHandle->getValue('status') . '-' . $recordToHandle->getValue('state');
if (isset($this->initiallyInvisible[$key])
|| in_array($recordToHandle->getValue('state'), $this->invisibleStates)
) {
$recordToHandle->setValue('visible_on_front', 0);
} else {
$recordToHandle->setValue('visible_on_front', 1);
}
}
}
================================================
FILE: src/Migration/Handler/Sequence.php
================================================
table = $table;
$this->destination = $destination;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$id = $recordToHandle->getValue($this->field);
if ($id && $this->table) {
$this->destination->saveRecords($this->table, [['sequence_value' => $id]], true);
}
if (!array_diff([$this->createdVersionField, $this->updatedVersionField], $oppositeRecord->getFields())) {
$oppositeRecord->setValue($this->createdVersionField, $this->minVersion);
$oppositeRecord->setValue($this->updatedVersionField, $this->maxVersion);
}
}
}
================================================
FILE: src/Migration/Handler/SerializeToJson/ConvertWithConditions.php
================================================
conditionalField = $conditionalField;
$this->conditionalFieldValuesPattern = $conditionalFieldValuesPattern;
$this->logger = $logger;
$this->ignoreBrokenData = $ignoreBrokenData;
$this->documentIdFiled = $documentIdField;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (null !== $value) {
if ($this->shouldProcessField($recordToHandle->getData()[$this->conditionalField])) {
try {
$unserializedData = unserialize($value);
} catch (\Exception $exception) {
if (!$this->ignoreBrokenData) {
throw new \Exception($exception);
}
$this->logger->warning(sprintf(
'Could not unserialize data of %s.%s with record id %s',
$recordToHandle->getDocument()->getName(),
$this->field,
$recordToHandle->getValue($this->documentIdFiled->getFiled($recordToHandle->getDocument()))
));
$this->logger->warning("\n");
$recordToHandle->setValue($this->field, null);
return;
}
$value = json_encode($unserializedData);
}
}
$recordToHandle->setValue($this->field, $value);
}
/**
* @inheritdoc
*/
public function validate(Record $record)
{
parent::validate($record);
if ($this->conditionalField && !isset($record->getData()[$this->conditionalField])) {
throw new Exception("Conditional field {$this->conditionalField} not found in the record.");
}
}
/**
* Should process field
*
* @param string $valueOfConditionalField
* @return bool
*/
protected function shouldProcessField($valueOfConditionalField)
{
preg_match($this->conditionalFieldValuesPattern, $valueOfConditionalField, $matches);
return (bool)$matches;
}
}
================================================
FILE: src/Migration/Handler/SerializeToJson/ItemOption.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (null !== $value) {
if ($this->shouldProcessField($recordToHandle->getData()[self::ITEM_OPTION_FIELD])) {
$unserializeData = @unserialize($value);
$value = (false === $unserializeData) ? $value : json_encode($unserializeData);
}
}
$recordToHandle->setValue($this->field, $value);
}
/**
* @inheritdoc
*/
public function validate(Record $record)
{
parent::validate($record);
if (!isset($record->getData()[self::ITEM_OPTION_FIELD])) {
throw new Exception(sprintf("Field %s not found in the record.", self::ITEM_OPTION_FIELD));
}
}
/**
* Should process field
*
* @param string $itemOptionValue
* @return bool
*/
protected function shouldProcessField($itemOptionValue)
{
preg_match(self::ITEM_OPTION_FORMAT, $itemOptionValue, $matches);
return (bool)$matches;
}
}
================================================
FILE: src/Migration/Handler/SerializeToJson/SalesOrderItem.php
================================================
logger = $logger;
$this->ignoreBrokenData = (bool)$ignoreBrokenData;
$this->documentIdFiled = $documentIdField;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (null !== $value) {
try {
$unserializedData = unserialize($value);
} catch (\Exception $exception) {
if (!$this->ignoreBrokenData) {
throw new \Exception($exception);
}
$this->logger->warning(sprintf(
'Could not unserialize data of %s.%s with record id %s',
$recordToHandle->getDocument()->getName(),
$this->field,
$recordToHandle->getValue($this->documentIdFiled->getFiled($recordToHandle->getDocument()))
));
$this->logger->warning("\n");
$recordToHandle->setValue($this->field, null);
return;
}
if (isset($unserializedData['options'])) {
foreach ($unserializedData['options'] as $key => $option) {
if (is_array($option)
&& array_key_exists('option_type', $option)
&& $option['option_type'] === 'file'
) {
$optionValue = $option['option_value'] ? unserialize($option['option_value']) :
$option['option_value'];
$unserializedData['options'][$key]['option_value'] = json_encode($optionValue);
}
}
}
if (isset($unserializedData['bundle_selection_attributes'])) {
$bundleSelectionAttributes = $unserializedData['bundle_selection_attributes'] ?
unserialize($unserializedData['bundle_selection_attributes']) :
$unserializedData['bundle_selection_attributes'];
$unserializedData['bundle_selection_attributes'] = json_encode($bundleSelectionAttributes);
}
$value = json_encode($unserializedData);
}
$recordToHandle->setValue($this->field, $value);
}
}
================================================
FILE: src/Migration/Handler/SerializeToJson.php
================================================
logger = $logger;
$this->documentIdFiled = $documentIdField;
if ($migrateBrokenData === true || $migrateBrokenData == 'true') {
$this->migrateBrokenData = true;
} else {
$this->migrateBrokenData = false;
}
if ($suppressWarning === true || $suppressWarning == 'true') {
$this->suppressWarning = true;
} else {
$this->suppressWarning = false;
}
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (null !== $value) {
try {
$unserializeData = unserialize($value);
} catch (\Exception $exception) {
if (!$this->migrateBrokenData) {
throw new \Exception($exception);
}
if (!$this->suppressWarning) {
$this->logger->warning(sprintf(
'Could not unserialize data of %s.%s with record id %s',
$recordToHandle->getDocument()->getName(),
$this->field,
$recordToHandle->getValue($this->documentIdFiled->getFiled($recordToHandle->getDocument()))
));
$this->logger->warning("\n");
}
$recordToHandle->setValue($this->field, null);
return;
}
$value = json_encode($unserializeData);
}
$recordToHandle->setValue($this->field, $value);
}
}
================================================
FILE: src/Migration/Handler/SetDefaultWebsiteId.php
================================================
source = $source;
$this->defaultWebsiteId = null;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
if (empty($this->defaultWebsiteId)) {
$this->validate($recordToHandle);
foreach ($this->source->getRecords('core_website', 0) as $websiteData) {
if ($websiteData['is_default'] == '1') {
$this->defaultWebsiteId = $websiteData[$this->field];
break;
}
}
}
$recordToHandle->setValue($this->field, $this->defaultWebsiteId);
}
}
================================================
FILE: src/Migration/Handler/SetHash.php
================================================
hash = $hash;
$this->baseField = $baseField;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$oppositeValue = $oppositeRecord->getValue($this->baseField);
$hashMethod = $this->hash;
$resultValue = $hashMethod($oppositeValue);
$recordToHandle->setValue($this->field, $resultValue);
}
/**
* @inheritdoc
*/
public function validate(Record $record)
{
if (!in_array($this->hash, $this->supportedHashAlgorithms)) {
throw new Exception("{$this->hash} hash algorithm is not supported.");
}
parent::validate($record);
}
}
================================================
FILE: src/Migration/Handler/SetValue.php
================================================
value = (strtoupper($value) === 'NULL') ? null : $value;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$valueStored = $recordToHandle->getValue($this->field);
$value = $this->value;
if (is_string($value)) {
$operator = substr($value, 0, 1);
$value = substr($value, 1);
switch ($operator) {
case '+':
$value = $valueStored + $value;
break;
case '-';
$value = $valueStored - $value;
break;
default:
$value = $this->value;
}
}
$recordToHandle->setValue($this->field, $value);
}
}
================================================
FILE: src/Migration/Handler/SetValueAttributeCondition.php
================================================
value = (strtoupper($value) === 'NULL') ? null : $value;
$this->attributeCode = $attributeCode;
$this->source = $source;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
if ($this->checkAttributeIdCode($recordToHandle->getValue('attribute_id'), $this->attributeCode)) {
$recordToHandle->setValue($this->field, $this->value);
}
}
/**
* Check if attribute id of record and attribute code are in main eav table
*
* @param int $attributeIdOfRecord
* @param string $attributeCode
* @return bool
*/
protected function checkAttributeIdCode($attributeIdOfRecord, $attributeCode)
{
if (empty(self::$eavAttributeData)) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$select = $adapter->getSelect()
->from(
[$this->source->addDocumentPrefix($this->eavAttributeTable)],
['attribute_id', 'attribute_code']
);
self::$eavAttributeData = $select->getAdapter()->fetchAll($select);
}
foreach (self::$eavAttributeData as $attribute) {
if ($attribute['attribute_id'] == $attributeIdOfRecord && $attribute['attribute_code'] == $attributeCode) {
return true;
}
}
return false;
}
}
================================================
FILE: src/Migration/Handler/Settings/CategoryRootId.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if ($value == self::SOURCE_DEFAULT_CATEGORY_ID) {
$recordToHandle->setValue($this->field, null);
}
}
}
================================================
FILE: src/Migration/Handler/Settings/Template.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
$valueOpposite = $oppositeRecord->getValue($this->field);
if (!is_numeric($value) && $valueOpposite) {
$value = $valueOpposite;
}
$recordToHandle->setValue($this->field, $value);
}
}
================================================
FILE: src/Migration/Handler/Settings/UrlSuffix.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if ($value && is_string($value) && substr($value, 0, 1) != '.') {
$value = '.' . $value;
}
$recordToHandle->setValue($this->field, $value);
}
}
================================================
FILE: src/Migration/Handler/StoreGroupCode.php
================================================
source = $source;
$this->logger = $logger;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$code = $this->getCodeFromName($recordToHandle);
if (empty($code)) {
$code = 'store_group';
}
$recordToHandle->setValue($this->field, $code);
}
/**
* @param Record $recordToHandle
* @return string
*/
private function getCodeFromName(Record $recordToHandle)
{
$groupIdRecord = $recordToHandle->getValue('group_id');
$tableName = $recordToHandle->getDocument()->getName();
if (empty($this->storeGroup)) {
$names = [];
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
$this->source->addDocumentPrefix('core_store_group'),
['group_id', 'name']
);
$this->storeGroup = $query->getAdapter()->fetchAssoc($query);
foreach ($this->storeGroup as $groupId => $group) {
$name = $group['name'];
$code = preg_replace('/\s+/', '_', $name);
$code = preg_replace('/[^a-z0-9-_]/', '', strtolower($code));
$code = preg_replace('/^[^a-z]+/', '', $code);
if (in_array($name, $names)) {
$code = $code . '-' . md5(mt_rand());
$this->logger->warning(sprintf(
'Duplicated code in %s.%s Record id %s',
$tableName,
$this->field,
$groupId
));
$this->logger->warning(PHP_EOL);
}
$names[] = $name;
$this->storeGroup[$groupId]['code'] = $code;
}
}
return $this->storeGroup[$groupIdRecord]['code'];
}
}
================================================
FILE: src/Migration/Handler/Synonym.php
================================================
source = $source;
$this->destination = $destination;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$synonyms = $recordToHandle->getValue($this->field);
$storeId = $recordToHandle->getValue('store_id');
if (empty($synonyms)) {
return;
}
$synonyms .= sprintf('"%s",', $recordToHandle->getValue('query_text'));
$websiteId = $this->getWebsiteId($storeId);
$record = ['synonyms' => $synonyms, 'store_id' => $storeId, 'website_id' => $websiteId];
$this->destination->saveRecords($this->synonymsTable, [$record]);
}
/**
* Get website id
*
* @param int|string $storeId
* @return array
*/
protected function getWebsiteId($storeId)
{
if (empty($this->storeWebsite[$storeId])) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from($this->source->addDocumentPrefix('core_store'), ['website_id'])
->where('store_id = ?', $storeId);
$this->storeWebsite[$storeId] = $query->getAdapter()->fetchOne($query);
}
return $this->storeWebsite[$storeId];
}
}
================================================
FILE: src/Migration/Handler/Timezone.php
================================================
offset = $offset;
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
if (!$value || !$this->offset) {
return;
}
$fieldType = $recordToHandle->getStructure()->getFields()[$this->field]['DATA_TYPE'];
$isTypeInt = in_array($fieldType, [self::TYPE_INT, \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER]);
if ($isTypeInt) {
$dateTime = new \DateTime();
$dateTime->setTimestamp($value);
} else {
$dateTime = new \DateTime($value);
}
$dateTime->modify($this->offset . ' hour');
if ($isTypeInt) {
$value = $dateTime->getTimestamp();
} else {
$value = $dateTime->format(\Magento\Framework\DB\Adapter\Pdo\Mysql::TIMESTAMP_FORMAT);
}
$recordToHandle->setValue($this->field, $value);
}
/**
* @inheritdoc
*/
public function validate(Record $record)
{
$offsetInt = $this->offset;
$sign = substr($this->offset, 0, 1);
if (in_array($sign, [self::SIGN_PLUS, self::SIGN_MINUS])) {
$offsetInt = substr($this->offset, 1, strlen($this->offset) - 1);
} else {
$sign = self::SIGN_PLUS;
}
if ((self::SIGN_PLUS === $sign) && ($offsetInt > self::MAX_OFFSET)
|| (self::SIGN_MINUS === $sign) && ($offsetInt < self::MIN_OFFSET)) {
throw new Exception(
'Offset can have value between '
. '"' . self::MIN_OFFSET . '" and "' . self::SIGN_PLUS . self::MAX_OFFSET . '""'
);
}
$fieldType = $record->getStructure()->getFields()[$this->field]['DATA_TYPE'];
if (!in_array($fieldType, $this->supportedDatatypes)) {
throw new Exception('Provided datatype for field "' . $this->field . '" is not supported');
}
parent::validate($record);
}
}
================================================
FILE: src/Migration/Handler/TruncateSuffix.php
================================================
canStart = $config->getSource()['type'] == DatabaseStage::SOURCE_TYPE;
if ($this->canStart) {
$this->source = $source;
$this->suffixPath = $suffixPath;
$attributeCodes = rtrim($attributeCodes, ']');
$attributeCodes = ltrim($attributeCodes, '[');
$this->attributeCodes = explode(',', $attributeCodes);
$this->entityTypeCode = $entityTypeCode;
}
}
/**
* @inheritdoc
*/
public function handle(Record $recordToHandle, Record $oppositeRecord)
{
if (!$this->canStart || !$this->getSuffix()) {
return;
}
$attributeIds = $this->getAttributeIds();
if (in_array($recordToHandle->getValue('attribute_id'), $attributeIds)) {
$suffix = '~' . preg_quote($this->getSuffix()) . '$~';
$value = $recordToHandle->getValue($this->field);
$value = preg_replace($suffix, '', $value);
$recordToHandle->setValue($this->field, $value);
}
}
/**
* Get attribute ids
*
* @return array
*/
protected function getAttributeIds()
{
if (null === $this->attributeIds) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
['ea' => $this->source->addDocumentPrefix('eav_attribute')],
['ea.attribute_id']
)->join(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
'ea.entity_type_id = eet.entity_type_id',
[]
)
->where('ea.attribute_code IN (?)', $this->attributeCodes)
->where('eet.entity_type_code = ?', $this->entityTypeCode);
$this->attributeIds = $query->getAdapter()->fetchCol($query);
}
return $this->attributeIds;
}
/**
* Get suffix
*
* @return string
*/
protected function getSuffix()
{
if (false === $this->suffix) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from($this->source->addDocumentPrefix('core_config_data'), ['value'])
->where('path = ?', $this->suffixPath)
->limit(1);
$result = $query->getAdapter()->fetchOne($query);
$this->suffix = $result ?: self::DEFAULT_SUFFIX;
}
return $this->suffix;
}
}
================================================
FILE: src/Migration/Handler/VisualMerchandiser/Attribute.php
================================================
validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
$valueArr = explode(',', $value);
if (!array_search(strtolower(self::DESTINATION_DEFAULT_SKU_ATTRIBUTE), array_map('strtolower', $valueArr))) {
array_push($valueArr, self::DESTINATION_DEFAULT_SKU_ATTRIBUTE);
}
$recordToHandle->setValue($this->field, implode(',', $valueArr));
}
}
================================================
FILE: src/Migration/Handler/VisualMerchandiser/InsertMode.php
================================================
'0',
'2' => '1'
];
$this->validate($recordToHandle);
$value = $recordToHandle->getValue($this->field);
$recordToHandle->setValue($this->field, $valueMap[$value]);
}
}
================================================
FILE: src/Migration/Handler/VisualMerchandiser/SmartAttribute.php
================================================
validate($recordToHandle);
$attributeCode = $recordToHandle->getValue(self::ATTRIBUTE_CODE_NAME);
$attributeCodeArr = explode(',', $attributeCode);
$attributeValues = unserialize($recordToHandle->getValue(self::ATTRIBUTE_VALUE_NAME));
if (is_array($attributeValues)) {
foreach ($attributeValues as $attributeValue) {
$attribute = $this->parseOperator($attributeValue['value']);
$attribute['attribute'] = $attributeCodeArr[$count];
$attribute['logic'] = $attributeValue['link'];
$count++;
$attributes[] = $attribute;
}
$attributeString = \Zend_Json::encode($attributes);
$recordToHandle->setValue($this->field, $attributeString);
}
}
/**
* Parse operator
*
* @param string $attribute
* @return array
*/
protected function parseOperator($attribute)
{
$result = [];
$possibleValues = [
'gte' => '>=',
'lte' => '<=',
'eq' => '=',
'neq' => '!',
'gt' => '>',
'lt' => '<',
'like' => '*'
];
foreach ($possibleValues as $operator => $value) {
if (strpos($attribute, $value) !== false) {
$result['operator'] = $operator;
$result['value'] = trim(str_replace($value, "", $attribute));
}
}
if (empty($result)) {
$result['operator'] = 'eq';
$result['value'] = $attribute;
}
return $result;
}
}
================================================
FILE: src/Migration/Logger/ConsoleHandler.php
================================================
isHandling($record)) {
return false;
}
$record['formatted'] = $this->getFormatter()->format($record);
switch ($record['level']) {
case LogLevel::ERROR:
case LogLevel::CRITICAL:
echo PHP_EOL . $this->colorize($record['formatted'], self::COLOR_RED);
break;
case LogLevel::WARNING:
echo PHP_EOL . $this->colorize($record['formatted'], self::COLOR_YELLOW);
break;
case LogLevel::NOTICE:
echo PHP_EOL . $this->colorize($record['formatted'], self::COLOR_BLUE);
break;
default:
echo PHP_EOL . $record['formatted'];
}
return false === $this->bubble;
}
/**
* Sets the formatter.
*
* @param FormatterInterface $formatter
*/
public function setFormatter(FormatterInterface $formatter): HandlerInterface
{
$this->formatter = $formatter;
return $this;
}
/**
* Gets the formatter.
*
* @return FormatterInterface
*/
public function getFormatter(): FormatterInterface
{
if (!$this->formatter) {
throw new \LogicException('No formatter has been set and this handler does not have a default formatter');
}
return $this->formatter;
}
}
================================================
FILE: src/Migration/Logger/FileHandler.php
================================================
file = $file;
$this->config = $config;
$this->filesystem = $filesystem;
parent::__construct();
}
/**
* @inheritdoc
*/
public function handle(LogRecord $record): bool
{
if (!$this->isHandling($record)) {
return false;
}
$logFile = $this->config->getOption('log_file');
$record['formatted'] = $this->getFormatter()->format($record);
if ($logFile) {
$filePath = $this->getFilePath($logFile);
$this->file->filePutContents($filePath, $record['formatted'] . PHP_EOL, FILE_APPEND);
}
return false === $this->bubble;
}
/**
* Get file path
*
* @param string $logFile
* @return string
*/
protected function getFilePath($logFile)
{
$logFileDir = dirname($logFile);
if (!$this->file->getRealPath($logFileDir)) {
if (substr($logFileDir, 0, 1) != '/') {
$logFileDir = $this->filesystem->getDirectoryRead(DirectoryList::VAR_DIR)->getAbsolutePath()
. $logFileDir;
$logFile = $logFileDir . DIRECTORY_SEPARATOR . basename($logFile);
}
if (!$this->file->isExists($logFileDir)) {
$this->file->createDirectory($logFileDir, $this->permissions);
}
} elseif ($logFileDir == '.') {
$logFile = $this->filesystem->getDirectoryRead(DirectoryList::VAR_DIR)->getAbsolutePath()
. basename($logFile);
}
return $logFile;
}
/**
* Sets the formatter.
*
* @param FormatterInterface $formatter
*/
public function setFormatter(FormatterInterface $formatter): HandlerInterface
{
$this->formatter = $formatter;
return $this;
}
/**
* Gets the formatter.
*
* @return FormatterInterface
*/
public function getFormatter(): FormatterInterface
{
if (!$this->formatter) {
throw new \LogicException('No formatter has been set and this handler does not have a default formatter');
}
return $this->formatter;
}
}
================================================
FILE: src/Migration/Logger/Logger.php
================================================
value : $level;
$processed = parent::addRecord($levelValue, $message, $context);
self::$messages[$levelValue][] = $message;
return $processed;
}
/**
* Returns all log messages
*
* @return array
*/
public static function getMessages()
{
return self::$messages;
}
/**
* Clear all log messages
*
* @return void
*/
public static function clearMessages()
{
self::$messages = [];
}
}
================================================
FILE: src/Migration/Logger/Manager.php
================================================
LogLevel::ERROR,
self::LOG_LEVEL_INFO => LogLevel::INFO,
self::LOG_LEVEL_DEBUG => LogLevel::DEBUG
];
/**
* @param Logger $logger
* @param ConsoleHandler $consoleHandler
* @param FileHandler $fileHandler
* @param MessageFormatter $formatter
* @param MessageProcessor $messageProcessor
*/
public function __construct(
Logger $logger,
ConsoleHandler $consoleHandler,
FileHandler $fileHandler,
MessageFormatter $formatter,
MessageProcessor $messageProcessor
) {
$this->logger = $logger;
$this->handlers = [$consoleHandler, $fileHandler];
$this->formatter = $formatter;
$this->processor = $messageProcessor;
}
/**
* Process
*
* @param string $logLevel
* @return $this
* @throws \Migration\Exception
*/
public function process($logLevel = self::LOG_LEVEL_INFO)
{
$logLevel = strtolower($logLevel);
if (empty($this->logLevels[$logLevel])) {
throw new \Migration\Exception("Invalid log level '$logLevel' provided.");
}
foreach ($this->handlers as $handler) {
$handler->setLevel($this->logLevels[$logLevel])->setFormatter($this->formatter);
$this->logger->pushHandler($handler);
}
$this->logger->pushProcessor([$this->processor, 'setExtra']);
$this->logLevel = $logLevel;
return $this;
}
/**
* Get log level
*
* @return null|string
*/
public function getLogLevel()
{
return $this->logLevel;
}
}
================================================
FILE: src/Migration/Logger/MessageFormatter.php
================================================
format = $this->getLevelFormat($record['level_name']);
return parent::format($record);
}
/**
* Get level format
*
* @param string $levelName
* @return string
*/
protected function getLevelFormat($levelName)
{
switch ($levelName) {
case 'INFO':
$format = "[%datetime%][INFO]%extra.mode%%extra.stage%%extra.step%: %message%";
break;
case 'DEBUG':
$format = "[%datetime%][DEBUG]%extra.mode%%extra.stage%%extra.step%%extra.table%: %message%";
break;
case 'ERROR':
$format = "[%datetime%][ERROR]: %message%";
break;
case 'WARNING':
$format = "[%datetime%][WARNING]: %message%";
break;
case 'NOTICE':
$format = "[NOTICE]: %message%";
break;
default:
$format = "%message%";
}
return $format;
}
}
================================================
FILE: src/Migration/Logger/MessageProcessor.php
================================================
'',
'stage' => '',
'step' => '',
'table' => ''
];
/**
* Set extra
*
* @param LogRecord $record
* @return array
*/
public function setExtra(LogRecord $record)
{
foreach ($record['context'] as $key => $value) {
switch ($key) {
case 'mode':
$this->extra[$key] = '[mode: ' . $value . ']';
break;
case 'stage':
$this->extra[$key] = '[stage: ' . $value . ']';
break;
case 'step':
$this->extra[$key] = '[step: ' . $value . ']';
break;
case 'table':
$this->extra[$key] = '[table: ' . $value . ']';
break;
}
}
$record['extra'] = $this->extra;
return $record;
}
}
================================================
FILE: src/Migration/Mode/AbstractMode.php
================================================
progress = $progress;
$this->logger = $logger;
$this->stepListFactory = $stepListFactory;
}
/**
* Run stage
*
* @param StageInterface $object
* @param string $step
* @param string $stage
* @param boolean $force
* @return bool
*/
protected function runStage($object, $step, $stage, $force = false)
{
$this->logger->info(
'started',
['step' => $step, 'stage' => $stage, 'mode' => $this->mode]
);
if ($this->progress->isCompleted($object, $stage) && !$force) {
return true;
}
try {
$result = $object->perform();
} catch (\Migration\Exception $e) {
$this->logger->error($e->getMessage());
return false;
}
if ($result && $this->canBeCompleted) {
$this->progress->saveResult($object, $stage, $result);
}
return $result;
}
}
================================================
FILE: src/Migration/Mode/Data.php
================================================
setupDeltaLog = $setupDeltaLog;
$this->configReader = $configReader;
}
/**
* @inheritdoc
*/
public function run()
{
/** @var StepList $steps */
$steps = $this->stepListFactory->create(['mode' => 'data']);
$this->runIntegrity($steps);
$this->setupDeltalog();
foreach ($steps->getSteps() as $stepName => $step) {
if (empty($step['data'])) {
continue;
}
$this->runData($step, $stepName);
if (!empty($step['volume'])) {
$this->runVolume($step, $stepName);
}
}
$this->logger->info('Migration completed');
return true;
}
/**
* Run integrity
*
* @param StepList $steps
* @throws Exception
* @return void
*/
protected function runIntegrity(StepList $steps)
{
$autoResolve = $this->configReader->getOption(Config::OPTION_AUTO_RESOLVE);
$result = true;
foreach ($steps->getSteps() as $stepName => $step) {
if (!empty($step['integrity'])) {
$result = $this->runStage($step['integrity'], $stepName, 'integrity check') && $result;
}
}
if (!$result && !$autoResolve) {
$this->logger->notice($this->autoResolveMessage);
throw new Exception('Integrity Check failed');
}
}
/**
* Setup triggers
*
* @throws Exception
* @return void
*/
protected function setupDeltalog()
{
if (!$this->runStage($this->setupDeltaLog, 'Stage', 'setup triggers')) {
throw new Exception('Setup triggers failed');
}
}
/**
* Run data
*
* @param array $step
* @param string $stepName
* @throws Exception
* @return void
*/
protected function runData(array $step, $stepName)
{
if (!$this->runStage($step['data'], $stepName, 'data migration')) {
$this->rollback($step['data'], $stepName);
throw new Exception('Data Migration failed');
}
}
/**
* Run volume
*
* @param array $step
* @param string $stepName
* @throws Exception
* @return void
*/
protected function runVolume(array $step, $stepName)
{
if (!$this->runStage($step['volume'], $stepName, 'volume check')) {
$this->rollback($step['data'], $stepName);
if ($this->configReader->getStep('delta', $stepName)) {
$this->logger->warning('Volume Check failed');
} else {
throw new Exception('Volume Check failed');
}
}
}
/**
* Rollback
*
* @param RollbackInterface $stage
* @param string $stepName
* @return void
*/
protected function rollback($stage, $stepName)
{
if ($stage instanceof RollbackInterface) {
$this->logger->info('Error occurred. Rollback.');
$this->logger->info(sprintf('%s: rollback', $stepName));
try {
$stage->rollback();
} catch (\Migration\Exception $e) {
$this->logger->error($e->getMessage());
}
$this->progress->reset($stage);
$this->logger->info('Please fix errors and run Migration Tool again');
}
}
}
================================================
FILE: src/Migration/Mode/Delta.php
================================================
source = $source;
$this->autoRestart = $autoRestart;
$this->groupsFactory = $groupsFactory;
parent::__construct($progress, $logger, $stepListFactory);
}
/**
* @inheritdoc
*/
public function run()
{
do {
/** @var StepList $steps */
$steps = $this->stepListFactory->create(['mode' => 'delta']);
/**
* @var string $stepName
* @var StageInterface[] $step
*/
foreach ($steps->getSteps() as $stepName => $step) {
if (empty($step['delta'])) {
continue;
}
$this->runDelta($step, $stepName);
if (!empty($step['volume'])) {
$this->runVolume($step, $stepName);
}
}
$deltaLogs = $this->getGroupsReader()->getGroups();
foreach ($deltaLogs as $deltaDocuments) {
foreach (array_keys($deltaDocuments) as $documentName) {
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$adapter->deleteProcessedRecords(
$this->source->addDocumentPrefix(
$this->source->getDeltaLogName($documentName)
)
);
}
}
$this->logger->info('Migration completed successfully');
if ($this->autoRestart) {
$this->logger->info("Automatic restart in {$this->autoRestart} sec. Use CTRL-C to abort");
sleep($this->autoRestart);
}
} while ($this->autoRestart);
return true;
}
/**
* Run delta
*
* @param array $step
* @param string $stepName
* @throws Exception
* @return void
*/
private function runDelta(array $step, $stepName)
{
if (!$this->runStage($step['delta'], $stepName, 'delta delivering')) {
throw new Exception('Delta delivering failed');
}
}
/**
* Run volume
*
* @param array $step
* @param string $stepName
* @throws Exception
* @return void
*/
private function runVolume(array $step, $stepName)
{
if (!$this->runStage($step['volume'], $stepName, 'volume check', true)) {
$this->logger->warning('Volume Check failed');
}
}
/**
* Get groups reader
*
* @return Groups
*/
private function getGroupsReader()
{
if (null == $this->groupsReader) {
$this->groupsReader = $this->groupsFactory->create('delta_document_groups_file');
}
return $this->groupsReader;
}
}
================================================
FILE: src/Migration/Mode/Settings.php
================================================
configReader = $configReader;
}
/**
* @inheritdoc
*/
public function run()
{
/** @var StepList $steps */
$steps = $this->stepListFactory->create(['mode' => 'settings']);
$this->runIntegrity($steps);
foreach ($steps->getSteps() as $stepName => $step) {
if (empty($step['data'])) {
continue;
}
$this->runData($step, $stepName);
if (!empty($step['volume'])) {
$this->runVolume($step, $stepName);
}
}
$this->logger->info('Migration completed');
return true;
}
/**
* Run integrity
*
* @param StepList $steps
* @throws Exception
* @return void
*/
private function runIntegrity(StepList $steps)
{
$autoResolve = $this->configReader->getOption(Config::OPTION_AUTO_RESOLVE);
$result = true;
foreach ($steps->getSteps() as $stepName => $step) {
if (!empty($step['integrity'])) {
$result = $this->runStage($step['integrity'], $stepName, 'integrity check') && $result;
}
}
if (!$result && !$autoResolve) {
$this->logger->notice($this->autoResolveMessage);
throw new Exception('Integrity Check failed');
}
}
/**
* Run data
*
* @param array $step
* @param string $stepName
* @throws Exception
* @return void
*/
private function runData(array $step, $stepName)
{
if (!$this->runStage($step['data'], $stepName, 'data migration')) {
throw new Exception('Data Migration failed');
}
}
/**
* Run volume
*
* @param array $step
* @param string $stepName
* @throws Exception
* @return void
*/
private function runVolume(array $step, $stepName)
{
if (!$this->runStage($step['volume'], $stepName, 'volume check')) {
$this->logger->warning('Volume Check failed');
}
}
}
================================================
FILE: src/Migration/Model/DocumentIdField.php
================================================
getStructure()->getFields();
foreach ($fields as $params) {
if ($params['PRIMARY'] && $params['IDENTITY']) {
return $params['COLUMN_NAME'];
}
}
foreach ($fields as $params) {
if ($params['PRIMARY']) {
return $params['COLUMN_NAME'];
}
}
return null;
}
}
================================================
FILE: src/Migration/Model/PasswordHashResolver.php
================================================
customerResourceModel = $customerResourceModel;
}
/**
* Resolve password hash
*
* @param Customer $customer
* @return mixed
*/
public function resolve(Customer $customer)
{
$select = $this->customerResourceModel->getConnection()->select();
$select->from(
['ce' => $this->customerResourceModel->getTable('customer_entity_varchar')],
'ce.value'
);
$select->where('ce.attribute_id = ?', $customer->getAttribute('password_hash')->getId());
$select->where('ce.entity_id = ?', $customer->getId());
$passwordHash = $select->getAdapter()->fetchOne($select);
$passwordHash = $passwordHash ?: $customer->getPasswordHash();
return $passwordHash;
}
}
================================================
FILE: src/Migration/Model/PasswordVerifier.php
================================================
isBcrypt($hash)) {
return password_verify($password, $hash);
} else if ($this->isSha512($hash)) {
return hash('sha512', $salt . $password) === $hash;
}
return;
}
/**
* Check if hash is Bcrypt algorithm
*
* @param string $hash
* @return bool
*/
public function isBcrypt($hash)
{
if (stripos($hash, '$2y$') === 0) {
return true;
}
return false;
}
/**
* Check if hash is sha-512 algorithm
*
* @param string $hash
* @return bool
*/
public function isSha512($hash)
{
$hash = explode(':', $hash)[0];
if (strlen($hash) === 128) {
return true;
}
return false;
}
}
================================================
FILE: src/Migration/Plugin/Customer/Model/AuthenticationPlugin.php
================================================
customerRegistry = $customerRegistry;
$this->customerResourceModel = $customerResourceModel;
$this->passwordVerifier = $passwordVerifier;
$this->passwordHashResolver = $passwordHashResolver;
$this->encryptor = $encryptor;
}
/**
* Replace customer password hash in case it is Bcrypt or sha-512 algorithms
*
* @param Authentication $subject
* @param int $customerId
* @param string $password
* @return void
*/
public function beforeAuthenticate(
Authentication $subject,
$customerId,
$password
) {
$customer = $this->customerRegistry->retrieve($customerId);
$hash = $this->passwordHashResolver->resolve($customer);
if ($this->passwordVerifier->verify($password, $hash)) {
$this->customerRegistry->remove($customerId);
$hash = $this->encryptor->getHash($password, true);
$this->customerResourceModel->getConnection()->update(
$this->customerResourceModel->getTable('customer_entity'),
[
'password_hash' => $hash
],
$this->customerResourceModel->getConnection()->quoteInto('entity_id = ?', $customerId)
);
}
}
}
================================================
FILE: src/Migration/Reader/ClassMap.php
================================================
config = $config;
$this->validationState = $validationState;
$this->validate();
}
/**
* Validating xml file
*
* @return $this
* @throws Exception
*/
protected function validate()
{
$mapFile = $this->config->getOption(self::MAP_FILE_OPTION);
$rootDir = dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;
$configFile = file_exists($mapFile) ? $mapFile : $rootDir . $mapFile;
if (!is_file($configFile)) {
throw new Exception('Invalid map filename: ' . $configFile);
}
$xml = file_get_contents($configFile);
$document = new \Magento\Framework\Config\Dom($xml, $this->validationState);
if (!$document->validate($rootDir .'etc/' . self::CONFIGURATION_SCHEMA)) {
throw new Exception('XML file is invalid.');
}
$this->xml = new \DOMXPath($document->getDom());
return $this;
}
/**
* Convert class name
*
* @param string $className
* @return null|string
*/
public function convertClassName($className)
{
if (is_string($className) && array_key_exists($className, $this->getMap())) {
return $this->getMap()[$className];
}
return '';
}
/**
* Has map
*
* @param string $className
* @return bool
*/
public function hasMap($className)
{
if (is_string($className) && array_key_exists($className, $this->getMap())) {
return true;
}
return false;
}
/**
* Get map
*
* @return array|mixed
* @throws Exception
*/
public function getMap()
{
if ($this->map === null) {
/** @var \DOMNodeList $renameNodes */
/** @var \DOMElement $renameNode */
/** @var \DOMElement $classNode */
$renameNodes = $this->xml->query('/classmap/*');
foreach ($renameNodes as $renameNode) {
$map = ['from' => null, 'to' => null];
foreach ($renameNode->childNodes as $classNode) {
if ($classNode->nodeName == 'from') {
$map['from'] = $classNode->nodeValue;
} else if ($classNode->nodeName == 'to') {
$map['to'] = $classNode->nodeValue ?: null;
}
}
if ($map['from']) {
$this->map[$map['from']] = $map['to'];
}
}
}
return $this->map;
}
}
================================================
FILE: src/Migration/Reader/Groups.php
================================================
validationState = $validationState;
if (!empty($groupsFile)) {
$this->init($groupsFile);
}
}
/**
* Init configuration
*
* @param string $groupsFile
* @return $this
* @throws Exception
*/
public function init($groupsFile)
{
$xmlFile = file_exists($groupsFile) ? $groupsFile : $this->getRootDir() . $groupsFile;
if (!is_file($xmlFile)) {
throw new Exception('Invalid groups filename: ' . $xmlFile);
}
$xml = file_get_contents($xmlFile);
$document = new \Magento\Framework\Config\Dom($xml, $this->validationState);
if (!$document->validate($this->getRootDir() .'etc/' . self::CONFIGURATION_SCHEMA)) {
throw new Exception('XML file is invalid.');
}
$this->xml = new \DOMXPath($document->getDom());
return $this;
}
/**
* Get Migration Tool Configuration Dir
*
* @return string
*/
protected function getRootDir()
{
return dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;
}
/**
* Get Group
*
* @param string $name
* @return array
*/
public function getGroup($name)
{
$result = [];
if (!$this->xml) {
return $result;
}
$queryResult = $this->xml->query(sprintf('//group[@name="%s"]', $name));
if ($queryResult->length > 0) {
/** @var \DOMElement $document */
$node = $queryResult->item(0);
/** @var \DOMElement $item */
foreach ($node->childNodes as $item) {
if ($item->nodeType == XML_ELEMENT_NODE) {
if ($item->hasAttribute('key')) {
$result[$item->nodeValue] = $item->getAttribute('key');
} else if ($item->hasAttribute('type')) {
$result[$item->nodeValue][] = $item->getAttribute('type');
} else {
$result[$item->nodeValue] = '';
}
}
}
}
return $result;
}
/**
* Get all groups
*
* @return array
*/
public function getGroups()
{
$result = [];
if (!$this->xml) {
return $result;
}
$queryResult = $this->xml->query('//group');
if ($queryResult->length > 0) {
/** @var \DOMElement $item */
foreach ($queryResult as $item) {
$result[$item->getAttribute('name')] = $this->getGroup($item->getAttribute('name'));
}
}
return $result;
}
}
================================================
FILE: src/Migration/Reader/GroupsFactory.php
================================================
objectManager = $objectManager;
$this->config = $config;
$this->instanceName = $instanceName;
}
/**
* Create groups from file specified in config option
*
* @param string $configOption
* @return \Migration\Reader\Groups
*/
public function create($configOption)
{
$groupsFile = $this->config->getOption($configOption);
return $this->objectManager->create($this->instanceName, ['groupsFile' => $groupsFile]);
}
}
================================================
FILE: src/Migration/Reader/Map.php
================================================
validationState = $validationState;
$this->init($mapFile);
}
/**
* Init configuration
*
* @param string $mapFile
* @return $this
* @throws Exception
*/
protected function init($mapFile)
{
$this->ignoredDocuments = [];
$this->wildcards = null;
$configFile = file_exists($mapFile) ? $mapFile : $this->getRootDir() . $mapFile;
if (!is_file($configFile)) {
throw new Exception('Invalid map filename: ' . $mapFile);
}
$xml = file_get_contents($configFile);
$document = new \Magento\Framework\Config\Dom($xml, $this->validationState);
if (!$document->validate($this->getRootDir() .'etc/' . self::CONFIGURATION_SCHEMA)) {
throw new Exception('XML file is invalid.');
}
$this->xml = new \DOMXPath($document->getDom());
return $this;
}
/**
* Get Migration Tool Configuration Dir
*
* @return string
*/
protected function getRootDir()
{
return dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;
}
/**
* @inheritdoc
*/
public function isFieldIgnored($document, $field, $type)
{
$key = $document . '-' . $field . '-' . $type;
if (isset($this->ignoredFields[$key])) {
return $this->ignoredFields[$key];
}
$this->validateType($type);
$map = $this->xml->query(sprintf('//%s/field_rules/ignore/field[text()="%s.%s"]', $type, $document, $field));
$this->ignoredFields[$key] = ($map->length > 0);
return $this->ignoredFields[$key];
}
/**
* @inheritdoc
*/
public function isFieldDataTypeIgnored($document, $field, $type)
{
$key = $document . '-' . $field . '-' . $type;
if (isset($this->ignoredDataTypeFields[$key])) {
return $this->ignoredDataTypeFields[$key];
}
$this->validateType($type);
$map = $this->xml->query(sprintf('//%s/field_rules/ignore/datatype[text()="%s.%s"]', $type, $document, $field));
$this->ignoredDataTypeFields[$key] = ($map->length > 0);
return $this->ignoredDataTypeFields[$key];
}
/**
* @inheritdoc
*/
public function isDocumentIgnored($document, $type)
{
$key = $document . '-' . $type;
if (isset($this->ignoredDocuments[$key])) {
return $this->ignoredDocuments[$key];
}
$this->validateType($type);
$map = $this->xml->query(sprintf('//%s/document_rules/ignore/document[text()="%s"]', $type, $document));
$result = ($map->length > 0);
if (!$result) {
foreach ($this->getWildcards($type) as $documentWildCard) {
$regexp = '/^' . str_replace('*', '.*', $documentWildCard->nodeValue) . '/';
$result = preg_match($regexp, $document) > 0;
if ($result === true) {
break;
}
}
}
$this->ignoredDocuments[$key] = $result;
return $this->ignoredDocuments[$key];
}
/**
* Get wildcards
*
* @param string $type
* @return mixed
*/
protected function getWildcards($type)
{
if ($this->wildcards === null || !isset($this->wildcards[$type])) {
$this->wildcards[$type] = [];
$searchExpression = sprintf('//%s/document_rules/ignore/document[contains (.,"*")]', $type);
foreach ($this->xml->query($searchExpression) as $wildcard) {
$this->wildcards[$type][] = $wildcard;
}
}
return $this->wildcards[$type];
}
/**
* @inheritdoc
*/
public function isDocumentMapped($document, $type)
{
if ($this->isDocumentIgnored($document, $type)) {
return false;
}
/** @var \DOMNodeList $result */
$result = $this->xml->query(sprintf('//source/document_rules/rename/*[text()="%s"]', $document));
return $result->length > 0;
}
/**
* @inheritdoc
*/
public function isFieldMapped($document, $field, $type)
{
if ($this->isFieldIgnored($document, $field, $type)) {
return false;
}
/** @var \DOMNodeList $result */
$result = $this->xml->query(sprintf('//source/field_rules/move/*[text()="%s.%s"]', $document, $field));
return $result->length > 0;
}
/**
* @inheritdoc
*/
public function getDocumentMap($document, $type)
{
$key = $document . '-' . $type;
if (isset($this->documentsMap[$key])) {
return $this->documentsMap[$key];
}
if ($this->isDocumentIgnored($document, $type)) {
return false;
}
$result = $document;
if ($this->isDocumentMapped($document, $type)) {
$queryResult = $this->xml->query(sprintf('//source/document_rules/rename/*[text()="%s"]', $document));
if ($queryResult->length > 0) {
/** @var \DOMElement $node */
foreach ($queryResult->item(0)->parentNode->childNodes as $node) {
if ($node->nodeType == XML_ELEMENT_NODE && $node->nodeValue != $document) {
$result = $node->nodeValue;
}
}
}
}
$this->documentsMap[$key] = $result;
return $this->documentsMap[$key];
}
/**
* @inheritdoc
*/
public function getFieldMap($document, $field, $type)
{
$key = $document . '-' . $field . '-' . $type;
if (isset($this->fieldsMap[$key])) {
return $this->fieldsMap[$key];
}
if ($this->isFieldIgnored($document, $field, $type)) {
return false;
}
$documentMap = $this->getDocumentMap($document, $type);
if ($documentMap !== false) {
$result = $documentMap . '.' . $field;
} else {
throw new Exception('Document has ambiguous configuration: ' . $document);
}
if (!$this->isFieldMapped($document, $field, $type)) {
$this->fieldsMap[$key] = explode('.', $result)[1];
return $this->fieldsMap[$key];
}
$queryResult = $this->xml->query(
sprintf('//source/field_rules/move/*[text()="%s.%s"]', $document, $field)
);
if ($queryResult->length > 0) {
/** @var \DOMElement $node */
foreach ($queryResult->item(0)->parentNode->childNodes as $node) {
if ($node->nodeType == XML_ELEMENT_NODE && $node->nodeValue != $document . '.' . $field) {
$result = $node->nodeValue;
}
}
}
$this->validateFieldMap($result, $this->getOppositeType($type));
$this->fieldsMap[$key] = explode('.', $result)[1];
return $this->fieldsMap[$key];
}
/**
* @inheritdoc
*/
public function getHandlerConfigs($document, $field, $type)
{
$this->validateType($type);
$configs = [];
$nodes = $this->xml->query(
sprintf('//%s/field_rules/transform[field/text()="%s.%s"]/handler', $type, $document, $field)
);
/** @var \DOMElement $node */
foreach ($nodes as $node) {
$config = [
'class' => $node->getAttribute('class'),
'params' => [],
];
/** @var \DOMElement $param */
foreach ($node->childNodes as $param) {
if ($param->nodeType == XML_ELEMENT_NODE) {
$config['params'][$param->getAttribute('name')] = $param->getAttribute('value');
}
}
$configs[]= $config;
}
return $configs;
}
/**
* Validate type
*
* @param string $type
* @return void
* @throws Exception
*/
protected function validateType($type)
{
if (!in_array($type, [MapInterface::TYPE_SOURCE, MapInterface::TYPE_DEST])) {
throw new Exception('Unknown resource type: ' . $type);
}
}
/**
* Get Opposite Type
*
* @param string $type
* @return string
*/
protected function getOppositeType($type)
{
return $type == MapInterface::TYPE_SOURCE
? MapInterface::TYPE_DEST
: MapInterface::TYPE_SOURCE;
}
/**
* Validate Field Map
*
* @param string $value
* @param string $type
* @return bool
* @throws Exception
*/
protected function validateFieldMap($value, $type)
{
$valueParts = explode('.', $value);
if ($this->getDocumentMap($valueParts[0], $type) === false) {
throw new Exception('Document has ambiguous configuration: ' . $valueParts[0]);
}
if ($this->isFieldIgnored($valueParts[0], $valueParts[1], $type)) {
throw new Exception('Field has ambiguous configuration: ' . $value);
}
return true;
}
}
================================================
FILE: src/Migration/Reader/MapFactory.php
================================================
objectManager = $objectManager;
$this->config = $config;
$this->instanceName = $instanceName;
}
/**
* Create map from file specified in config option
*
* @param string $configOption
* @return \Migration\Reader\Map
*/
public function create($configOption)
{
$mapFile = $this->config->getOption($configOption);
return $this->objectManager->create($this->instanceName, ['mapFile' => $mapFile]);
}
}
================================================
FILE: src/Migration/Reader/MapInterface.php
================================================
config = $config;
$this->validationState = $validationState;
$this->validate();
}
/**
* Validating xml file
*
* @return $this
* @throws Exception
*/
protected function validate()
{
$mapFile = $this->config->getOption(self::MAP_FILE_OPTION);
$rootDir = dirname(dirname(dirname(__DIR__))) . DIRECTORY_SEPARATOR;
$configFile = file_exists($mapFile) ? $mapFile : $rootDir . $mapFile;
if (!is_file($configFile)) {
throw new Exception('Invalid map filename: ' . $configFile);
}
$xml = file_get_contents($configFile);
$document = new \Magento\Framework\Config\Dom($xml, $this->validationState);
if (!$document->validate($rootDir .'etc/' . self::CONFIGURATION_SCHEMA)) {
throw new Exception('XML file is invalid.');
}
$this->xml = new \DOMXPath($document->getDom());
return $this;
}
/**
* Parsing, saving and returning the list of wildcards in map file
*
* @return array
*/
protected function getWildcards()
{
if (empty($this->wildcards)) {
$searchExpression = '//key/ignore/path[contains (.,"*")]';
foreach ($this->xml->query($searchExpression) as $wildcard) {
$this->wildcards[] = $wildcard;
}
}
return $this->wildcards;
}
/**
* Check if the setting should be ignored
*
* @param string $path
* @return bool
*/
public function isNodeIgnored($path)
{
if (isset($this->ignoredNodes[$path])) {
return $this->ignoredNodes[$path];
}
$map = $this->xml->query(sprintf('//key/ignore/path[text()="%s"]', $path));
$result = ($map->length > 0);
if (!$result) {
foreach ($this->getWildcards() as $settingWildcard) {
$regexp = str_replace("/", "\\/", $settingWildcard->nodeValue);
$regexp = '/^' . str_replace('*', '.+', $regexp) . '/';
$result = preg_match($regexp, $path) > 0;
if ($result === true) {
break;
}
}
}
$this->ignoredNodes[$path] = $result;
return $this->ignoredNodes[$path];
}
/**
* Check of node is mapped
*
* @param string $path
* @return bool
*/
public function isNodeMapped($path)
{
if ($this->isNodeIgnored($path)) {
return false;
}
$map = $this->xml->query(sprintf('//key/rename/path[text()="%s"]', $path));
return $map->length > 0;
}
/**
* Getting the name of the path in the destination database
*
* @param string $path
* @return string
*/
public function getNodeMap($path)
{
if (isset($this->mappedNodes[$path])) {
return $this->mappedNodes[$path];
}
$this->mappedNodes[$path] = $path;
if ($this->isNodeMapped($path)) {
$queryResult = $this->xml->query(sprintf('//key/rename/path[text()="%s"]', $path));
if ($queryResult->length > 0) {
/** @var \DOMElement $node */
foreach ($queryResult->item(0)->parentNode->childNodes as $node) {
if (($node->nodeType == XML_ELEMENT_NODE) && ($node->nodeName == 'to')) {
$this->mappedNodes[$path] = $node->nodeValue;
break;
}
}
}
}
return $this->mappedNodes[$path];
}
/**
* Getting the value handler for given path
*
* @param string $path
* @return bool|string
*/
public function getValueHandler($path)
{
if (isset($this->nodeHandle[$path])) {
return $this->nodeHandle[$path];
}
if ($this->isNodeIgnored($path)) {
return false;
}
$this->nodeHandle[$path] = false;
$queryResult = $this->xml->query(sprintf('//value/transform/path[text()="%s"]', $path));
if ($queryResult->length > 0) {
/** @var \DOMElement $node */
foreach ($queryResult->item(0)->parentNode->childNodes as $node) {
if (($node->nodeType == XML_ELEMENT_NODE) && ($node->nodeName == 'handler')) {
$handler['class'] = $node->getAttribute('class');
$handler['params'] = [];
/** @var \DOMElement $param */
foreach ($node->childNodes as $param) {
if ($param->nodeType == XML_ELEMENT_NODE) {
$handler['params'][$param->getAttribute('name')] = $param->getAttribute('value');
}
}
$this->nodeHandle[$path] = $handler;
break;
}
}
}
return $this->nodeHandle[$path];
}
}
================================================
FILE: src/Migration/RecordTransformer.php
================================================
sourceDocument = $sourceDocument;
$this->destDocument = $destDocument;
$this->handlerManagerFactory = $handlerManagerFactory;
$this->mapReader = $mapReader;
}
/**
* Transform
*
* @param Record $from
* @param Record $to
* @return void
*/
public function transform(Record $from, Record $to)
{
$this->applyHandlers($this->sourceHandlerManager, $from, $to);
$this->copy($from, $to);
$this->applyHandlers($this->destHandlerManager, $to, $to);
}
/**
* Init
*
* @return $this
*/
public function init()
{
$this->sourceHandlerManager = $this->initHandlerManager(MapInterface::TYPE_SOURCE);
$this->destHandlerManager = $this->initHandlerManager(MapInterface::TYPE_DEST);
return $this;
}
/**
* Init handler manager
*
* @param string $type
* @return Handler\Manager
*/
protected function initHandlerManager($type = MapInterface::TYPE_SOURCE)
{
/** @var ResourceModel\Document $document */
$document = (MapInterface::TYPE_SOURCE == $type) ? $this->sourceDocument : $this->destDocument;
/** @var Handler\Manager $handlerManager */
$handlerManager = $this->handlerManagerFactory->create();
$fields = $document->getStructure()->getFields();
foreach (array_keys($fields) as $field) {
$handlerConfigs = $this->mapReader->getHandlerConfigs($document->getName(), $field, $type);
foreach ($handlerConfigs as $handlerConfig) {
$handlerKey = md5($field . $handlerConfig['class']);
$handlerManager->initHandler($field, $handlerConfig, $handlerKey);
}
}
return $handlerManager;
}
/**
* Apply handlers
*
* @param Handler\Manager $handlerManager
* @param Record $recordToHandle
* @param Record $oppositeRecord
* @return void
*/
public function applyHandlers(Handler\Manager $handlerManager, Record $recordToHandle, Record $oppositeRecord)
{
foreach ($handlerManager->getHandlers() as $handler) {
/** @var $handler AbstractHandler */
$handler->handle($recordToHandle, $oppositeRecord);
}
}
/**
* Copy
*
* @param Record $from
* @param Record $to
* @return void
*/
protected function copy(Record $from, Record $to)
{
$sourceDocumentName = $this->sourceDocument->getName();
$sourceFields = $from->getFields();
$sourceFieldsExtra = array_diff($sourceFields, $to->getFields());
$data = [];
foreach ($sourceFields as $key => $field) {
if ($this->mapReader->isFieldIgnored($sourceDocumentName, $field, MapInterface::TYPE_SOURCE)) {
continue;
}
$fieldMap = $this->mapReader->getFieldMap($sourceDocumentName, $field, MapInterface::TYPE_SOURCE);
if ($fieldMap == $field && in_array($field, $sourceFieldsExtra)) {
continue;
}
$data[$fieldMap] = $from->getValue($field);
}
foreach ($data as $key => $value) {
$to->setValue($key, $value);
}
}
}
================================================
FILE: src/Migration/ResourceModel/AbstractCollection.php
================================================
data = $data;
$this->rewind();
}
/**
* @inheritdoc
*/
public function current(): mixed
{
return $this->data[$this->position];
}
/**
* @inheritdoc
*/
public function key(): mixed
{
return $this->position;
}
/**
* @inheritdoc
*/
public function next(): void
{
$this->position++;
}
/**
* @inheritdoc
*/
public function rewind(): void
{
$this->position = 0;
}
/**
* @inheritdoc
*/
public function valid(): bool
{
return $this->key() < count($this->data);
}
/**
* @inheritdoc
*/
public function count(): int
{
return count($this->data);
}
}
================================================
FILE: src/Migration/ResourceModel/AbstractResource.php
================================================
configReader = $configReader;
$this->adapterFactory = $adapterFactory;
$this->documentFactory = $documentFactory;
$this->structureFactory = $structureFactory;
$this->documentCollection = $documentCollection;
}
/**
* Returns document object
*
* @param string $documentName
* @return \Migration\ResourceModel\Document|false
*/
public function getDocument($documentName)
{
$document = false;
try {
$structure = $this->getStructure($documentName);
if ($structure instanceof \Migration\ResourceModel\Structure) {
$document = $this->documentFactory->create(
['structure' => $structure, 'documentName' => $documentName]
);
}
} catch (\Exception $e) {
}
return $document;
}
/**
* Returns document object
*
* @param string $documentName
* @return \Migration\ResourceModel\Structure
*/
public function getStructure($documentName)
{
$data = $this->getAdapter()->getDocumentStructure($this->addDocumentPrefix($documentName));
return $this->structureFactory->create(['documentName' => $documentName, 'data' => $data]);
}
/**
* Returns document list
*
* @return array
*/
public function getDocumentList()
{
if (null !== $this->documentList) {
return $this->documentList;
}
$this->documentList = $this->getAdapter()->getDocumentList();
foreach ($this->documentList as &$documentName) {
$documentName = $this->removeDocumentPrefix($documentName);
}
return $this->documentList;
}
/**
* Returns number of records of document
*
* @param string $documentName
* @param bool $usePrefix
* @param array|bool $distinctFields
* @return int
*/
public function getRecordsCount($documentName, $usePrefix = true, $distinctFields = [])
{
$documentName = $usePrefix ? $this->addDocumentPrefix($documentName) : $documentName;
return $this->getAdapter()->getRecordsCount($documentName, $distinctFields);
}
/**
* Remove prefix from document name
*
* @param string $documentName
* @return string
*/
protected function removeDocumentPrefix($documentName)
{
$prefix = $this->getDocumentPrefix();
if (!empty($prefix) && (strpos($documentName, $prefix) === 0)) {
$documentName = substr($documentName, strlen($prefix));
}
return $documentName;
}
/**
* Add prefix for document name
*
* @param string $documentName
* @return string
*/
public function addDocumentPrefix($documentName)
{
$prefix = $this->getDocumentPrefix();
if (!empty($prefix) && (strpos($documentName, $prefix) !== 0)) {
$documentName = $prefix . $documentName;
}
return $documentName;
}
/**
* Retrieving bulk size
*
* @param string $documentName
* @return mixed
*/
public function getPageSize($documentName)
{
if (array_key_exists($documentName, $this->documentBulkSize)) {
return $this->documentBulkSize[$documentName];
}
$configValue = (int)$this->configReader->getOption('bulk_size');
if ($configValue === 0) {
$fields = $this->getDocument($documentName)->getStructure()->getFields();
$fieldsNumber = count($fields);
$iniMemoryLimit = ini_get('memory_limit');
if ($iniMemoryLimit > 0) {
$memoryLimit = $this->getBytes($iniMemoryLimit);
$pageSize = ceil($memoryLimit / (self::MEMORY_PER_FIELD * $fieldsNumber));
} else {
$pageSize = self::MAX_BULK_SIZE;
}
} else {
$pageSize = $configValue > 0 ? $configValue : self::DEFAULT_BULK_SIZE;
}
$pageSize = $pageSize > self::MAX_BULK_SIZE ? self::MAX_BULK_SIZE : $pageSize;
$this->documentBulkSize[$documentName] = $pageSize;
return $this->documentBulkSize[$documentName];
}
/**
* Get bytes
*
* @param string $iniMemoryLimit
* @return int|string
*/
protected function getBytes($iniMemoryLimit)
{
$iniMemoryLimit = trim($iniMemoryLimit);
$memoryLimit = (int) $iniMemoryLimit;
$last = strtolower(substr($iniMemoryLimit, -1));
switch ($last) {
case 'g':
$memoryLimit *= pow(1024, 3);
break;
case 'm':
$memoryLimit *= pow(1024, 2);
break;
case 'k':
$memoryLimit *= 1024;
break;
}
return $memoryLimit;
}
/**
* Return records from the document, paging is included
*
* @param string $documentName
* @param int $pageNumber
* @param int $pageSize
* @return array
*/
public function getRecords($documentName, $pageNumber, $pageSize = null)
{
$pageSize = $pageSize ?: $this->getPageSize($documentName) ;
return $this->getAdapter()->loadPage($this->addDocumentPrefix($documentName), $pageNumber, $pageSize);
}
/**
* Delete multiple records from document
*
* @param string $documentName
* @param string|array $idKeys
* @param [] $ids
* @return void
*/
public function deleteRecords($documentName, $idKeys, $ids)
{
$this->getAdapter()->deleteRecords($documentName, $idKeys, $ids);
}
/**
* Get ResourceModel Adapter
*
* @return AdapterInterface
*/
public function getAdapter()
{
if (null == $this->adapter) {
$this->adapter = $this->adapterFactory->create(['resourceType' => $this->getResourceType()]);
}
return $this->adapter;
}
/**
* Returns resource type title
*
* @return string
*/
abstract protected function getResourceType();
/**
* Returns configuration data for documents prefix
*
* @return null|string
*/
abstract protected function getDocumentPrefix();
}
================================================
FILE: src/Migration/ResourceModel/Adapter/Mysql.php
================================================
resourceAdapter = $mysqlBuilder->build($resourceType);
$this->setForeignKeyChecks(0);
$this->triggerFactory = $triggerFactory;
}
/**
* Set foreign key checks
*
* @param int $value
* @return void
*/
public function setForeignKeyChecks($value)
{
$value = (int) $value;
$this->resourceAdapter->query("SET FOREIGN_KEY_CHECKS={$value};");
}
/**
* Retrieve the foreign keys descriptions for a $documentName table
*
* @param string $documentName
* @return array
*/
public function getForeignKeys($documentName)
{
return $this->resourceAdapter->getForeignKeys($documentName);
}
/**
* @inheritdoc
*/
public function getDocumentStructure($documentName)
{
return $this->resourceAdapter->describeTable($documentName);
}
/**
* @inheritdoc
*/
public function getDocumentList()
{
return $this->resourceAdapter->listTables();
}
/**
* @inheritdoc
*/
public function getRecordsCount($documentName, $distinctFields = [])
{
$distinctFields = ($distinctFields && is_array($distinctFields))
? 'DISTINCT ' . implode(',', $distinctFields)
: '*';
$select = $this->getSelect();
$select->from($documentName, 'COUNT(' . $distinctFields . ')');
$result = $this->resourceAdapter->fetchOne($select);
return $result;
}
/**
* @inheritdoc
*/
public function loadPage(
$documentName,
$pageNumber,
$pageSize,
$identityField = null,
$identityId = null,
\Zend_Db_Expr $condition = null
) {
$select = $this->getSelect();
$select->from($documentName, '*');
if ($identityField && $identityId !== null) {
$select->where("`$identityField` >= ?", ($identityId == 0 ? $identityId : $identityId + 1));
$select->limit($pageSize);
$select->order("$identityField ASC");
} else {
$select->limit($pageSize, $pageNumber * $pageSize);
}
if ($condition) {
$select->where($condition);
}
$result = $this->resourceAdapter->fetchAll($select);
return $result;
}
/**
* @inheritdoc
*/
public function insertRecords($documentName, $records, $updateOnDuplicate = false)
{
$this->resourceAdapter->rawQuery("SET @OLD_INSERT_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'");
if ($updateOnDuplicate) {
if (is_array($updateOnDuplicate)) {
$result = $this->resourceAdapter->insertOnDuplicate($documentName, $records, $updateOnDuplicate);
} else {
$result = $this->resourceAdapter->insertOnDuplicate($documentName, $records);
}
} else if (!is_array(reset($records))) {
$result = $this->resourceAdapter->insert($documentName, $records);
} else {
$result = $this->insertMultiple($documentName, $records);
}
$this->resourceAdapter->rawQuery("SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'')");
return $result;
}
/**
* Insert multiple
*
* @param string $documentName
* @param array $records
* @return bool
*/
protected function insertMultiple($documentName, $records)
{
$bind = [];
$values = [];
$colNum = count($records[0]);
$fields = array_keys($records[0]);
foreach ($records as $record) {
foreach ($record as $value) {
$bind[] = $value;
}
$values[] = '(' . implode(',', array_fill(0, $colNum, '?')) . ')';
}
if ($values && $fields) {
$insertSql = sprintf(
'INSERT INTO %s (%s) VALUES %s',
$documentName,
sprintf('`%s`', implode('`,`', $fields)),
implode(',', $values)
);
$statement = $this->resourceAdapter->getConnection()->prepare($insertSql);
$statement->execute($bind);
}
return true;
}
/**
* @inheritdoc
*/
public function insertFromSelect(\Magento\Framework\DB\Select $select, $table, array $fields = [], $mode = false)
{
$this->resourceAdapter->rawQuery("SET @OLD_INSERT_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO'");
$query = $this->resourceAdapter->insertFromSelect($select, $table, $fields, $mode);
$this->resourceAdapter->query($query);
$this->resourceAdapter->rawQuery("SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'')");
}
/**
* @inheritdoc
*/
public function deleteAllRecords($documentName)
{
$this->resourceAdapter->truncateTable($documentName);
}
/**
* @inheritdoc
*/
public function deleteRecords($documentName, $idKeys, $items)
{
if (is_string($idKeys)) {
$items = implode("','", $items);
$this->resourceAdapter->delete($documentName, "$idKeys IN ('$items')");
} else if (count($idKeys) == 1 && is_array($items)) {
$idKey = array_shift($idKeys);
$items = array_column($items, $idKey);
$items = implode("','", $items);
$this->resourceAdapter->delete($documentName, "$idKey IN ('$items')");
} else if (is_array($idKeys) && is_array($items)) {
foreach ($items as $item) {
$andFields = [];
foreach ($idKeys as $idKey) {
$andFields[] = "$idKey = $item[$idKey]";
}
$this->resourceAdapter->delete($documentName, implode(' AND ', $andFields));
}
}
}
/**
* Delete processed records
*
* @param string $documentName
* @return void
*/
public function deleteProcessedRecords($documentName)
{
$this->resourceAdapter->delete($documentName, "`processed` = 1");
}
/**
* @inheritdoc
*/
public function loadChangedRecords(
$documentName,
$deltaLogName,
$idKeys,
$pageNumber,
$pageSize,
$getProcessed = false
) {
$andFields = [];
foreach ($idKeys as $idKey) {
$andFields[] = "$documentName.$idKey = $deltaLogName.$idKey";
}
$select = $this->getSelect();
$select->from($deltaLogName, [])
->join($documentName, implode(' AND ', $andFields), '*')
->where("`operation` in ('INSERT', 'UPDATE')")
->limit($pageSize, $pageNumber * $pageSize);
if (!$getProcessed) {
$select->where("`processed` != 1");
}
$result = $this->resourceAdapter->fetchAll($select);
return $result;
}
/**
* @inheritdoc
*/
public function loadDeletedRecords($deltaLogName, $idKeys, $pageNumber, $pageSize, $getProcessed = false)
{
$select = $this->getSelect();
$select->from($deltaLogName, $idKeys)
->where("`operation` = 'DELETE'")
->limit($pageSize, $pageNumber * $pageSize);
if (!$getProcessed) {
$select->where("`processed` != 1");
}
return $this->resourceAdapter->fetchAll($select);
}
/**
* Load data from DB Select
*
* @param \Magento\Framework\DB\Select $select
* @return array
*/
public function loadDataFromSelect($select)
{
return $this->resourceAdapter->fetchAll($select);
}
/**
* Get DB Select
*
* @return \Magento\Framework\DB\Select
*/
public function getSelect()
{
return $this->resourceAdapter->select();
}
/**
* Get table ddl copy
*
* @param string $table
* @param string $newTableName
* @return Table
*/
public function getTableDdlCopy($table, $newTableName)
{
return $this->resourceAdapter->createTableByDdl($table, $newTableName);
}
/**
* Create table by ddl
*
* @param Table $tableDdl
* @return void
*/
public function createTableByDdl($tableDdl)
{
$this->resourceAdapter->dropTable($tableDdl->getName());
$this->resourceAdapter->createTable($tableDdl);
$this->resourceAdapter->resetDdlCache($tableDdl->getName());
}
/**
* Updates document rows with specified data based on a WHERE clause
*
* @param mixed $document
* @param array $bind
* @param mixed $where
* @return int
*/
public function updateDocument($document, array $bind, $where = '')
{
return $this->resourceAdapter->update($document, $bind, $where);
}
/**
* @inheritdoc
*/
public function updateChangedRecords($document, $data, $updateOnDuplicate = false)
{
if (is_array($updateOnDuplicate) && !empty($updateOnDuplicate)) {
$result = $this->resourceAdapter->insertOnDuplicate($document, $data, $updateOnDuplicate);
} else {
$result = $this->resourceAdapter->insertOnDuplicate($document, $data);
}
return $result;
}
/**
* @inheritdoc
*/
public function backupDocument($documentName)
{
$backupTableName = self::BACKUP_DOCUMENT_PREFIX . $documentName;
$tableCopy = $this->getTableDdlCopy($documentName, $backupTableName);
if (!$this->resourceAdapter->isTableExists($backupTableName)) {
$this->createTableByDdl($tableCopy);
$select = $this->getSelect()->from($documentName);
$query = $this->resourceAdapter->insertFromSelect($select, $tableCopy->getName());
$this->resourceAdapter->query($query);
}
}
/**
* @inheritdoc
*/
public function rollbackDocument($documentName)
{
$backupTableName = self::BACKUP_DOCUMENT_PREFIX . $documentName;
if ($this->resourceAdapter->isTableExists($backupTableName)) {
$this->resourceAdapter->truncateTable($documentName);
$select = $this->getSelect()->from($backupTableName);
$query = $this->resourceAdapter->insertFromSelect($select, $documentName);
$this->resourceAdapter->query($query);
$this->resourceAdapter->dropTable($backupTableName);
}
}
/**
* @inheritdoc
*/
public function deleteBackup($documentName)
{
$backupTableName = self::BACKUP_DOCUMENT_PREFIX . $documentName;
if ($this->resourceAdapter->isTableExists($backupTableName)) {
$this->resourceAdapter->dropTable($backupTableName);
}
}
/**
* Create delta for specified table
*
* @param string $documentName
* @param string $deltaLogName
* @param array $idKeys
* @return boolean
*/
public function createDelta($documentName, $deltaLogName, $idKeys)
{
$deltaCreated = true;
if (!$this->resourceAdapter->isTableExists($deltaLogName)) {
$triggerTable = $this->resourceAdapter->newTable($deltaLogName);
foreach ($idKeys as $idKey) {
$triggerTable->addColumn(
$idKey,
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
null,
['nullable' => false, 'primary' => true]
);
}
$triggerTable->addColumn(
'operation',
\Magento\Framework\DB\Ddl\Table::TYPE_TEXT
)->addColumn(
'processed',
\Magento\Framework\DB\Ddl\Table::TYPE_BOOLEAN,
null,
['nullable' => false, 'default' => 0]
);
$this->resourceAdapter->createTable($triggerTable);
$deltaCreated = $this->resourceAdapter->isTableExists($deltaLogName);
} else {
$this->deleteAllRecords($deltaLogName);
}
foreach (Trigger::getListOfEvents() as $event) {
$triggerName = $this->resourceAdapter->getTableName(
'trg_' . $documentName . '_after_' . strtolower($event)
);
$statement = $this->buildStatement($event, $idKeys, $deltaLogName);
$trigger = $this->triggerFactory->create()
->setTime(Trigger::TIME_AFTER)
->setEvent($event)
->setTable($documentName);
$triggerKey = $documentName . $event . Trigger::TIME_AFTER;
$triggerExists = $this->isTriggerExist($triggerKey);
if ($triggerExists) {
$triggerName = $this->triggers[$triggerKey]['trigger_name'];
$oldTriggerStatement = $this->triggers[$triggerKey]['action_statement'];
if (strpos($oldTriggerStatement, $statement) !== false) {
unset($trigger);
continue;
}
$trigger->addStatement($oldTriggerStatement);
$this->resourceAdapter->dropTrigger($triggerName);
}
$trigger->addStatement($statement)->setName($triggerName);
$this->resourceAdapter->createTrigger($trigger);
if (!$triggerExists) {
$this->triggers[$triggerKey] = 1;
}
unset($trigger);
}
return $deltaCreated;
}
/**
* Build statement
*
* @param string $event
* @param array $idKeys
* @param string $triggerTableName
* @return string
*/
protected function buildStatement($event, $idKeys, $triggerTableName)
{
$idKeysCol = '';
$idKeysValue = '';
$entityTime = ($event == Trigger::EVENT_DELETE) ? 'OLD' : 'NEW';
foreach ($idKeys as $idKey) {
$idKeysCol .= "`$idKey`,";
$idKeysValue .= "$entityTime.$idKey,";
}
return "INSERT INTO $triggerTableName ($idKeysCol `operation`) VALUES ($idKeysValue '$event')"
. "ON DUPLICATE KEY UPDATE operation = '$event'";
}
/**
* Is trigger exist
*
* @param string $triggerKey
* @return bool
*/
protected function isTriggerExist($triggerKey)
{
if (empty($this->triggers)) {
$this->loadTriggers();
}
if (isset($this->triggers[$triggerKey])) {
return true;
}
return false;
}
/**
* Get all database triggers
*
* @return void
*/
protected function loadTriggers()
{
$schema = $this->getSchemaName();
if ($schema) {
$sqlFilter = $this->resourceAdapter->quoteIdentifier('TRIGGER_SCHEMA')
. ' = ' . $this->resourceAdapter->quote($schema);
} else {
$sqlFilter = $this->resourceAdapter->quoteIdentifier('TRIGGER_SCHEMA')
. ' != ' . $this->resourceAdapter->quote('INFORMATION_SCHEMA');
}
$select = $this->getSelect()
->from(new \Zend_Db_Expr($this->resourceAdapter->quoteIdentifier(['INFORMATION_SCHEMA', 'TRIGGERS'])))
->where($sqlFilter);
$results = $this->resourceAdapter->query($select);
$data = [];
foreach ($results as $row) {
$row = array_change_key_case($row, CASE_LOWER);
$row['action_statement'] = $this->convertStatement($row['action_statement']);
$key = $row['event_object_table'] . $row['event_manipulation'] . $row['action_timing'];
$data[$key] = $row;
}
$this->triggers = $data;
}
/**
* Convert statement
*
* @param string $row
* @return mixed
*/
protected function convertStatement($row)
{
$regex = '/(BEGIN)([\s\S]*?)(END.?)/';
return preg_replace($regex, '$2', $row);
}
/**
* Returns current schema name
*
* @return string
*/
protected function getCurrentSchema()
{
return $this->resourceAdapter->fetchOne('SELECT SCHEMA()');
}
/**
* Returns schema name
*
* @return string
*/
protected function getSchemaName()
{
if (!$this->schemaName) {
$this->schemaName = $this->getCurrentSchema();
}
return $this->schemaName;
}
}
================================================
FILE: src/Migration/ResourceModel/Adapter/Pdo/MysqlBuilder.php
================================================
objectManager = $objectManager;
$this->config = $config;
$this->instanceName = $instanceName;
}
/**
* Create class instance with specified parameters
*
* @param string $resourceType
* @return PdoMysql
*/
public function build($resourceType)
{
$instance = $this->objectManager->create(
$this->instanceName,
[
'config' => $this->getConfig($resourceType),
'selectFactory' => $this->getSelectFactory()
]
);
$instance->disallowDdlCache();
$this->runInitStatements($instance, $resourceType);
return $instance;
}
/**
* Returns well-formed configuration array of $resourceType resource for @see PdoMysql
*
* @param string $resourceType
* @return array
*/
private function getConfig($resourceType)
{
$resource = $this->config->getResourceConfig($resourceType);
$resource = $resource[$resource['type']];
$config['host'] = $resource['host'];
$config['dbname'] = $resource['name'];
$config['username'] = $resource['user'];
$config['password'] = !empty($resource['password']) ? $resource['password'] : '';
if (!empty($resource['port'])) {
$config['host'] = $config['host'] . ':' . $resource['port'];
}
if (isset($resource['ssl_key'])) {
$config['driver_options'][\PDO::MYSQL_ATTR_SSL_KEY] = $resource['ssl_key'];
}
if(isset($resource['ssl_cert'])){
$config['driver_options'][\PDO::MYSQL_ATTR_SSL_CERT] = $resource['ssl_cert'];
}
if(isset($resource['ssl_ca'])){
$config['driver_options'][\PDO::MYSQL_ATTR_SSL_CA] = $resource['ssl_ca'];
}
return $config;
}
/**
* Run init SQL statements
*
* @param \Magento\Framework\DB\Adapter\Pdo\Mysql $instance
* @param string $resourceType
* @return void
*/
private function runInitStatements(PdoMysql $instance, $resourceType)
{
$initStatements = $this->config->getOption('init_statements_' . $resourceType);
foreach (explode(';', $initStatements) as $initStatement) {
if (!empty($initStatement)) {
$instance->query($initStatement);
}
}
}
/**
* Get select factory
*
* @return SelectFactory
*/
private function getSelectFactory()
{
$parts = [];
$editionMigrate = $this->config->getOption('edition_migrate');
$commerce = [Config::EDITION_MIGRATE_OPENSOURCE_TO_COMMERCE, Config::EDITION_MIGRATE_COMMERCE_TO_COMMERCE];
if (in_array($editionMigrate, $commerce)) {
$parts['disable_staging_preview'] = true;
}
return $this->objectManager->create(\Magento\Framework\DB\SelectFactory::class, ['parts' => $parts]);
}
}
================================================
FILE: src/Migration/ResourceModel/AdapterFactory.php
================================================
objectManager = $objectManager;
$this->configReader = $configReader;
}
/**
* Create class instance with specified parameters
*
* @param array $data
* @return AdapterInterface
*/
public function create(array $data = [])
{
$classNameInConfig = $this->configReader->getOption('resource_adapter_class_name');
$className = !empty($classNameInConfig) ? $classNameInConfig : $this->defaultClassName;
return $this->objectManager->create($className, $data);
}
}
================================================
FILE: src/Migration/ResourceModel/AdapterInterface.php
================================================
'options'
* ]
*
* @param string $documentName
* @return array
*/
public function getDocumentStructure($documentName);
/**
* Returns number of records of document
*
* @param string $documentName
* @param array|bool $distinctFields
* @return int
*/
public function getRecordsCount($documentName, $distinctFields = []);
/**
* Load Page
*
* @param string $documentName
* @param int $pageNumber
* @param int $pageSize
* @param string $identityField
* @param int $identityId
* @param \Zend_Db_Expr $condition
* @return array
*/
public function loadPage(
$documentName,
$pageNumber,
$pageSize,
$identityField = null,
$identityId = null,
\Zend_Db_Expr $condition = null
);
/**
* Insert records into document
*
* @param string $documentName
* @param array $records
* @param bool|array $updateOnDuplicate
* @return int
*/
public function insertRecords($documentName, $records, $updateOnDuplicate = false);
/**
* Delete all record from the document
*
* @param string $documentName
* @return void
*/
public function deleteAllRecords($documentName);
/**
* Delete records
*
* @param string $documentName
* @param string|array $idKeys
* @param array $items
* @return void
*/
public function deleteRecords($documentName, $idKeys, $items);
/**
* Load page with changed records from the document
*
* @param string $documentName
* @param string $deltaLogName
* @param array $idKeys
* @param int $pageNumber
* @param int $pageSize
* @param bool|false $getProcessed
* @return array
*/
public function loadChangedRecords(
$documentName,
$deltaLogName,
$idKeys,
$pageNumber,
$pageSize,
$getProcessed = false
);
/**
* Load page with changed records from the document
*
* @param string $deltaLogName
* @param array $idKeys
* @param int $pageNumber
* @param int $pageSize
* @param bool|false $getProcessed
* @return array
*/
public function loadDeletedRecords($deltaLogName, $idKeys, $pageNumber, $pageSize, $getProcessed = false);
/**
* Updates document records with specified data or insert if this is a new record
*
* @param mixed $document
* @param array $data
* @param bool|array $updateOnDuplicate
* @return int
*/
public function updateChangedRecords($document, $data, $updateOnDuplicate = false);
/**
* Backup document
*
* @param string $documentName
* @return void
*/
public function backupDocument($documentName);
/**
* Rollback document
*
* @param string $documentName
* @return void
*/
public function rollbackDocument($documentName);
/**
* Delete document backup
*
* @param string $documentName
* @return void
*/
public function deleteBackup($documentName);
/**
* Create delta for specified tables
*
* @param string $documentName
* @param string $deltaLogName
* @param string $idKey
* @return boolean
*/
public function createDelta($documentName, $deltaLogName, $idKey);
/**
* IInsert from select
*
* @param \Magento\Framework\DB\Select $select
* @param string $table
* @param array $fields
* @param bool|false $mode
* @return mixed
*/
public function insertFromSelect(\Magento\Framework\DB\Select $select, $table, array $fields = [], $mode = false);
}
================================================
FILE: src/Migration/ResourceModel/Destination.php
================================================
getPageSize($documentName);
$i = 0;
$data = [];
$documentName = $this->addDocumentPrefix($documentName);
/** @var \Migration\ResourceModel\Record|array $row */
foreach ($records as $row) {
$i++;
if ($row instanceof \Migration\ResourceModel\Record) {
$data[] = $row->getData();
} else {
$data[] = $row;
}
if ($i == $pageSize) {
$this->getAdapter()->insertRecords($documentName, $data, $updateOnDuplicate);
$data = [];
$i = 0;
}
}
if ($i > 0) {
$this->getAdapter()->insertRecords($documentName, $data, $updateOnDuplicate);
}
return $this;
}
/**
* Clear document
*
* @param string $documentName
* @return void
*/
public function clearDocument($documentName)
{
$this->getAdapter()->deleteAllRecords($this->addDocumentPrefix($documentName));
}
/**
* @inheritdoc
*/
protected function getDocumentPrefix()
{
if (null === $this->documentPrefix) {
$this->documentPrefix = $this->configReader->getOption(self::CONFIG_DOCUMENT_PREFIX);
}
return $this->documentPrefix;
}
/**
* Backup document
*
* @param string $documentName
* @return void
*/
public function backupDocument($documentName)
{
$this->getAdapter()->backupDocument($this->addDocumentPrefix($documentName));
}
/**
* Rollback document
*
* @param string $documentName
* @return void
*/
public function rollbackDocument($documentName)
{
$this->getAdapter()->rollbackDocument($this->addDocumentPrefix($documentName));
}
/**
* Delete document backup
*
* @param string $documentName
* @return void
*/
public function deleteDocumentBackup($documentName)
{
$this->getAdapter()->deleteBackup($this->addDocumentPrefix($documentName));
}
/**
* Update changed records
*
* @param string $documentName
* @param \Migration\ResourceModel\Record\Collection $records
* @param array|bool $updateOnDuplicate
* @return void
*/
public function updateChangedRecords($documentName, $records, $updateOnDuplicate = false)
{
$documentName = $this->addDocumentPrefix($documentName);
$data = [];
/** @var \Migration\ResourceModel\Record $row */
foreach ($records as $row) {
$data[] = $row->getData();
}
if (!empty($data)) {
$this->getAdapter()->updateChangedRecords(
$this->addDocumentPrefix($documentName),
$data,
$updateOnDuplicate
);
}
}
/**
* @inheritdoc
*/
public function getResourceType()
{
return Config::RESOURCE_TYPE_DESTINATION;
}
}
================================================
FILE: src/Migration/ResourceModel/Document/Collection.php
================================================
data as $document) {
if ($document->getName() == $documentName) {
return $document;
}
}
return null;
}
/**
* Add Document to collection
*
* @param \Migration\ResourceModel\Document $document
* @return $this
*/
public function addDocument($document)
{
$this->data[] = $document;
return $this;
}
}
================================================
FILE: src/Migration/ResourceModel/Document.php
================================================
recordCollectionFactory = $recordCollectionFactory;
$this->structure = $structure;
$this->documentName = $documentName;
}
/**
* Get records
*
* @return Record\Collection
*/
public function getRecords()
{
return $this->recordCollectionFactory->create([
'structure' => $this->structure,
'documentName' => $this->getName(),
]);
}
/**
* Get Document name
*
* @return string
*/
public function getName()
{
return $this->documentName;
}
/**
* Get document Structure
*
* @return \Migration\ResourceModel\Structure
*/
public function getStructure()
{
return $this->structure;
}
}
================================================
FILE: src/Migration/ResourceModel/Record/Collection.php
================================================
structure = $structure;
parent::__construct($data);
}
/**
* Set structure
*
* @return \Migration\ResourceModel\Structure
*/
public function getStructure()
{
return $this->structure;
}
/**
* Add Record to collection
*
* @param \Migration\ResourceModel\Record $record
* @return $this
* @throws Exception
*/
public function addRecord($record)
{
if (!$record->getStructure()) {
$record->setStructure($this->structure);
}
if (!$record->validateStructure($this->structure)) {
throw new Exception("Record structure does not equal Collection structure");
}
$this->data[] = $record;
return $this;
}
/**
* Get column data
*
* @param string $columnName
* @return array
* @throws Exception
*/
public function getValue($columnName)
{
if ($this->structure && !$this->structure->hasField($columnName)) {
throw new Exception("Collection Structure does not contain field $columnName");
}
$result = [];
foreach ($this->data as $item) {
$result[] = $item->getValue($columnName);
}
return $result;
}
/**
* Set column data
*
* @param string $columnName
* @param mixed $value
* @return $this
* @throws Exception
*/
public function setValue($columnName, $value)
{
if ($this->structure && !$this->structure->hasField($columnName)) {
throw new Exception("Collection Structure does not contain field $columnName");
}
foreach ($this->data as $item) {
$item->setValue($columnName, $value);
}
return $this;
}
}
================================================
FILE: src/Migration/ResourceModel/Record.php
================================================
data = $data;
if ($document !== null) {
$this->setStructure($document->getStructure());
$this->setDocument($document);
}
}
/**
* Get structure
*
* @return Structure
*/
public function getStructure()
{
return $this->structure;
}
/**
* Set structure
*
* @param Structure $structure
* @return void
*/
public function setStructure($structure)
{
$this->structure = $structure;
}
/**
* Set document
*
* @param Document $document
* @return void
*/
public function setDocument(Document $document)
{
$this->document = $document;
}
/**
* Get document
*
* @return Document
*/
public function getDocument()
{
return $this->document;
}
/**
* Validate structure
*
* @param Structure $structure
* @return bool
*/
public function validateStructure($structure = null)
{
if (!$structure) {
$structure = $this->structure;
}
if (!$structure) {
return false;
}
if (!$structure->getFields()) {
return true;
}
return count(array_diff_key($this->data, $structure->getFields())) == 0;
}
/**
* Get column value
*
* @param string $columnName
* @return mixed
*/
public function getValue($columnName)
{
return isset($this->data[$columnName]) ? $this->data[$columnName] : null;
}
/**
* Get column default value
*
* @param string $columnName
* @return mixed
* @throws Exception
*/
public function getValueDefault($columnName)
{
if ($this->structure && !$this->structure->hasField($columnName)) {
throw new Exception(
"Record structure does not contain field $columnName on {$this->getDocument()->getName()}"
);
}
$fields = $this->structure->getFields();
if ($fields[$columnName]['DEFAULT'] === null && $fields[$columnName]['NULLABLE'] === false) {
return '';
}
return $fields[$columnName]['DEFAULT'];
}
/**
* Set column value
*
* @param string $columnName
* @param mixed $value
* @return $this
* @throws Exception
*/
public function setValue($columnName, $value)
{
if ($this->structure && !$this->structure->hasField($columnName)) {
throw new Exception(
"Record structure does not contain field $columnName on {$this->getDocument()->getName()}"
);
}
$this->data[$columnName] = $value;
return $this;
}
/**
* Set record data
*
* @param array $data
* @return $this
* @throws Exception
*/
public function setData($data)
{
$this->data = $data;
if ($this->structure && !$this->validateStructure()) {
throw new Exception("Record structure does not match provided Data");
}
return $this;
}
/**
* Get record data
*
* @return array
*/
public function getData()
{
return $this->data;
}
/**
* Get record default data
*
* @return array
*/
public function getDataDefault()
{
$fields = [];
foreach ($this->structure->getFields() as $code => $structure) {
if ($structure['DEFAULT'] === null && $structure['NULLABLE'] === false) {
$fields[$code] = '';
} else {
$fields[$code] = $structure['DEFAULT'];
}
}
return $fields;
}
/**
* Get fields
*
* @return array
* @throws Exception
*/
public function getFields()
{
if (empty($this->getStructure())) {
throw new Exception("Structure not set");
}
return array_keys($this->structure->getFields());
}
}
================================================
FILE: src/Migration/ResourceModel/Source.php
================================================
documentPrefix) {
$this->documentPrefix = $this->configReader->getOption(self::CONFIG_DOCUMENT_PREFIX);
}
return $this->documentPrefix;
}
/**
* Load page
*
* @param string $documentName
* @param int $pageNumber
* @return array
*/
public function loadPage($documentName, $pageNumber)
{
return $this->getAdapter()->loadPage($documentName, $pageNumber, $this->getPageSize($documentName));
}
/**
* Return records from the document, paging is included
*
* @param string $documentName
* @param int $pageNumber
* @param int $pageSize
* @param \Zend_Db_Expr $condition
* @return array
*/
public function getRecords($documentName, $pageNumber, $pageSize = null, \Zend_Db_Expr $condition = null)
{
$pageSize = $pageSize ?: $this->getPageSize($documentName) ;
$identityField = $this->getIdentityField($documentName);
$identityId = null;
if ($identityField) {
if (!isset($this->lastLoadedIdentityId[$documentName]) && $pageNumber == 0) {
$identityId = 0;
}
if (isset($this->lastLoadedIdentityId[$documentName])) {
$identityId = $this->lastLoadedIdentityId[$documentName];
if ($identityId == 0) {
$this->lastLoadedIdentityId[$documentName] = ++$identityId;
}
}
}
$records = $this->getAdapter()->loadPage(
$this->addDocumentPrefix($documentName),
$pageNumber,
$pageSize,
$identityField,
$identityId,
$condition
);
return $records;
}
/**
* Set last loaded record
*
* @param string $documentName
* @param array $record
* @return void
*/
public function setLastLoadedRecord($documentName, array $record)
{
$identityField = $this->getIdentityField($documentName);
if ($identityField && isset($record[$identityField])) {
$this->lastLoadedIdentityId[$documentName] = $record[$identityField];
} elseif (empty($record)) {
unset($this->lastLoadedIdentityId[$documentName]);
}
}
/**
* Get identity field
*
* @param string $documentName
* @return mixed
*/
protected function getIdentityField($documentName)
{
if (array_key_exists($documentName, $this->documentIdentity)) {
return $this->documentIdentity[$documentName];
}
$this->documentIdentity[$documentName] = null;
foreach ($this->getDocument($documentName)->getStructure()->getFields() as $params) {
if ($params['PRIMARY'] && $params['IDENTITY']) {
$this->documentIdentity[$documentName] = $params['COLUMN_NAME'];
}
}
return $this->documentIdentity[$documentName];
}
/**
* Create delta for specified table
*
* @param string $documentName
* @param string $idKey
* @return boolean
*/
public function createDelta($documentName, $idKey)
{
$result = $this->getAdapter()->createDelta(
$this->addDocumentPrefix($documentName),
$this->addDocumentPrefix($this->getDeltaLogName($documentName)),
$idKey
);
return $result;
}
/**
* Get changed records for document
*
* @param string $documentName
* @param array $idKeys
* @param int $pageNumber
* @param bool|false $getProcessed
* @return array
*/
public function getChangedRecords($documentName, $idKeys, $pageNumber = 0, $getProcessed = false)
{
return $this->getAdapter()->loadChangedRecords(
$this->addDocumentPrefix($documentName),
$this->addDocumentPrefix($this->getDeltaLogName($documentName)),
$idKeys,
$pageNumber,
$this->getPageSize($documentName),
$getProcessed
);
}
/**
* Get deleted records for document
*
* @param string $documentName
* @param array $idKeys
* @param int $pageNumber
* @param bool|false $getProcessed
* @return array
*/
public function getDeletedRecords($documentName, $idKeys, $pageNumber = 0, $getProcessed = false)
{
return $this->getAdapter()->loadDeletedRecords(
$this->addDocumentPrefix($this->getDeltaLogName($documentName)),
$idKeys,
$pageNumber,
$this->getPageSize($documentName),
$getProcessed
);
}
/**
* Get delta log name
*
* @param string $documentName
* @return string
*/
public function getDeltaLogName($documentName)
{
$maximumNameLength = 64;
$documentName = 'm2_cl_' . $documentName;
if (strlen($documentName) > $maximumNameLength) {
$documentName = substr($documentName, 0, $maximumNameLength);
}
return $documentName;
}
/**
* @inheritdoc
*/
public function getResourceType()
{
return Config::RESOURCE_TYPE_SOURCE;
}
}
================================================
FILE: src/Migration/ResourceModel/Structure/Collection.php
================================================
structureDocuments = array_flip(array_keys($data));
$this->data = array_values($data);
$this->rewind();
}
/**
* Get Structure from collection
*
* @param string $documentName
* @return \Migration\ResourceModel\Structure|null
*/
public function getStructure($documentName)
{
if (isset($this->structureDocuments[$documentName])) {
return $this->data[$this->structureDocuments[$documentName]];
}
return null;
}
/**
* Add Structure to collection
*
* @param string $documentName
* @param \Migration\ResourceModel\Structure $structure
* @return $this
*/
public function addStructure($documentName, $structure)
{
$position = count($this->data);
$this->data[] = $structure;
$this->structureDocuments[$documentName] = $position;
return $this;
}
}
================================================
FILE: src/Migration/ResourceModel/Structure.php
================================================
data = $data;
}
/**
* Check field exists in Structure
*
* @param string $name
* @return bool
*/
public function hasField($name)
{
return isset($this->data[$name]);
}
/**
* Get Structure field
*
* @return array
*/
public function getFields()
{
return $this->data;
}
}
================================================
FILE: src/Migration/Step/ConfigurablePrices/Data.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->destination = $destination;
$this->progress = $progress;
$this->recordFactory = $recordFactory;
$this->logger = $logger;
$this->helper = $helper;
$this->editionMigrate = $config->getOption('edition_migrate');
}
/**
* @inheritdoc
*/
public function perform()
{
$this->helper->init();
$this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);
$document = $this->helper->getDocumentList();
$sourceDocumentName = $document['source'];
$destinationDocumentName = $document['destination'];
$destinationDocument = $this->destination->getDocument($destinationDocumentName);
$pageNumber = 0;
$this->logger->debug('migrating', ['table' => $sourceDocumentName]);
$this->progress->start($this->source->getRecordsCount($sourceDocumentName), LogManager::LOG_LEVEL_DEBUG);
/** @var \Magento\Framework\DB\Select $select */
$select = $this->helper->getConfigurablePrice();
while (!empty($bulk = $this->getRecords($sourceDocumentName, $select, $pageNumber))) {
$pageNumber++;
$destinationCollection = $destinationDocument->getRecords();
foreach ($bulk as $recordData) {
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
$this->progress->advance(LogManager::LOG_LEVEL_DEBUG);
/** @var Record $destinationRecord */
$destinationRecord = $this->recordFactory->create(
['document' => $destinationDocument, 'data' => $recordData]
);
$destinationCollection->addRecord($destinationRecord);
}
$this->destination->saveRecords($destinationDocumentName, $destinationCollection, true);
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Get iterations count
*
* @return int
*/
protected function getIterationsCount()
{
$iterations = 0;
$document = $this->helper->getDocumentList();
$iterations += $this->source->getRecordsCount($document['source']);
return $iterations;
}
/**
* Get records
*
* @param string $sourceDocumentName
* @param \Magento\Framework\DB\Select $select
* @param int $pageNumber
* @return array
*/
protected function getRecords($sourceDocumentName, \Magento\Framework\DB\Select $select, $pageNumber)
{
$select->limit(
$this->source->getPageSize($sourceDocumentName),
$pageNumber * $this->source->getPageSize($sourceDocumentName)
);
return $this->sourceAdapter->loadDataFromSelect($select);
}
}
================================================
FILE: src/Migration/Step/ConfigurablePrices/Delta.php
================================================
helper = $helper;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* Perform
*
* @return bool
* @throws \Migration\Exception
*/
public function perform()
{
$sourceDocuments = array_flip($this->source->getDocumentList());
foreach ($this->deltaDocuments as $documentName => $idKeys) {
$idKeys = explode(',', $idKeys);
if ($documentName != $this->sourceDocumentName || !$this->source->getDocument($documentName)) {
continue;
}
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
if (!isset($sourceDocuments[$documentNameDelta])) {
throw new \Migration\Exception(sprintf('Deltalog for %s is not installed', $documentName));
}
if ($this->source->getRecordsCount($documentNameDelta) == 0) {
continue;
}
$this->logger->debug(sprintf('%s has changes', $documentName));
while (!empty($items = $this->source->getDeletedRecords($documentName, $idKeys))) {
$this->markRecordsProcessed($documentNameDelta, $idKeys, $items);
}
$items = $this->source->getChangedRecords($documentName, $idKeys);
if (empty($items)) {
return true;
}
echo PHP_EOL;
do {
$changedEntityIds = $this->getProductIds(array_column($items, 'product_super_attribute_id'));
/** @var \Magento\Framework\DB\Select $select */
$select = $this->helper->getConfigurablePrice($changedEntityIds);
$data = $this->source->getAdapter()->loadDataFromSelect($select);
$this->destination->saveRecords(
$this->source->addDocumentPrefix($this->destinationDocumentName),
$data,
true
);
$this->markRecordsProcessed($documentNameDelta, $idKeys, $items);
} while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys)));
}
return true;
}
/**
* Get product ids
*
* @param $productSuperAttributeIds
* @return array
*/
private function getProductIds($productSuperAttributeIds)
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from(
['cpsa' => $this->source->addDocumentPrefix('catalog_product_super_attribute')],
['product_id']
)->where('cpsa.product_super_attribute_id IN (?)', $productSuperAttributeIds);
return array_unique($select->getAdapter()->fetchCol($select));
}
}
================================================
FILE: src/Migration/Step/ConfigurablePrices/Helper.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->destination = $destination;
$this->editionMigrate = $config->getOption('edition_migrate');
$this->moduleList = $moduleList;
}
/**
* Get source fields
*
* @return array
*/
public function getSourceFields()
{
return [
'website_id' => 'catalog_product_super_attribute_pricing',
'pricing_value' => 'catalog_product_super_attribute_pricing',
'product_id' => 'catalog_product_super_link',
'attribute_id' => 'catalog_product_super_attribute'
];
}
/**
* Get destination fields
*
* @return array
*/
public function getDestinationFields()
{
$entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
|| $this->moduleList->has('Magento_CatalogStaging') === false
? 'entity_id'
: 'row_id';
return [
'store_id' => 'catalog_product_entity_decimal',
'value' => 'catalog_product_entity_decimal',
$entityIdName => 'catalog_product_entity_decimal',
'attribute_id' => 'catalog_product_entity_decimal'
];
}
/**
* Get document list
*
* @return array
*/
public function getDocumentList()
{
return [
'source' => 'catalog_product_super_attribute_pricing',
'destination' => 'catalog_product_entity_decimal'
];
}
/**
* Init
*
* @return void
*/
public function init()
{
if (!$this->getDestinationRecordsCount()) {
$this->destinationRecordsCount = $this->destination->getRecordsCount(
$this->getDocumentList()['destination']
);
}
}
/**
* Get destination records count
*
* @return array
*/
public function getDestinationRecordsCount()
{
return $this->destinationRecordsCount;
}
/**
* Get configurable price
*
* @param array $entityIds
* @return \Magento\Framework\DB\Select
*/
public function getConfigurablePrice(array $entityIds = [])
{
$entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
|| $this->moduleList->has('Magento_CatalogStaging') === false
? 'entity_id'
: 'row_id';
$priceAttributeId = $this->getPriceAttributeId();
$entityIds = $entityIds ?: new \Zend_Db_Expr(
'select product_id from ' . $this->source->addDocumentPrefix('catalog_product_super_attribute')
);
$priceExpr = new \Zend_Db_Expr(
'IF(sup_ap.is_percent = 1, TRUNCATE(mt.value + (mt.value * sup_ap.pricing_value/100), 4), ' .
' mt.value + SUM(sup_ap.pricing_value))'
);
$fields = [
'value' => $priceExpr,
'attribute_id' => new \Zend_Db_Expr($priceAttributeId)
];
/** @var \Magento\Framework\DB\Select $select */
$select = $this->sourceAdapter->getSelect();
$select->from(['mt' => $this->source->addDocumentPrefix('catalog_product_entity_decimal')], $fields)
->joinLeft(
['sup_a' => $this->source->addDocumentPrefix('catalog_product_super_attribute')],
'mt.entity_id = product_id',
[]
)
->joinInner(
['sup_ap' => $this->source->addDocumentPrefix('catalog_product_super_attribute_pricing')],
'sup_ap.product_super_attribute_id = sup_a.product_super_attribute_id',
[]
)
->joinInner(
['supl' => $this->source->addDocumentPrefix('catalog_product_super_link')],
'mt.entity_id = supl.parent_id',
[$entityIdName => 'product_id']
)
->joinInner(
['pint' => $this->source->addDocumentPrefix('catalog_product_entity_int')],
'pint.entity_id = supl.product_id and pint.attribute_id = sup_a.attribute_id ' .
' and pint.value = sup_ap.value_index',
[]
)
->joinInner(
['cs' => $this->source->addDocumentPrefix('core_store')],
'cs.website_id = sup_ap.website_id',
['store_id']
)
->where('mt.entity_id in (?)', $entityIds)
->where('mt.attribute_id = ?', $priceAttributeId)
->group([$entityIdName, 'cs.store_id']);
;
return $select;
}
/**
* Get price attribute id
*
* @return string
*/
protected function getPriceAttributeId()
{
$select = $this->sourceAdapter->getSelect();
$select->from($this->source->addDocumentPrefix('eav_attribute'))->where('attribute_code = ?', 'price');
return $select->getAdapter()->fetchOne($select);
}
}
================================================
FILE: src/Migration/Step/ConfigurablePrices/Integrity.php
================================================
helper = $helper;
$this->logger = $logger;
$this->config = $config;
$this->progress = $progress;
$this->source = $source;
$this->destination = $destination;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$this->checkFields($this->helper->getSourceFields(), MapInterface::TYPE_SOURCE);
$this->checkFields($this->helper->getDestinationFields(), MapInterface::TYPE_DEST);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->helper->getSourceFields()) + count($this->helper->getDestinationFields());
}
/**
* Check fields
*
* @param array $fieldsData
* @param string $sourceType
* @return void
*/
protected function checkFields($fieldsData, $sourceType)
{
$resourceModel = $this->getResourceModel($sourceType);
foreach ($fieldsData as $field => $documentName) {
$this->progress->advance();
$document = $resourceModel->getDocument($documentName);
$structure = array_keys($document->getStructure()->getFields());
if (!in_array($field, $structure)) {
$this->missingDocumentFields[$sourceType][$documentName][] = $field;
}
}
}
/**
* Get resource model
*
* @param string $sourceType
* @return ResourceModel\Destination|ResourceModel\Source
*/
protected function getResourceModel($sourceType)
{
return ($sourceType == MapInterface::TYPE_SOURCE) ? $this->source : $this->destination;
}
}
================================================
FILE: src/Migration/Step/ConfigurablePrices/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->progressBar = $progressBar;
$this->helper = $helper;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progressBar->start(1);
$this->progressBar->finish();
return $this->checkForErrors(Logger::ERROR);
}
}
================================================
FILE: src/Migration/Step/CustomCustomerAttributes/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->progress = $progress;
$this->recordFactory = $recordFactory;
$this->groups = $groupsFactory->create('customer_attr_document_groups_file');
$this->map = $mapFactory->create('customer_attr_map_file');
$this->logger = $logger;
}
/**
* @inheritdoc
*/
public function perform()
{
/** @var \Migration\ResourceModel\Adapter\Mysql $sourceAdapter */
$sourceAdapter = $this->source->getAdapter();
/** @var \Migration\ResourceModel\Adapter\Mysql $destinationAdapter */
$destinationAdapter = $this->destination->getAdapter();
$sourceDocuments = array_keys($this->groups->getGroup('source_documents'));
$this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);
foreach ($sourceDocuments as $sourceDocumentName) {
$destinationDocumentName = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
$sourceTable = $sourceAdapter->getTableDdlCopy(
$this->source->addDocumentPrefix($sourceDocumentName),
$this->destination->addDocumentPrefix($destinationDocumentName)
);
$destinationTable = $destinationAdapter->getTableDdlCopy(
$this->destination->addDocumentPrefix($destinationDocumentName),
$this->destination->addDocumentPrefix($destinationDocumentName)
);
foreach ($sourceTable->getColumns() as $columnData) {
$destinationTable->setColumn($columnData);
}
$destinationAdapter->createTableByDdl($destinationTable);
$destinationDocument = $this->destination->getDocument($destinationDocumentName);
$this->logger->debug('migrating', ['table' => $sourceDocumentName]);
$pageNumber = 0;
$this->progress->start($this->source->getRecordsCount($sourceDocumentName), LogManager::LOG_LEVEL_DEBUG);
while (!empty($sourceRecords = $this->source->getRecords($sourceDocumentName, $pageNumber))) {
$pageNumber++;
$recordsToSave = $destinationDocument->getRecords();
foreach ($sourceRecords as $recordData) {
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
$this->progress->advance(LogManager::LOG_LEVEL_DEBUG);
/** @var Record $destinationRecord */
$destinationRecord = $this->recordFactory->create(['document' => $destinationDocument]);
$destinationRecord->setData($recordData);
$recordsToSave->addRecord($destinationRecord);
}
$this->destination->saveRecords($destinationDocument->getName(), $recordsToSave);
};
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
$iterations = 0;
foreach (array_keys($this->groups->getGroup('source_documents')) as $document) {
$iterations += $this->source->getRecordsCount($document);
}
return $iterations;
}
}
================================================
FILE: src/Migration/Step/CustomCustomerAttributes/Delta.php
================================================
groups = $groupsFactory->create('customer_attr_document_groups_file');
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$srcDocuments = array_keys($this->groups->getGroup('source_documents'));
$dstDocuments = [];
foreach ($srcDocuments as $sourceDocumentName) {
$dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
}
$this->check($srcDocuments, MapInterface::TYPE_SOURCE, false);
$this->check($dstDocuments, MapInterface::TYPE_DEST, false);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return count($this->groups->getGroup('source_documents')) * 2;
}
}
================================================
FILE: src/Migration/Step/CustomCustomerAttributes/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->progress = $progress;
$this->groups = $groupsFactory->create('customer_attr_document_groups_file');
$this->map = $mapFactory->create('customer_attr_map_file');
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = array_keys($this->groups->getGroup('source_documents'));
$this->progress->start(count($sourceDocuments));
foreach ($sourceDocuments as $sourceName) {
$this->progress->advance();
$destinationName = $this->map->getDocumentMap($sourceName, MapInterface::TYPE_SOURCE);
$sourceFields = $this->source->getDocument($sourceName)->getStructure()->getFields();
$destinationFields = $this->destination->getDocument($destinationName)->getStructure()->getFields();
if (!empty(array_diff_key($sourceFields, $destinationFields))) {
$this->errors[] = 'Mismatch of fields in the document: ' . $destinationName;
}
$sourceCount = $this->source->getRecordsCount($sourceName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
$this->progress->finish();
return $this->checkForErrors();
}
}
================================================
FILE: src/Migration/Step/Customer/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('customer_map_file');
$this->progressBar = $progressBar;
$this->progress = $progress;
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
$this->logger = $logger;
$this->attributesDataToCustomerEntityRecords = $attributesDataToCustomerEntityRecords;
$this->attributesDataToSkip = $attributesDataToSkip;
$this->attributesToStatic = $attributesToStatic;
$this->passwordVerifier = $passwordVerifier;
parent::__construct($config);
}
/**
* @inheritdoc
*/
public function perform()
{
$stage = 'run';
$sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
$sourceEntityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));
$sourceDataDocuments = array_diff($sourceDocuments, $sourceEntityDocuments);
$skippedAttributes = $this->attributesDataToSkip->getSkippedAttributes();
$processedDocuments = $this->progress->getProcessedEntities($this, $stage);
$this->progressBar->start(count($sourceDocuments), LogManager::LOG_LEVEL_INFO);
foreach (array_diff($sourceEntityDocuments, $processedDocuments) as $sourceEntityDocument) {
$this->transformDocumentRecords($sourceEntityDocument);
$this->progress->addProcessedEntity($this, $stage, $sourceEntityDocument);
}
foreach (array_diff($sourceDataDocuments, $processedDocuments) as $sourceDataDocument) {
$this->transformDocumentRecords($sourceDataDocument, $skippedAttributes);
$this->progress->addProcessedEntity($this, $stage, $sourceDataDocument);
}
$this->attributesToStatic->update();
$this->progressBar->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Migrate given document to the destination with possibility of excluding some of the records
*
* @param mixed $sourceDocName
* @param array|null $attributesToSkip
*/
private function transformDocumentRecords(
$sourceDocName,
array $attributesToSkip = null
) {
$sourceEntityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
return;
}
$destDocument = $this->destination->getDocument($destinationName);
$this->destination->clearDocument($destinationName);
/** @var \Migration\RecordTransformer $recordTransformer */
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
$pageNumber = 0;
$this->logger->debug('migrating', ['table' => $sourceDocName]);
$this->progressBar->start(
ceil($this->source->getRecordsCount($sourceDocName) / $this->source->getPageSize($sourceDocName)),
LogManager::LOG_LEVEL_DEBUG
);
while (!empty($bulk = $this->source->getRecords($sourceDocName, $pageNumber))) {
$pageNumber++;
$destinationRecords = $destDocument->getRecords();
foreach ($bulk as $recordData) {
if ($this->skipRecordAttribute($recordData, $attributesToSkip)) {
continue;
}
/** @var Record $record */
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $recordData]);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($record, $destRecord);
$destinationRecords->addRecord($destRecord);
}
if (in_array($sourceDocName, $sourceEntityDocuments)) {
$this->attributesDataToCustomerEntityRecords
->updateCustomerEntities($sourceDocName, $destinationRecords);
}
$this->source->setLastLoadedRecord($sourceDocName, end($bulk));
$this->progressBar->advance(LogManager::LOG_LEVEL_DEBUG);
$this->destination->saveRecords($destinationName, $destinationRecords);
}
$this->progressBar->advance(LogManager::LOG_LEVEL_INFO);
$this->progressBar->finish(LogManager::LOG_LEVEL_DEBUG);
}
/**
* Skip record attribute
*
* @param $recordData
* @param $attributesToSkip
* @return bool
*/
private function skipRecordAttribute($recordData, $attributesToSkip)
{
$passwordHashSha512 = function($recordData, $attributesToSkip) {
if ($attributesToSkip[$recordData['attribute_id']] === 'password_hash'
&& $this->passwordVerifier->isSha512($recordData['value'])
) {
return true;
}
return false;
};
if ($attributesToSkip !== null
&& isset($recordData['attribute_id'])
&& isset($attributesToSkip[$recordData['attribute_id']])
&& !$passwordHashSha512($recordData, $attributesToSkip)
) {
return true;
}
return false;
}
}
================================================
FILE: src/Migration/Step/Customer/Delta.php
================================================
readerGroups = $groupsFactory->create('customer_document_groups_file');
$this->attributesDataToSkip = $attributesDataToSkip;
$this->attributesDataToCustomerEntityRecords = $attributesDataToCustomerEntityRecords;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
protected function processChangedRecords($documentName, $idKeys)
{
$items = $this->source->getChangedRecords($documentName, $idKeys);
if (empty($items)) {
return;
}
if (!$this->eolOnce) {
$this->eolOnce = true;
echo PHP_EOL;
}
$skippedAttributes = array_keys($this->attributesDataToSkip->getSkippedAttributes());
$sourceEntityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));
$destinationName = $this->mapReader->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);
$sourceDocument = $this->source->getDocument($documentName);
$destDocument = $this->destination->getDocument($destinationName);
$recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);
do {
$destinationRecords = $destDocument->getRecords();
foreach ($items as $data) {
echo('.');
if (isset($data['attribute_id']) && in_array($data['attribute_id'], $skippedAttributes)) {
continue;
}
$this->transformData(
$data,
$sourceDocument,
$destDocument,
$recordTransformer,
$destinationRecords
);
}
if (in_array($documentName, $sourceEntityDocuments)) {
$this->attributesDataToCustomerEntityRecords
->updateCustomerEntities($documentName, $destinationRecords);
}
$this->destination->updateChangedRecords($destinationName, $destinationRecords);
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
$this->markRecordsProcessed($documentNameDelta, $idKeys, $items);
} while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys)));
}
}
================================================
FILE: src/Migration/Step/Customer/Integrity.php
================================================
attributesDataToSkip = $attributesDataToSkip;
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
$this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');
parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start(0);
$attributesError = false;
try {
$this->attributesDataToSkip->getSkippedAttributes();
} catch (\Migration\Exception $e) {
$this->logger->error($e->getMessage());
$attributesError = true;
}
$dstDocuments = [];
$srcDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
foreach ($srcDocuments as $sourceDocumentName) {
$dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
}
$this->check($srcDocuments, MapInterface::TYPE_SOURCE);
$this->check($dstDocuments, MapInterface::TYPE_DEST);
$this->progress->finish();
return $this->checkForErrors() && $attributesError === false;
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return count($this->readerGroups->getGroup('source_documents')) * 2;
}
}
================================================
FILE: src/Migration/Step/Customer/Model/AttributesDataToCustomerEntityRecords.php
================================================
source = $source;
$this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
$this->sourceDocuments = $this->readerGroups->getGroup('source_documents');
$this->configReader = $configReader;
$this->entityTypeCode = $entityTypeCode;
}
/**
* Fetch attribute values of customers
* form the data tables (e.g. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)
* and insert into customers entity records,
* which represents customer_entity and customer_address_entity tables
*
* @param string $sourceDocName
* @param Record\Collection $destinationRecords
* @return void
*/
public function updateCustomerEntities(
$sourceDocName,
Record\Collection $destinationRecords
) {
$entityAttributesData = [];
$attributeIdsByType = [];
$attributeCodesById = [];
$upgradeCustomerPassword = $this->configReader->getOption(self::UPGRADE_CUSTOMER_PASSWORD_HASH);
$entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($sourceDocName);
$attributeCodes = array_keys($this->readerAttributes->getGroup($sourceDocName));
foreach ($attributeCodes as $attributeCode) {
$eavAttributes = $this->entityTypeCode->getAttributesData($entityTypeCode);
if (is_array($eavAttributes) && isset($eavAttributes[$attributeCode])) {
$attributeId = $eavAttributes[$attributeCode]['attribute_id'];
$attributeBackendType = $eavAttributes[$attributeCode]['backend_type'];
$attributeIdsByType[$attributeBackendType][] = $attributeId;
$attributeCodesById[$attributeId] = $attributeCode;
}
}
$attributesData = $this->fetchAttributesData($sourceDocName, $destinationRecords, $attributeIdsByType);
foreach ($attributesData as $attributeData) {
$attributeCode = $attributeCodesById[$attributeData['attribute_id']];
if ($upgradeCustomerPassword && $attributeCode == 'password_hash') {
$attributeData['value'] = $this->upgradeCustomerHash($attributeData['value']);
}
$entityAttributesData[$attributeData['entity_id']][$attributeCode] = $attributeData['value'];
}
$this->setAttributesData($destinationRecords, $entityAttributesData);
}
/**
* Fetch attribute values of customers form the data tables
* (e.g. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)
*
* @param mixed $sourceDocName
* @param mixed $destinationRecords
* @param mixed $attributeIdsByType
* @return array
*/
private function fetchAttributesData($sourceDocName, $destinationRecords, $attributeIdsByType)
{
$entityIds = [];
/** @var Record $record */
foreach ($destinationRecords as $record) {
$entityIds[] = $record->getValue('entity_id');
}
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$selects = [];
foreach (array_keys($attributeIdsByType) as $type) {
$select = $adapter->getSelect()
->from(
['et' => $this->source->addDocumentPrefix($sourceDocName . '_' . $type)],
['entity_id', 'attribute_id', 'value']
)
->where('et.entity_id in (?)', $entityIds)
->where('et.attribute_id in (?)', $attributeIdsByType[$type]);
$selects[] = $select;
}
$query = $adapter->getSelect()->union($selects, \Zend_Db_Select::SQL_UNION_ALL);
return $query->getAdapter()->fetchAll($query);
}
/**
* Insert values of attributes into customer entity records
*
* @param Record\Collection $destinationRecords
* @param array $entityAttributesData
* @return void
*/
private function setAttributesData(
Record\Collection $destinationRecords,
array $entityAttributesData
) {
/** @var Record $record */
foreach ($destinationRecords as $record) {
$recordEntityData = [];
if (isset($entityAttributesData[$record->getValue('entity_id')])) {
$recordEntityData = $entityAttributesData[$record->getValue('entity_id')];
}
$data = $record->getData();
$dataDefault = $record->getDataDefault();
$data = array_merge($dataDefault, $data, $recordEntityData);
$record->setData($data);
}
}
/**
* Upgrade customer hash according M2 algorithm versions
*
* @param string $hash
* @return array
*/
private function upgradeCustomerHash($hash)
{
if (isset($hash)) {
$hashExploded = $this->explodePasswordHash($hash);
if (strlen($hashExploded[self::PASSWORD_HASH]) == 32) {
$hash = implode(':', [$hashExploded[self::PASSWORD_HASH], $hashExploded[self::PASSWORD_SALT], '0']);
} elseif (strlen($hashExploded[self::PASSWORD_HASH]) == 64) {
$hash = implode(':', [$hashExploded[self::PASSWORD_HASH], $hashExploded[self::PASSWORD_SALT], '1']);
}
}
return $hash;
}
/**
* Split password hash to hash part and salt part
*
* @param string $passwordHash
* @return array
*/
private function explodePasswordHash($passwordHash)
{
$explodedPassword = explode(':', $passwordHash, 2);
$explodedPassword[self::PASSWORD_SALT] = isset($explodedPassword[self::PASSWORD_SALT])
? $explodedPassword[self::PASSWORD_SALT]
: ''
;
return $explodedPassword;
}
}
================================================
FILE: src/Migration/Step/Customer/Model/AttributesDataToSkip.php
================================================
readerAttributes = $groupsFactory->create('customer_attribute_groups_file');
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
$this->entityTypeCode = $entityTypeCode;
}
/**
* Retrieves array with attributes which data should be skipped
* during migration of data tables
* (i.e. customer_entity_int, customer_entity_varchar, customer_address_entity_text ...)
*
* Sample of returning array:
*
* [
* 'customer' => [
* 3 => 'created_in',
* 4 => 'prefix',
* 5 => 'firstname'
* ],
* 'customer_address' => [
* 26 => 'city',
* 24 => 'company',
* 27 => 'country_id'
* ]
* ]
*
*
* @param mixed $sourceDocumentName
* @return array
* @throws \Migration\Exception
*/
public function getSkippedAttributes($sourceDocumentName = null)
{
$skipAttributes = [];
$this->fetchSkippedAttributes();
if ($sourceDocumentName !== null) {
$entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($sourceDocumentName);
return isset($this->skipAttributes[$entityTypeCode]) ? $this->skipAttributes[$entityTypeCode] : null;
} else {
foreach ($this->skipAttributes as $attributes) {
$skipAttributes += $attributes;
}
}
return $skipAttributes;
}
/**
* Fetch skipped attributes and store in class property variable
*
* @throws \Migration\Exception
*/
private function fetchSkippedAttributes()
{
if ($this->skipAttributes !== null) {
return;
}
$this->skipAttributes = [];
$entityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));
foreach ($entityDocuments as $entityDocument) {
$entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($entityDocument);
$eavAttributes = $this->entityTypeCode->getAttributesData($entityTypeCode);
$attributeCodes = array_keys($this->readerAttributes->getGroup($entityDocument));
foreach ($attributeCodes as $attributeCode) {
if (!isset($eavAttributes[$attributeCode])) {
throw new \Migration\Exception(
sprintf(
'Attribute %s does not exist in the type %s',
$attributeCode,
$entityTypeCode
)
);
}
$attributeId = $eavAttributes[$attributeCode]['attribute_id'];
$this->skipAttributes[$entityTypeCode][$attributeId] = $attributeCode;
}
}
}
}
================================================
FILE: src/Migration/Step/Customer/Model/AttributesToStatic.php
================================================
destination = $destination;
$this->readerAttributes = $groupsFactory->create('customer_attribute_groups_file');
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
$this->entityTypeCode = $entityTypeCode;
}
/**
* Update
*
* @throws \Zend_Db_Adapter_Exception
* @return void
*/
public function update()
{
/** @var Mysql $adapter */
$adapter = $this->destination->getAdapter();
$query = $adapter->getSelect()
->from($this->destination->addDocumentPrefix('eav_entity_type'), ['entity_type_id', 'entity_type_code']);
$entityTypes = $query->getAdapter()->fetchAll($query);
$entityTypesByCode = [];
foreach ($entityTypes as $entityType) {
$entityTypesByCode[$entityType['entity_type_code']] = $entityType['entity_type_id'];
}
$entityDocuments = array_keys($this->readerGroups->getGroup('source_entity_documents'));
foreach ($entityDocuments as $entityDocument) {
$entityTypeCode = $this->entityTypeCode->getEntityTypeCodeByDocumentName($entityDocument);
$codes = implode("','", array_keys($this->readerAttributes->getGroup($entityDocument)));
$where = [
sprintf("attribute_code IN ('%s')", $codes),
sprintf("entity_type_id = '%s'", $entityTypesByCode[$entityTypeCode])
];
$adapter->getSelect()->getAdapter()->update(
$this->destination->addDocumentPrefix('eav_attribute'),
['backend_type' => 'static'],
$where
);
}
}
}
================================================
FILE: src/Migration/Step/Customer/Model/EntityTypeCode.php
================================================
source = $source;
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
}
/**
* Retrieves data for all attributes relative to $entityTypeCode entity type
*
* @param string $entityTypeCode
* @return array
*/
public function getAttributesData($entityTypeCode)
{
if (isset($this->eavAttributes[$entityTypeCode])) {
return $this->eavAttributes[$entityTypeCode];
}
$this->eavAttributes[$entityTypeCode] = [];
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()
->from(
['et' => $this->source->addDocumentPrefix('eav_entity_type')],
[]
)->join(
['ea' => $this->source->addDocumentPrefix('eav_attribute')],
'et.entity_type_id = ea.entity_type_id',
[
'attribute_id',
'backend_type',
'attribute_code',
'entity_type_id'
]
)->where(
'et.entity_type_code = ?',
$entityTypeCode
);
$attributes = $query->getAdapter()->fetchAll($query);
foreach ($attributes as $attribute) {
$this->eavAttributes[$entityTypeCode][$attribute['attribute_code']] = $attribute;
}
return $this->eavAttributes[$entityTypeCode];
}
/**
* Retrieves entity type code by document name
*
* @param string $sourceDocName
* @return string|null
*/
public function getEntityTypeCodeByDocumentName($sourceDocName)
{
if (empty($this->documentAttributeTypes)) {
$entityTypeCodes = array_keys($this->readerGroups->getGroup('eav_entities'));
foreach ($entityTypeCodes as $entityTypeCode) {
$documents = $this->readerGroups->getGroup($entityTypeCode);
$documents = array_keys($documents);
foreach ($documents as $documentName) {
$this->documentAttributeTypes[$documentName] = $entityTypeCode;
}
}
}
return isset($this->documentAttributeTypes[$sourceDocName]) ?
$this->documentAttributeTypes[$sourceDocName] :
null;
}
}
================================================
FILE: src/Migration/Step/Customer/Model/SourceRecordsCounter.php
================================================
source = $source;
$this->attributesDataToSkip = $attributesDataToSkip;
$entityDocuments = $groupsFactory->create('customer_document_groups_file')->getGroup('source_entity_documents');
$this->sourceEntityDocuments = array_keys($entityDocuments);
$this->entityTypeCode = $entityTypeCode;
}
/**
* Count records of given source document
*
* @param string $document
* @return int
*/
public function getRecordsCount($document)
{
if (in_array($document, $this->sourceEntityDocuments)) {
return $this->source->getRecordsCount($document);
}
$skipAttributes = $this->attributesDataToSkip->getSkippedAttributes($document);
/** @var Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()
->from(
[
'et' => $this->source->addDocumentPrefix($document)
],
'COUNT(*)'
)
->where('et.attribute_id NOT IN (?)', array_keys($skipAttributes));
$count = $query->getAdapter()->fetchOne($query);
return $count;
}
}
================================================
FILE: src/Migration/Step/Customer/Volume.php
================================================
sourceRecordsCounter = $sourceRecordsCounter;
$this->source = $source;
$this->destination = $destination;
$this->map = $mapFactory->create('customer_map_file');
$this->progress = $progress;
$this->readerGroups = $groupsFactory->create('customer_document_groups_file');
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
$this->progress->start($this->getIterationsCount());
foreach ($sourceDocuments as $sourceDocName) {
$this->progress->advance();
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$sourceCount = $this->sourceRecordsCounter->getRecordsCount($sourceDocName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->readerGroups->getGroup('source_documents'));
}
}
================================================
FILE: src/Migration/Step/DataIntegrity/Integrity.php
================================================
logger = $logger;
$this->progress = $progress;
$this->source = $source;
$this->checkerFactory = $checkerFactory;
}
/**
* @inheritdoc
*/
public function perform()
{
$logLevel = $this->configReader->getOption(Config::OPTION_AUTO_RESOLVE) ? Logger::WARNING : Logger::ERROR;
$documentList = $this->getDocumentList();
$this->progress->start(count($documentList), LogManager::LOG_LEVEL_INFO);
$errorMessages = [];
foreach ($documentList as $document) {
foreach ($this->getAdapter()->getForeignKeys($document) as $keyData) {
/** @var OrphanRecordsChecker $checker */
$checker = $this->checkerFactory->create($this->getAdapter(), $keyData);
if ($checker->hasOrphanRecords()) {
$errorMessages[] = $this->buildLogMessage($checker);
}
}
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
}
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
foreach ($errorMessages as $message) {
$this->logger->addRecord($logLevel, $message);
}
return empty($errorMessages);
}
/**
* Get adapter
*
* @return AdapterInterface
*/
protected function getAdapter()
{
return $this->source->getAdapter();
}
/**
* Get document list
*
* @return array
*/
protected function getDocumentList()
{
return $this->getAdapter()->getDocumentList();
}
/**
* Builds and returns well-formed error message
*
* @param OrphanRecordsChecker $checker
* @return string
*/
private function buildLogMessage(OrphanRecordsChecker $checker)
{
$message = 'Foreign key (%s) constraint fails on source database.'
. ' Orphan records id: %s from `%s`.`%s` has no referenced records in `%s`';
return sprintf(
$message,
$checker->getKeyName(),
implode(',', $checker->getOrphanRecordsIds()),
$checker->getChildTable(),
$checker->getChildTableField(),
$checker->getParentTable()
);
}
}
================================================
FILE: src/Migration/Step/DataIntegrity/Model/OrphanRecordsChecker.php
================================================
adapter = $adapter;
$this->keyName = $keyName;
$this->parentTable = $parentTable;
$this->parentTableField = $parentTableField;
$this->childTable = $childTable;
$this->childTableField = $childTableField;
}
/**
* Get key name
*
* @return string
*/
public function getKeyName()
{
return $this->keyName;
}
/**
* Get parent table
*
* @return string
*/
public function getParentTable()
{
return $this->parentTable;
}
/**
* Get parent table field
*
* @return string
*/
public function getParentTableField()
{
return $this->parentTableField;
}
/**
* Get child table
*
* @return string
*/
public function getChildTable()
{
return $this->childTable;
}
/**
* Get child table field
*
* @return string
*/
public function getChildTableField()
{
return $this->childTableField;
}
/**
* Has orphan records
*
* @return bool
*/
public function hasOrphanRecords()
{
return (bool)$this->getOrphanRecordsIds();
}
/**
* Get orphan records ids
*
* @return int[]
*/
public function getOrphanRecordsIds()
{
if ($this->orphanRecordsIds === null) {
$query = $this->adapter->getSelect()->from(
['child' => $this->childTable],
$this->childTableField
)->joinLeft(
['parent' => $this->parentTable],
'child.' . $this->childTableField . ' = parent.' . $this->parentTableField,
null
)->where(
'child.' . $this->childTableField . ' IS NOT NULL'
)->where(
'parent.' . $this->parentTableField . ' IS NULL'
)->distinct(
true
);
$this->orphanRecordsIds = $query->getAdapter()->fetchCol($query);
}
return $this->orphanRecordsIds;
}
}
================================================
FILE: src/Migration/Step/DataIntegrity/Model/OrphanRecordsCheckerFactory.php
================================================
objectManager = $objectManager;
$this->instanceName = $instanceName;
}
/**
* Create
*
* @param Adapter $adapter
* @param array $keyData data array with description of table foreign key, like one returned by
* @see \Magento\Framework\DB\Adapter\Pdo\Mysql::getForeignKeys
* @return OrphanRecordsChecker
*/
public function create(Adapter $adapter, $keyData)
{
return $this->objectManager->create(
$this->instanceName,
[
'adapter' => $adapter,
'keyName' => $keyData['FK_NAME'],
'parentTable' => $keyData['REF_TABLE_NAME'],
'childTable' => $keyData['TABLE_NAME'],
'parentTableField' => $keyData['REF_COLUMN_NAME'],
'childTableField' => $keyData['COLUMN_NAME']
]
);
}
}
================================================
FILE: src/Migration/Step/DatabaseStage.php
================================================
configReader = $config;
if (!$this->canStart()) {
throw new Exception('Can not execute step');
}
}
/**
* Check Step can be started
*
* @return bool
*/
protected function canStart()
{
return $this->configReader->getSource()['type'] == self::SOURCE_TYPE;
}
}
================================================
FILE: src/Migration/Step/Eav/Data.php
================================================
'Product Details',
'Prices' => 'Product Details',
'Recurring Profile' => 'Product Details'
];
/**
* @param Source $source
* @param Destination $destination
* @param MapFactory $mapFactory
* @param GroupsFactory $groupsFactory
* @param Helper $helper
* @param RecordFactory $factory
* @param InitialData $initialData
* @param IgnoredAttributes $ignoredAttributes
* @param ProgressBar\LogLevelProcessor $progress
* @param ModelData $modelData
*/
public function __construct(
Source $source,
Destination $destination,
MapFactory $mapFactory,
GroupsFactory $groupsFactory,
Helper $helper,
RecordFactory $factory,
InitialData $initialData,
IgnoredAttributes $ignoredAttributes,
ProgressBar\LogLevelProcessor $progress,
ModelData $modelData
) {
$this->source = $source;
$this->destination = $destination;
$this->map = $mapFactory->create('eav_map_file');
$this->readerGroups = $groupsFactory->create('eav_document_groups_file');
$this->helper = $helper;
$this->factory = $factory;
$this->initialData = $initialData;
$this->ignoredAttributes = $ignoredAttributes;
$this->progress = $progress;
$this->modelData = $modelData;
}
/**
* Entry point. Run migration of EAV structure.
*
* @return bool
*/
public function perform()
{
$this->progress->start(7);
$this->migrateEntityTypes();
$this->migrateAttributeSets();
$this->createProductAttributeSetStructures();
$this->migrateCustomAttributeGroups();
$this->migrateAttributes();
$this->migrateAttributesExtended();
$this->migrateCustomEntityAttributes();
$this->progress->finish();
return true;
}
/**
* Migrate Entity Type table
*
* @return void
*/
private function migrateEntityTypes()
{
$this->progress->advance();
$documentName = 'eav_entity_type';
$mappingField = 'entity_type_code';
$sourceDocument = $this->source->getDocument($documentName);
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)
);
$this->destination->backupDocument($destinationDocument->getName());
$destinationRecords = $this->helper->getDestinationRecords($documentName, [$mappingField]);
$recordsToSave = $destinationDocument->getRecords();
$recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);
foreach ($this->helper->getSourceRecords($documentName) as $recordData) {
/** @var Record $sourceRecord */
$sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $recordData]);
/** @var Record $destinationRecord */
$destinationRecord = $this->factory->create(['document' => $destinationDocument]);
$mappingValue = $sourceRecord->getValue($mappingField);
if (isset($destinationRecords[$mappingValue])) {
$destinationRecordData = $destinationRecords[$mappingValue];
unset($destinationRecords[$mappingValue]);
} else {
$destinationRecordData = $destinationRecord->getDataDefault();
}
$destinationRecord->setData($destinationRecordData);
$recordTransformer->transform($sourceRecord, $destinationRecord);
$recordsToSave->addRecord($destinationRecord);
}
$this->destination->clearDocument($destinationDocument->getName());
$this->saveRecords($destinationDocument, $recordsToSave);
$recordsToSave = $destinationDocument->getRecords();
foreach ($destinationRecords as $record) {
$record['entity_type_id'] = null;
$destinationRecord = $this->factory->create([
'document' => $destinationDocument,
'data' => $record
]);
$recordsToSave->addRecord($destinationRecord);
}
$this->saveRecords($destinationDocument, $recordsToSave);
$this->createMapEntityTypeIds();
}
/**
* Migrate attribute set table
*
* @return void
*/
private function migrateAttributeSets()
{
$this->progress->advance();
$documentName = 'eav_attribute_set';
$sourceDocument = $this->source->getDocument($documentName);
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)
);
$this->destination->backupDocument($destinationDocument->getName());
$destinationRecords = $this->helper->getDestinationRecords(
$documentName,
['entity_type_id', 'attribute_set_name']
);
$sourceRecords = $this->source->getRecords($documentName, 0, $this->source->getRecordsCount($documentName));
$recordsToSave = $destinationDocument->getRecords();
$recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);
foreach ($sourceRecords as $recordData) {
$sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $recordData]);
$destinationRecord = $this->factory->create(['document' => $destinationDocument]);
$mappedKey = null;
$entityTypeId = $sourceRecord->getValue('entity_type_id');
if (isset($this->mapEntityTypeIdsSourceDest[$entityTypeId])) {
$mappedId = $this->mapEntityTypeIdsSourceDest[$entityTypeId];
$mappedKey = $mappedId . '-' . $sourceRecord->getValue('attribute_set_name');
}
if ($mappedKey && isset($destinationRecords[$mappedKey])) {
unset($destinationRecords[$mappedKey]);
}
$destinationRecordData = $destinationRecord->getDataDefault();
$destinationRecord->setData($destinationRecordData);
$recordTransformer->transform($sourceRecord, $destinationRecord);
$recordsToSave->addRecord($destinationRecord);
}
$this->destination->clearDocument($destinationDocument->getName());
$this->saveRecords($destinationDocument, $recordsToSave);
$recordsToSave = $destinationDocument->getRecords();
foreach ($destinationRecords as $recordData) {
/** @var Record $destinationRecord */
$destinationRecord = $this->factory->create(['document' => $destinationDocument, 'data' => $recordData]);
$destinationRecord->setValue('attribute_set_id', null);
$destinationRecord->setValue(
'entity_type_id',
$this->mapEntityTypeIdsDestOldNew[$destinationRecord->getValue('entity_type_id')]
);
$recordsToSave->addRecord($destinationRecord);
}
$this->saveRecords($destinationDocument, $recordsToSave);
$this->createMapAttributeSetIds();
}
/**
* Take Default attribute set structure and duplicate it for all attribute sets from Magento 1
*/
private function createProductAttributeSetStructures()
{
$this->progress->advance();
$attributeGroupDocumnt = 'eav_attribute_group';
$this->destination->backupDocument($attributeGroupDocumnt);
$this->modelData->updateMappedKeys(
$attributeGroupDocumnt,
'attribute_set_id',
$this->helper->getDestinationRecords($attributeGroupDocumnt),
$this->mapAttributeSetIdsDestOldNew
);
// add default attribute groups from Magento 2 for each attribute set from Magento 1
$prototypeProductAttributeGroups = $this->modelData->getDefaultProductAttributeGroups();
$productAttributeSets = $this->modelData->getProductAttributeSets(
ModelData::ATTRIBUTE_SETS_NONE_DEFAULT
);
foreach ($productAttributeSets as $attributeSet) {
foreach ($prototypeProductAttributeGroups as &$prototypeAttributeGroup) {
$prototypeAttributeGroup['attribute_set_id'] = $attributeSet['attribute_set_id'];
}
$this->saveRecords($attributeGroupDocumnt, $prototypeProductAttributeGroups);
}
$entityAttributeDocument = 'eav_entity_attribute';
$this->destination->backupDocument($entityAttributeDocument);
$this->modelData->updateMappedKeys(
$entityAttributeDocument,
'attribute_set_id',
$this->helper->getDestinationRecords($entityAttributeDocument),
$this->mapAttributeSetIdsDestOldNew
);
// add default entity attributes from Magento 2 for each attribute set from Magento 1
foreach ($productAttributeSets as $attributeSet) {
$prototypeProductEntityAttributes = $this->modelData->getDefaultProductEntityAttributes();
foreach ($prototypeProductEntityAttributes as &$prototypeEntityAttribute) {
$attributeGroupId = $this->modelData->getAttributeGroupIdForAttributeSet(
$prototypeEntityAttribute['attribute_group_id'],
$attributeSet['attribute_set_id']
);
$prototypeEntityAttribute['attribute_set_id'] = $attributeSet['attribute_set_id'];
$prototypeEntityAttribute['attribute_group_id'] = $attributeGroupId;
}
$this->saveRecords($entityAttributeDocument, $prototypeProductEntityAttributes);
}
$this->modelData->updateMappedKeys(
$entityAttributeDocument,
'entity_type_id',
$this->helper->getDestinationRecords($entityAttributeDocument),
$this->mapEntityTypeIdsDestOldNew
);
}
/**
* Migrate custom attribute groups
*/
public function migrateCustomAttributeGroups()
{
$this->progress->advance();
$attributeSets = $this->initialData->getAttributeSets(ModelData::TYPE_SOURCE);
foreach ($attributeSets as $attributeSet) {
$attributeGroupIds = $this->modelData->getCustomAttributeGroups(
$attributeSet['attribute_set_id']
);
if ($attributeGroupIds) {
$this->migrateAttributeGroups($attributeGroupIds);
}
}
$this->createMapAttributeGroupIds();
}
/**
* Migrate attribute groups
*
* @param $attributeGroupIds
*/
private function migrateAttributeGroups($attributeGroupIds)
{
$this->progress->advance();
$documentName = 'eav_attribute_group';
$sourceDocument = $this->source->getDocument($documentName);
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)
);
$sourceRecords = $this->source->getRecords(
$documentName,
0,
$this->source->getRecordsCount($documentName),
new \Zend_Db_Expr(sprintf('attribute_group_id IN (%s)', implode(',', $attributeGroupIds)))
);
$recordsToSave = $destinationDocument->getRecords();
$recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);
foreach ($sourceRecords as $recordData) {
$recordData['attribute_group_id'] = null;
$sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $recordData]);
$destinationRecord = $this->factory->create(['document' => $destinationDocument]);
$recordTransformer->transform($sourceRecord, $destinationRecord);
$recordsToSave->addRecord($destinationRecord);
}
$this->saveRecords($destinationDocument, $recordsToSave);
}
/**
* Migrate eav_attribute
*
* @return void
*/
private function migrateAttributes()
{
$this->progress->advance();
$sourceDocName = 'eav_attribute';
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE)
);
$this->destination->backupDocument($destinationDocument->getName());
$sourceRecords = $this->ignoredAttributes->clearIgnoredAttributes(
$this->initialData->getAttributes(ModelData::TYPE_SOURCE)
);
$destinationRecords = $this->helper->getDestinationRecords(
$sourceDocName,
['entity_type_id', 'attribute_code']
);
$recordsToSave = $destinationDocument->getRecords();
$recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);
foreach ($sourceRecords as $sourceRecordData) {
/** @var Record $sourceRecord */
$sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $sourceRecordData]);
/** @var Record $destinationRecord */
$destinationRecord = $this->factory->create(['document' => $destinationDocument]);
$mappedKey = null;
$entityTypeId = $sourceRecord->getValue('entity_type_id');
if (isset($this->mapEntityTypeIdsSourceDest[$entityTypeId])) {
$mappedId = $this->mapEntityTypeIdsSourceDest[$entityTypeId];
$mappedKey = $mappedId . '-' . $sourceRecord->getValue('attribute_code');
}
if ($mappedKey && isset($destinationRecords[$mappedKey])) {
$destinationRecordData = $destinationRecords[$mappedKey];
$destinationRecordData['attribute_id'] = $sourceRecordData['attribute_id'];
$destinationRecordData['entity_type_id'] = $sourceRecordData['entity_type_id'];
$destinationRecord->setData($destinationRecordData);
unset($destinationRecords[$mappedKey]);
} else {
$destinationRecordData = $destinationRecord->getDataDefault();
$destinationRecord->setData($destinationRecordData);
$recordTransformer->transform($sourceRecord, $destinationRecord);
}
$recordsToSave->addRecord($destinationRecord);
}
foreach ($destinationRecords as $record) {
/** @var Record $destinationRecord */
$destinationRecord = $this->factory->create(['document' => $destinationDocument, 'data' => $record]);
$destinationRecord->setValue('attribute_id', null);
$destinationRecord->setValue(
'entity_type_id',
$this->mapEntityTypeIdsDestOldNew[$destinationRecord->getValue('entity_type_id')]
);
$recordsToSave->addRecord($destinationRecord);
}
$this->destination->clearDocument($destinationDocument->getName());
$this->saveRecords($destinationDocument, $recordsToSave);
$this->createMapAttributeIds();
$mapAttributeIdsDestOldNew = [];
foreach ($destinationRecords as $record) {
if (isset($this->mapAttributeIdsDestOldNew[$record['attribute_id']])) {
$mapAttributeIdsDestOldNew[$record['attribute_id']] =
$this->mapAttributeIdsDestOldNew[$record['attribute_id']];
}
}
$mapAttributeIds = array_flip($this->mapAttributeIdsSourceDest);
$mapAttributeIds = array_replace($mapAttributeIds, $mapAttributeIdsDestOldNew);
$this->modelData->updateMappedKeys(
'eav_entity_attribute',
'attribute_id',
$this->helper->getDestinationRecords('eav_entity_attribute'),
$mapAttributeIds
);
}
/**
* Migrate custom entity attributes
*/
private function migrateCustomEntityAttributes()
{
$this->progress->advance();
$sourceDocName = 'eav_entity_attribute';
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE)
);
$recordsToSave = $destinationDocument->getRecords();
$customAttributeIds = $this->modelData->getCustomAttributeIds();
if (empty($customAttributeIds)) {
return;
}
$customEntityAttributes = $this->source->getRecords(
$sourceDocName,
0,
$this->source->getRecordsCount($sourceDocName),
new \Zend_Db_Expr(sprintf('attribute_id IN (%s)', implode(',', $customAttributeIds)))
);
foreach ($customEntityAttributes as $record) {
if (!isset($this->mapAttributeGroupIdsSourceDest[$record['attribute_group_id']])) {
continue;
}
$record['sort_order'] = $this->getCustomAttributeSortOrder($record);
$record['attribute_group_id'] = $this->mapAttributeGroupIdsSourceDest[$record['attribute_group_id']];
$record['entity_attribute_id'] = null;
$destinationRecord = $this->factory->create(['document' => $destinationDocument, 'data' => $record]);
$recordsToSave->addRecord($destinationRecord);
}
$this->saveRecords($destinationDocument, $recordsToSave);
}
/**
* Get sort order for custom attribute
*
* @param array $attribute
* @return int
*/
private function getCustomAttributeSortOrder(array $attribute)
{
$productEntityTypeId = $this->modelData->getEntityTypeIdByCode(ModelData::ENTITY_TYPE_PRODUCT_CODE);
$groupName = $this->modelData->getSourceAttributeGroupNameFromId($attribute['attribute_group_id']);
if ($attribute['entity_type_id'] == $productEntityTypeId
&& isset($this->mapProductAttributeGroupNamesSourceDest[$groupName])
) {
return $attribute['sort_order'] + 200;
}
return $attribute['sort_order'];
}
/**
* Migrate tables extended from eav_attribute
*/
private function migrateAttributesExtended()
{
$this->progress->advance();
$documents = $this->readerGroups->getGroup('documents_attribute_extended');
foreach ($documents as $documentName => $mappingField) {
$sourceDocument = $this->source->getDocument($documentName);
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)
);
$this->destination->backupDocument($destinationDocument->getName());
$destinationRecords = $this->helper->getDestinationRecords($documentName, [$mappingField]);
$recordsToSave = $destinationDocument->getRecords();
$sourceRecords = $this->ignoredAttributes
->clearIgnoredAttributes($this->helper->getSourceRecords($documentName));
$recordTransformer = $this->helper->getRecordTransformer($sourceDocument, $destinationDocument);
foreach ($sourceRecords as $sourceRecordData) {
/** @var Record $sourceRecord */
$sourceRecord = $this->factory->create(['document' => $sourceDocument, 'data' => $sourceRecordData]);
/** @var Record $destinationRecord */
$destinationRecord = $this->factory->create(['document' => $destinationDocument]);
$mappedId = isset($this->mapAttributeIdsSourceDest[$sourceRecord->getValue($mappingField)])
? $this->mapAttributeIdsSourceDest[$sourceRecord->getValue($mappingField)]
: null;
if ($mappedId !== null && isset($destinationRecords[$mappedId])) {
$destinationRecordData = $destinationRecords[$mappedId];
$destinationRecordData['attribute_id'] = $sourceRecordData['attribute_id'];
$destinationRecord->setData($destinationRecordData);
unset($destinationRecords[$mappedId]);
} else {
$destinationRecordData = $destinationRecord->getDataDefault();
$destinationRecord->setData($destinationRecordData);
$recordTransformer->transform($sourceRecord, $destinationRecord);
}
$recordsToSave->addRecord($destinationRecord);
}
$this->destination->clearDocument($destinationDocument->getName());
$this->saveRecords($destinationDocument, $recordsToSave);
$recordsToSave = $destinationDocument->getRecords();
foreach ($destinationRecords as $record) {
if (!isset($this->mapAttributeIdsDestOldNew[$record['attribute_id']])) {
continue;
}
$record['attribute_id'] = $this->mapAttributeIdsDestOldNew[$record['attribute_id']];
$destinationRecord = $this->factory->create([
'document' => $destinationDocument,
'data' => $record
]);
$recordsToSave->addRecord($destinationRecord);
}
$this->saveRecords($destinationDocument, $recordsToSave);
}
}
/**
* Save records
*
* @param Document|string $document
* @param Record\Collection|array $recordsToSave
* @return void
*/
private function saveRecords($document, $recordsToSave)
{
if (is_object($document)) {
$document = $document->getName();
}
$this->destination->saveRecords($document, $recordsToSave);
}
/**
* Create mapping for entity type ids
*
* @return void
*/
private function createMapEntityTypeIds()
{
$entityTypesMigrated = $this->helper->getDestinationRecords(
'eav_entity_type',
['entity_type_code']
);
foreach ($this->initialData->getEntityTypes(ModelData::TYPE_DEST) as $entityTypeIdOld => $recordOld) {
$entityTypeMigrated = $entityTypesMigrated[$recordOld['entity_type_code']];
$this->mapEntityTypeIdsDestOldNew[$entityTypeIdOld] = $entityTypeMigrated['entity_type_id'];
}
foreach ($this->initialData->getEntityTypes(ModelData::TYPE_SOURCE) as $entityTypeIdSource => $recordSource) {
foreach ($this->initialData->getEntityTypes(ModelData::TYPE_DEST) as $entityTypeIdDest => $recordDest) {
if ($recordSource['entity_type_code'] == $recordDest['entity_type_code']) {
$this->mapEntityTypeIdsSourceDest[$entityTypeIdSource] = $entityTypeIdDest;
}
}
}
}
/**
* Create mapping for attribute set ids
*
* @return void
*/
private function createMapAttributeSetIds()
{
$this->newAttributeSets = $this->helper->getDestinationRecords(
'eav_attribute_set',
['entity_type_id', 'attribute_set_name']
);
foreach ($this->initialData->getAttributeSets(ModelData::TYPE_DEST) as $attributeSetId => $record) {
$entityTypeId = $this->mapEntityTypeIdsDestOldNew[$record['entity_type_id']];
$newAttributeSet = $this->newAttributeSets[$entityTypeId . '-' . $record['attribute_set_name']];
$this->mapAttributeSetIdsDestOldNew[$attributeSetId] = $newAttributeSet['attribute_set_id'];
$this->defaultAttributeSetIds[$newAttributeSet['entity_type_id']] = $newAttributeSet['attribute_set_id'];
}
}
/**
* Create mapping for attribute ids
*
* @return void
*/
private function createMapAttributeIds()
{
$newAttributes = $this->helper->getDestinationRecords(
'eav_attribute',
['entity_type_id', 'attribute_code']
);
foreach ($this->initialData->getAttributes(ModelData::TYPE_DEST) as $keyOld => $attributeOld) {
$entityTypeId = $attributeOld['entity_type_id'];
$attributeCode = $attributeOld['attribute_code'];
$keyMapped = $this->mapEntityTypeIdsDestOldNew[$entityTypeId] . '-' . $attributeCode;
$this->mapAttributeIdsDestOldNew[$attributeOld['attribute_id']] =
$newAttributes[$keyMapped]['attribute_id'];
}
foreach ($this->initialData->getAttributes(ModelData::TYPE_SOURCE) as $recordSourceId => $recordSource) {
foreach ($this->initialData->getAttributes(ModelData::TYPE_DEST) as $recordDestId => $recordDest) {
$sourceEntityTypeCode = $this->initialData->getEntityTypes(ModelData::TYPE_SOURCE)
[$recordSource['entity_type_id']]['entity_type_code'];
$destinationEntityTypeCode = $this->initialData->getEntityTypes(ModelData::TYPE_DEST)
[$recordDest['entity_type_id']]['entity_type_code'];
if ($recordSource['attribute_code'] == $recordDest['attribute_code']
&& $sourceEntityTypeCode == $destinationEntityTypeCode
) {
$this->mapAttributeIdsSourceDest[$recordSourceId] = $recordDestId;
}
}
}
}
/**
* Create mapping for attribute group ids
*/
private function createMapAttributeGroupIds()
{
$attributeGroupsDestination = $this->helper->getDestinationRecords(
'eav_attribute_group',
['attribute_group_id']
);
$attributeGroupsSource = $this->helper->getSourceRecords(
'eav_attribute_group',
['attribute_group_id']
);
$productAttributeSetIds = array_keys($this->modelData->getProductAttributeSets());
foreach ($attributeGroupsSource as $idSource => $recordSource) {
$sourceAttributeGroupName = $recordSource['attribute_group_name'];
if (in_array($recordSource['attribute_set_id'], $productAttributeSetIds)) {
$sourceAttributeGroupName = str_replace(
array_keys($this->mapProductAttributeGroupNamesSourceDest),
$this->mapProductAttributeGroupNamesSourceDest,
$recordSource['attribute_group_name']
);
}
$sourceKey = $recordSource['attribute_set_id'] . ' ' . $sourceAttributeGroupName;
foreach ($attributeGroupsDestination as $idDestination => $recordDestination) {
$destinationKey = $recordDestination['attribute_set_id']
. ' '
. $recordDestination['attribute_group_name'];
if ($sourceKey == $destinationKey) {
$this->mapAttributeGroupIdsSourceDest[$recordSource['attribute_group_id']] =
$recordDestination['attribute_group_id'];
}
}
}
}
/**
* Rollback backed up documents
*
* @return void
*/
public function rollback()
{
foreach (array_keys($this->readerGroups->getGroup('documents')) as $documentName) {
$destinationDocument = $this->destination->getDocument(
$this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE)
);
if ($destinationDocument !== false) {
$this->destination->rollbackDocument($destinationDocument->getName());
}
}
}
}
================================================
FILE: src/Migration/Step/Eav/Helper.php
================================================
map = $mapFactory->create('eav_map_file');
$this->source = $source;
$this->destination = $destination;
$this->factory = $factory;
$this->readerGroups = $groupsFactory->create('eav_document_groups_file');
$this->readerAttributes = $groupsFactory->create('eav_attribute_groups_file');
}
/**
* Get source records count
*
* @param string $sourceDocumentName
* @return int
*/
public function getSourceRecordsCount($sourceDocumentName)
{
return $this->source->getRecordsCount($sourceDocumentName);
}
/**
* Get destination records count
*
* @param string $sourceDocumentName
* @return int
*/
public function getDestinationRecordsCount($sourceDocumentName)
{
return $this->destination->getRecordsCount(
$this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE)
);
}
/**
* Get destination records
*
* @param string $sourceDocName
* @param array $keyFields
* @return array
*/
public function getDestinationRecords($sourceDocName, $keyFields = [])
{
$destinationDocumentName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
$data = [];
$count = $this->destination->getRecordsCount($destinationDocumentName);
foreach ($this->destination->getRecords($destinationDocumentName, 0, $count) as $row) {
if ($keyFields) {
$key = [];
foreach ($keyFields as $keyField) {
$key[] = $row[$keyField];
}
$data[implode('-', $key)] = $row;
} else {
$data[] = $row;
}
}
return $data;
}
/**
* Get source records
*
* @param string $sourceDocName
* @param array $keyFields
* @return array
*/
public function getSourceRecords($sourceDocName, $keyFields = [])
{
$data = [];
$count = $this->source->getRecordsCount($sourceDocName);
foreach ($this->source->getRecords($sourceDocName, 0, $count) as $row) {
if ($keyFields) {
$key = [];
foreach ($keyFields as $keyField) {
$key[] = $row[$keyField];
}
$data[implode('-', $key)] = $row;
} else {
$data[] = $row;
}
}
return $data;
}
/**
* Get record transformer
*
* @param Document $sourceDocument
* @param Document $destinationDocument
* @return RecordTransformer
*/
public function getRecordTransformer($sourceDocument, $destinationDocument)
{
return $this->factory->create([
'sourceDocument' => $sourceDocument,
'destDocument' => $destinationDocument,
'mapReader' => $this->map
])->init();
}
/**
* Delete backed up documents
*
* @return void
*/
public function deleteBackups()
{
foreach (array_keys($this->readerGroups->getGroup('documents')) as $documentName) {
$documentName = $this->map->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);
if ($documentName) {
$this->destination->deleteDocumentBackup($documentName);
}
}
}
/**
* Retrieves attribute codes with types of $groupName group
*
* @param string $groupName
* @return array
*/
public function getAttributesGroupCodes($groupName)
{
$entityTypesCodeToId = $this->getEntityTypesCodeToId();
$attributeCodes = $this->readerAttributes->getGroup($groupName);
foreach ($attributeCodes as $attributeCode => $attributeTypes) {
$attributeCodes[$attributeCode] = [];
foreach ($attributeTypes as $attributeType) {
if (array_key_exists($attributeType, $entityTypesCodeToId)) {
$attributeCodes[$attributeCode][] = $entityTypesCodeToId[$attributeType];
}
}
}
return $attributeCodes;
}
/**
* Get entity types code to id
*
* @return array
*/
private function getEntityTypesCodeToId()
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from($this->source->addDocumentPrefix('eav_entity_type'), ['entity_type_code', 'entity_type_id']);
$entityTypeIds = $select->getAdapter()->fetchPairs($select);
return $entityTypeIds;
}
}
================================================
FILE: src/Migration/Step/Eav/InitialData.php
================================================
attributeData]
* @var array
*/
private $attributes;
/**
* @var array;
*/
private $attributeSets;
/**
* @var array;
*/
private $attributeGroups;
/**
* @var array;
*/
private $entityTypes;
/**
* @var array;
*/
private $entityAttributes;
/**
* @var Source
*/
private $source;
/**
* @var Destination
*/
private $destination;
/**
* @var Map
*/
private $map;
/**
* @var Helper
*/
private $helper;
/**
* @param MapFactory $mapFactory
* @param Source $source
* @param Destination $destination
* @param Helper $helper
*/
public function __construct(MapFactory $mapFactory, Source $source, Destination $destination, Helper $helper)
{
$this->map = $mapFactory->create('eav_map_file');
$this->source = $source;
$this->destination = $destination;
$this->helper = $helper;
$this->initAttributeSets();
$this->initAttributeGroups();
$this->initAttributes();
$this->initEntityTypes();
$this->initEntityAttribute();
}
/**
* Load all entity types
*
* @return void
*/
private function initEntityTypes()
{
if ($this->entityTypes) {
return;
}
$this->entityTypes[ModelData::TYPE_SOURCE] =
$this->helper->getSourceRecords('eav_entity_type', ['entity_type_id']);
$this->entityTypes[ModelData::TYPE_DEST] =
$this->helper->getDestinationRecords('eav_entity_type', ['entity_type_id']);
}
/**
* Load all attributes from source and destination
*
* @return void
*/
private function initAttributes()
{
if ($this->attributes) {
return;
}
$sourceDocument = 'eav_attribute';
foreach ($this->helper->getSourceRecords($sourceDocument, ['attribute_id']) as $id => $record) {
$this->attributes[ModelData::TYPE_SOURCE][$id] = $record;
}
foreach ($this->helper->getDestinationRecords($sourceDocument, ['attribute_id']) as $id => $record) {
$this->attributes[ModelData::TYPE_DEST][$id] = $record;
}
}
/**
* Load attribute sets data before migration
*
* @return void
*/
private function initAttributeSets()
{
if ($this->attributeSets) {
return;
}
$this->attributeSets[ModelData::TYPE_SOURCE] = $this->helper->getSourceRecords(
'eav_attribute_set',
['attribute_set_id']
);
$this->attributeSets[ModelData::TYPE_DEST] = $this->helper->getDestinationRecords(
'eav_attribute_set',
['attribute_set_id']
);
}
/**
* Load attribute group data before migration
*
* @return void
*/
private function initAttributeGroups()
{
if ($this->attributeGroups) {
return;
}
$this->attributeGroups[ModelData::TYPE_SOURCE] = $this->helper->getSourceRecords(
'eav_attribute_group',
['attribute_group_id']
);
$this->attributeGroups[ModelData::TYPE_DEST] = $this->helper->getDestinationRecords(
'eav_attribute_group',
['attribute_group_id']
);
}
/**
* Load entity attribute data before migration
*
* @return void
*/
private function initEntityAttribute()
{
if ($this->entityAttributes) {
return;
}
$this->entityAttributes[ModelData::TYPE_SOURCE] = $this->helper->getSourceRecords(
'eav_entity_attribute',
['entity_attribute_id']
);
$this->entityAttributes[ModelData::TYPE_DEST] = $this->helper->getDestinationRecords(
'eav_entity_attribute',
['entity_attribute_id']
);
}
/**
* Get entity types
*
* @codeCoverageIgnore
* @param string $type
* @return array
*/
public function getEntityTypes($type)
{
return $this->entityTypes[$type];
}
/**
* Get attributes
*
* @codeCoverageIgnoreStart
* @param string $type
* @return mixed
*/
public function getAttributes($type)
{
return $this->attributes[$type];
}
/**
* Get attribute sets
*
* @param string $type
* @return array
*/
public function getAttributeSets($type)
{
return $this->attributeSets[$type];
}
/**
* Get attribute groups
*
* @param string $type
* @return array
*/
public function getAttributeGroups($type)
{
return $this->attributeGroups[$type];
}
/**
* Get Eav entity attributes
*
* @param string $type
* @return array
*/
public function getEntityAttributes($type)
{
return $this->entityAttributes[$type];
}
}
================================================
FILE: src/Migration/Step/Eav/Integrity/AttributeFrontendInput.php
================================================
helper = $helper;
$this->ignoredAttributes = $ignoredAttributes;
}
/**
* Check product attribute sets contain all required attribute group names
*
* @return array
*/
public function checkAttributeFrontendInput()
{
$sourceAttributes = $this->helper->getSourceRecords($this->attributeDocument);
$sourceAttributes = $this->ignoredAttributes->clearIgnoredAttributes($sourceAttributes);
$emptyAttributes = $this->getFrontendInputEmptyAttributes($sourceAttributes);
$incompatibleData = [];
foreach ($emptyAttributes as $emptyAttribute) {
$incompatibleData[] = [
'document' => $this->attributeDocument,
'field' => $this->attributeFieldName,
'error' => sprintf(
'Attribute with attribute_id=%s cannot contain empty field value',
$emptyAttribute['attribute_id']
)
];
}
return $incompatibleData;
}
/**
* Retrieves attributes with empty frontend_input parameter
*
* @param array $records
* @return array
*/
private function getFrontendInputEmptyAttributes($records)
{
$result = [];
$filterGroupCodes = $this->helper->getAttributesGroupCodes('frontend_input_empty_allowed');
foreach ($records as $record) {
if (empty($record['frontend_input']) &&
(
!array_key_exists($record['attribute_code'], $filterGroupCodes) ||
!in_array($record['entity_type_id'], $filterGroupCodes[$record['attribute_code']])
)
) {
$result[] = $record;
}
}
return $result;
}
}
================================================
FILE: src/Migration/Step/Eav/Integrity/ClassMap.php
================================================
[
'attribute_model',
'backend_model',
'frontend_model',
'source_model',
],
'catalog_eav_attribute' => [
'frontend_input_renderer',
],
'customer_eav_attribute' => [
'data_model',
],
'eav_entity_type' => [
'entity_model',
'attribute_model',
'increment_model',
'entity_attribute_collection',
]
];
/**
* @param Helper $helper
* @param Source $source
* @param ClassMapReader $classMapReader
* @param IgnoredAttributes $ignoredAttributes
*/
public function __construct(
Helper $helper,
Source $source,
ClassMapReader $classMapReader,
IgnoredAttributes $ignoredAttributes
) {
$this->helper = $helper;
$this->source = $source;
$this->classMapReader = $classMapReader;
$this->ignoredAttributes = $ignoredAttributes;
}
/**
* Check Class Mapping
*
* @return array
*/
public function checkClassMapping()
{
$classMapFailed = [];
foreach ($this->classMapFields as $tableName => $classMapFields) {
$sourceRecords = $this->helper->getSourceRecords($tableName);
$sourceRecords = $this->ignoredAttributes->clearIgnoredAttributes($sourceRecords);
$primaryKeyName = $this->getPrimaryKeyName($tableName);
foreach ($sourceRecords as $attribute) {
foreach ($classMapFields as $field) {
$className = $attribute[$field];
if (empty($className)) {
continue;
}
if (!$this->classMapReader->hasMap($className)) {
$classMapFailed[] = [
'document' => $tableName,
'field' => $field,
'error' => sprintf(
'Class %s is not mapped in record %s=%s',
$attribute[$field],
$primaryKeyName,
$attribute[$primaryKeyName]
)
];
}
}
}
}
return $classMapFailed;
}
/**
* Get primary key name
*
* @param string $documentName
* @return mixed
*/
private function getPrimaryKeyName($documentName)
{
if (isset($this->tableKeys[$documentName])) {
return $this->tableKeys[$documentName];
}
$this->tableKeys[$documentName] = null;
$sourceFields = $this->source->getDocument($documentName)->getStructure()->getFields();
foreach ($sourceFields as $params) {
if ($params['PRIMARY']) {
$this->tableKeys[$documentName] = $params['COLUMN_NAME'];
break;
}
}
return $this->tableKeys[$documentName];
}
}
================================================
FILE: src/Migration/Step/Eav/Integrity.php
================================================
groups = $groupsFactory->create('eav_document_groups_file');
$this->attributeFrontendInputIntegrity = $attributeFrontendInputIntegrity;
$this->classMapIntegrity = $classMapIntegrity;
parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$documents = array_keys($this->groups->getGroup('documents'));
foreach ($documents as $sourceDocumentName) {
$this->check([$sourceDocumentName], MapInterface::TYPE_SOURCE);
$destinationDocumentName = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
$this->check([$destinationDocumentName], MapInterface::TYPE_DEST);
}
$this->incompatibleDocumentFieldsData[MapInterface::TYPE_SOURCE] = array_merge(
$this->attributeFrontendInputIntegrity->checkAttributeFrontendInput(),
$this->classMapIntegrity->checkClassMapping()
);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Returns number of iterations for integrity check
*
* @return mixed
*/
protected function getIterationsCount()
{
return count($this->groups->getGroup('documents')) * 2;
}
}
================================================
FILE: src/Migration/Step/Eav/Model/Data.php
================================================
[
'General',
'Prices',
'Recurring Profile'
]
];
const ATTRIBUTE_SETS_ALL = 'all';
const ATTRIBUTE_SETS_DEFAULT = 'default';
const ATTRIBUTE_SETS_NONE_DEFAULT = 'none_default';
const ENTITY_TYPE_PRODUCT_CODE = 'catalog_product';
const ENTITY_TYPE_CATEGORY_CODE = 'catalog_category';
const ENTITY_TYPE_CUSTOMER_CODE = 'customer';
const ENTITY_TYPE_CUSTOMER_ADDRESS_CODE = 'customer_address';
const TYPE_SOURCE = 'source';
const TYPE_DEST = 'destination';
/**
* @param Source $source
* @param Destination $destination
* @param Helper $helper
* @param InitialData $initialData
* @param IgnoredAttributes $ignoredAttributes
*/
public function __construct(
Source $source,
Destination $destination,
Helper $helper,
InitialData $initialData,
IgnoredAttributes $ignoredAttributes
) {
$this->source = $source;
$this->destination = $destination;
$this->helper = $helper;
$this->initialData = $initialData;
$this->ignoredAttributes = $ignoredAttributes;
}
/**
* Update mapped keys for specific column in table
*
* @param string $destDocument
* @param string $column
* @param array $records
* @param array $mappedIdKeys
*/
public function updateMappedKeys($destDocument, $column, $records, $mappedIdKeys)
{
if (array_values($mappedIdKeys) == array_values(array_keys($mappedIdKeys))) {
return;
}
foreach ($records as &$record) {
if (!empty($mappedIdKeys[$record[$column]])) {
$record[$column] = $mappedIdKeys[$record[$column]];
}
}
$this->destination->clearDocument($destDocument);
$this->destination->saveRecords($destDocument, $records);
}
/**
* Get list of product attribute sets
*
* @param string $mode
* @param string $type
* @return array
*/
public function getProductAttributeSets(
$mode = self::ATTRIBUTE_SETS_ALL,
$type = self::TYPE_SOURCE
) {
$productEntityTypeId = $this->getEntityTypeIdByCode(self::ENTITY_TYPE_PRODUCT_CODE, $type);
$attributeSets = [];
foreach ($this->initialData->getAttributeSets($type) as $attributeSet) {
if ($productEntityTypeId == $attributeSet['entity_type_id']
&& (($mode == self::ATTRIBUTE_SETS_DEFAULT && $attributeSet['attribute_set_name'] == 'Default')
|| ($mode == self::ATTRIBUTE_SETS_NONE_DEFAULT && $attributeSet['attribute_set_name'] != 'Default')
|| ($mode == self::ATTRIBUTE_SETS_ALL))
) {
$attributeSets[$attributeSet['attribute_set_id']] = $attributeSet;
}
}
return $attributeSets;
}
/**
* Return entity type id by its code
*
* @param string $code
* @param string $type
* @return mixed|null
*/
public function getEntityTypeIdByCode($code, $type = self::TYPE_SOURCE)
{
$entityTypeId = null;
foreach ($this->initialData->getEntityTypes($type) as $entityType) {
if ($entityType['entity_type_code'] == $code) {
$entityTypeId = $entityType['entity_type_id'];
}
}
return $entityTypeId;
}
/**
* Return entity type code by its id
*
* @param int $id
* @param string $type
* @return mixed|null
*/
public function getEntityTypeCodeById($id, $type = self::TYPE_SOURCE)
{
$entityTypeCode = null;
foreach ($this->initialData->getEntityTypes($type) as $entityType) {
if ($entityType['entity_type_id'] == $id) {
$entityTypeCode = $entityType['entity_type_code'];
}
}
return $entityTypeCode;
}
/**
* Return entity type code by attribute set id
*
* @param int $id
* @param string $type
* @return string|null
*/
public function getEntityTypeCodeByAttributeSetId($id, $type = self::TYPE_SOURCE)
{
$entityTypeCode = null;
foreach ($this->initialData->getAttributeSets($type) as $attributeSet) {
if ($attributeSet['attribute_set_id'] == $id) {
$entityTypeCode = $this->getEntityTypeCodeById($attributeSet['entity_type_id']);
}
}
return $entityTypeCode;
}
/**
* Get default product attribute groups
*
* @return array
*/
public function getDefaultProductAttributeGroups()
{
$defaultProductAttributeSet = $this->getProductAttributeSets(
self::ATTRIBUTE_SETS_DEFAULT,
self::TYPE_DEST
);
$defaultProductAttributeSetId = array_shift($defaultProductAttributeSet)['attribute_set_id'];
$attributeGroups = [];
foreach ($this->initialData->getAttributeGroups(self::TYPE_DEST) as $attributeGroup) {
if ($attributeGroup['attribute_set_id'] == $defaultProductAttributeSetId) {
$attributeGroup['attribute_group_id'] = null;
$attributeGroup['attribute_set_id'] = null;
$attributeGroups[] = $attributeGroup;
}
}
return $attributeGroups;
}
/**
* Get default product entity attributes
*
* @return array
*/
public function getDefaultProductEntityAttributes()
{
$defaultProductAttributeSet = $this->getProductAttributeSets(
self::ATTRIBUTE_SETS_DEFAULT,
self::TYPE_DEST
);
$defaultProductAttributeSetId = array_shift($defaultProductAttributeSet)['attribute_set_id'];
$entityAttributes = [];
foreach ($this->initialData->getEntityAttributes(self::TYPE_DEST) as $entityAttribute) {
if ($entityAttribute['attribute_set_id'] == $defaultProductAttributeSetId) {
$entityAttribute['entity_attribute_id'] = null;
$entityAttribute['attribute_set_id'] = null;
$entityAttributes[] = $entityAttribute;
}
}
return $entityAttributes;
}
/**
* Get attribute group id for attribute set
*
* @param int $prototypeAttributeGroupId
* @param int $attributeSetId
* @return mixed|null
*/
public function getAttributeGroupIdForAttributeSet($prototypeAttributeGroupId, $attributeSetId)
{
$attributeGroupId = null;
$attributeGroupCode = $this->getDestAttributeGroupCodeFromId($prototypeAttributeGroupId);
foreach ($this->helper->getDestinationRecords('eav_attribute_group') as $attributeGroup) {
if ($attributeGroup['attribute_set_id'] == $attributeSetId
&& $attributeGroup['attribute_group_code'] == $attributeGroupCode
) {
$attributeGroupId = $attributeGroup['attribute_group_id'];
}
}
return $attributeGroupId;
}
/**
* Get destination attribute group code from id
*
* @param int $attributeGroupId
* @return mixed|null
*/
public function getDestAttributeGroupCodeFromId($attributeGroupId)
{
$attributeGroupCode = null;
foreach ($this->initialData->getAttributeGroups(self::TYPE_DEST) as $attributeGroup) {
if ($attributeGroup['attribute_group_id'] == $attributeGroupId) {
$attributeGroupCode = $attributeGroup['attribute_group_code'];
}
}
return $attributeGroupCode;
}
/**
* Get source attribute group name from id
*
* @param int $attributeGroupId
* @return mixed|null
*/
public function getSourceAttributeGroupNameFromId($attributeGroupId)
{
$attributeGroupName = null;
foreach ($this->initialData->getAttributeGroups(self::TYPE_SOURCE) as $attributeGroup) {
if ($attributeGroup['attribute_group_id'] == $attributeGroupId) {
$attributeGroupName = $attributeGroup['attribute_group_name'];
}
}
return $attributeGroupName;
}
/**
* Get custom attribute groups
*
* @param int $attributeSetId
* @return array
*/
public function getCustomAttributeGroups($attributeSetId)
{
$defaultAttributeGroupNames = [];
$sourceAttributeGroupNames = [];
$entityTypeCode = $this->getEntityTypeCodeByAttributeSetId($attributeSetId);
$excludedAttributeGroups = $this->excludedAttributeGroups[$entityTypeCode] ?? [];
if ($entityTypeCode == self::ENTITY_TYPE_PRODUCT_CODE) {
foreach ($this->getDefaultProductAttributeGroups() as $attributeGroup) {
$defaultAttributeGroupNames[] = $attributeGroup['attribute_group_name'];
}
} else {
foreach ($this->initialData->getAttributeGroups(self::TYPE_DEST) as $attributeGroup) {
if ($attributeGroup['attribute_set_id'] == $attributeSetId) {
$defaultAttributeGroupNames[] = $attributeGroup['attribute_group_name'];
}
}
}
foreach ($this->initialData->getAttributeGroups(self::TYPE_SOURCE) as $attributeGroup) {
if ($attributeGroup['attribute_set_id'] == $attributeSetId) {
if (in_array($attributeGroup['attribute_group_name'], $excludedAttributeGroups)) {
continue;
}
$sourceAttributeGroupNames[$attributeGroup['attribute_group_id']]
= $attributeGroup['attribute_group_name'];
}
}
return array_keys(array_diff($sourceAttributeGroupNames, $defaultAttributeGroupNames));
}
/**
* Get custom attribute ids
*
* @return array
*/
public function getCustomAttributeIds()
{
$defaultAttributes = [];
$entityTypesSource = $this->initialData->getEntityTypes(self::TYPE_SOURCE);
$entityTypesDest = $this->initialData->getEntityTypes(self::TYPE_DEST);
foreach ($this->initialData->getAttributes(self::TYPE_DEST) as $id => $attribute) {
$defaultAttributes[$id] =
$entityTypesDest[$attribute['entity_type_id']]['entity_type_code']
. '--'
. $attribute['attribute_code'];
}
$sourceAttributes = $this->ignoredAttributes->clearIgnoredAttributes(
$this->initialData->getAttributes(self::TYPE_SOURCE)
);
foreach ($sourceAttributes as $id => $attribute) {
$sourceAttributes[$id] =
$entityTypesSource[$attribute['entity_type_id']]['entity_type_code']
. '--'
. $attribute['attribute_code'];
}
return array_keys(array_diff($sourceAttributes, $defaultAttributes));
}
}
================================================
FILE: src/Migration/Step/Eav/Model/IgnoredAttributes.php
================================================
helper = $helper;
$this->initialData = $initialData;
}
/**
* Remove ignored attributes from source records
*
* @param array $sourceRecords
* @return array
*/
public function clearIgnoredAttributes($sourceRecords)
{
$attributesIgnoreIds = [];
$initialAttributes = $this->initialData->getAttributes(ModelData::TYPE_SOURCE);
$ignoredAttributes = $this->helper->getAttributesGroupCodes('ignore');
foreach ($ignoredAttributes as $attributeCode => $entityTypeIds) {
foreach ($initialAttributes as $attribute) {
if ($attribute['attribute_code'] == $attributeCode
&& in_array($attribute['entity_type_id'], $entityTypeIds)
) {
$attributesIgnoreIds[] = $attribute['attribute_id'];
}
}
}
foreach ($sourceRecords as $attrNum => $sourceAttribute) {
if (isset($sourceAttribute['attribute_id'])
&& in_array($sourceAttribute['attribute_id'], $attributesIgnoreIds)
) {
unset($sourceRecords[$attrNum]);
}
}
return $sourceRecords;
}
}
================================================
FILE: src/Migration/Step/Eav/Volume.php
================================================
initialData = $initialData;
$this->ignoredAttributes = $ignoredAttributes;
$this->helper = $helper;
$this->progress = $progress;
$this->groups = $groupsFactory->create('eav_document_groups_file');
$this->destination = $destination;
parent::__construct($logger);
}
/**
* Perform
*
* @return bool
*/
public function perform()
{
$this->progress->start(2);
$this->checkAttributesMismatch();
$this->progress->finish();
$result = $this->checkForErrors(Logger::ERROR);
if ($result) {
$this->helper->deleteBackups();
}
return $result;
}
/**
* Check attributes mismatch
*
* @return void
*/
private function checkAttributesMismatch()
{
foreach ($this->helper->getDestinationRecords('eav_attribute') as $attribute) {
$sourceAttributes = $this->ignoredAttributes
->clearIgnoredAttributes($this->initialData->getAttributes(ModelData::TYPE_SOURCE));
if (isset($sourceAttributes[$attribute['attribute_id']])
&& ($sourceAttributes[$attribute['attribute_id']]['attribute_code'] != $attribute['attribute_code'])
) {
$this->errors[] = sprintf(
'Source and Destination attributes mismatch. Attribute id:%s',
$attribute['attribute_id']
);
}
}
$this->progress->advance();
}
}
================================================
FILE: src/Migration/Step/Inventory/Data.php
================================================
sourceItem = $sourceItem;
$this->stockSalesChannel = $stockSalesChannel;
$this->shipmentSource = $shipmentSource;
$this->progress = $progress;
$this->inventoryModule = $inventoryModule;
}
/**
* @inheritdoc
*/
public function perform()
{
if (!$this->inventoryModule->isInventoryModuleEnabled()) {
return true;
}
$inventoryModels = [$this->sourceItem, $this->stockSalesChannel, $this->shipmentSource];
$this->progress->start(count($inventoryModels));
/** @var Model\InventoryModelInterface $inventoryModel */
foreach ($inventoryModels as $inventoryModel) {
$inventoryModel->insertFromSelect($inventoryModel->prepareSelect());
$this->progress->advance();
}
$this->progress->finish();
return true;
}
}
================================================
FILE: src/Migration/Step/Inventory/Delta.php
================================================
sourceItem = $sourceItem;
$this->shipmentSource = $shipmentSource;
$this->inventoryModule = $inventoryModule;
$this->deltaTablesMap = [
'cataloginventory_stock_item' => ['field' => 'product_id', 'model' => $this->sourceItem],
'sales_flat_shipment' => ['field' => 'entity_id', 'model' => $this->shipmentSource]
];
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
protected function processChangedRecords($documentName, $idKeys)
{
if (!$this->inventoryModule->isInventoryModuleEnabled()
|| !in_array($documentName, array_keys($this->deltaTablesMap))
) {
return;
}
$page = 0;
$ids = [];
/** @var Model\InventoryModelInterface $inventoryModel */
$inventoryModel = $this->deltaTablesMap[$documentName]['model'];
$fieldId = $this->deltaTablesMap[$documentName]['field'];
while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys, $page++, true))) {
foreach ($items as $item) {
$ids[] = $item[$fieldId];
echo('.');
}
$select = $inventoryModel->prepareSelect()->where($fieldId . ' IN(?)', $ids);
$inventoryModel->insertFromSelect($select);
}
}
}
================================================
FILE: src/Migration/Step/Inventory/Integrity.php
================================================
sourceItem = $sourceItem;
$this->stockSalesChannel = $stockSalesChannel;
$this->shipmentSource = $shipmentSource;
$this->inventoryModule = $inventoryModule;
parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);
}
/**
* @inheritdoc
*/
public function perform()
{
if (!$this->inventoryModule->isInventoryModuleEnabled()) {
return true;
}
$inventoryModels = [$this->sourceItem, $this->stockSalesChannel, $this->shipmentSource];
$this->progress->start(count($inventoryModels));
/** @var Model\TableInterface $inventoryModel */
foreach ($inventoryModels as $inventoryModel) {
$tableName = $inventoryModel->getDestinationTableName();
$tableFields = $inventoryModel->getDestinationTableFields();
if (!$this->destination->getDocument($tableName)) {
$this->missingDocuments[MapInterface::TYPE_DEST][$tableName] = true;
} else {
$structureExistingTable = array_keys(
$this->destination
->getDocument($tableName)
->getStructure()
->getFields()
);
$this->checkStructure(
$tableName,
$tableFields,
$structureExistingTable
);
}
$this->progress->advance();
}
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Check structure
*
* @param string $documentName
* @param array $source
* @param array $destination
* @return void
*/
private function checkStructure($documentName, array $source, array $destination)
{
$fieldsDiff = array_diff($source, $destination);
if ($fieldsDiff) {
$this->missingDocumentFields[MapInterface::TYPE_DEST][$documentName] = $fieldsDiff;
}
$fieldsDiff = array_diff($destination, $source);
if ($fieldsDiff) {
$this->missingDocumentFields[MapInterface::TYPE_SOURCE][$documentName] = $fieldsDiff;
}
}
/**
* @inheritdoc
*/
protected function checkForErrors()
{
$checkDocuments = $this->checkDocuments();
$checkDocumentFields = $this->checkDocumentFields();
return $checkDocuments && $checkDocumentFields;
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return 0;
}
}
================================================
FILE: src/Migration/Step/Inventory/Model/InventoryModelInterface.php
================================================
moduleList = $moduleList;
}
/**
* Check if Inventory module is enabled
*
* @return bool
*/
public function isInventoryModuleEnabled()
{
return in_array('Magento_Inventory', $this->moduleList->getNames());
}
}
================================================
FILE: src/Migration/Step/Inventory/Model/InventorySource.php
================================================
destination = $destination;
}
/**
* Get default source code
*
* @return string
*/
public function getDefaultSourceCode()
{
if ($this->defaultSourceCode) {
return $this->defaultSourceCode;
}
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destination->getAdapter()->getSelect()
->from($this->destination->addDocumentPrefix($this->sourceTable), [$this->defaultField]);
$this->defaultSourceCode = $select->getAdapter()->fetchOne($select);
return $this->defaultSourceCode;
}
}
================================================
FILE: src/Migration/Step/Inventory/Model/ShipmentSource.php
================================================
destination = $destination;
$this->inventorySource = $inventorySource;
}
/**
* @inheritdoc
*/
public function prepareSelect()
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destination->getAdapter()->getSelect()
->from(
[$this->getSourceTableName()],
[
'shipment_id' => 'entity_id',
'source_code' => new \Zend_Db_Expr("'" . $this->inventorySource->getDefaultSourceCode() . "'"),
]
);
return $select;
}
/**
* @inheritdoc
*/
public function insertFromSelect(\Magento\Framework\DB\Select $select)
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$adapter->insertFromSelect(
$select,
$this->getDestinationTableName(),
$this->getDestinationTableFields(),
Mysql::INSERT_ON_DUPLICATE
);
}
/**
* @inheritdoc
*/
public function getDestinationTableName()
{
return $this->destination->addDocumentPrefix($this->shipmentSourceTable);
}
/**
* @inheritdoc
*/
public function getDestinationTableFields()
{
return $this->shipmentSourceTableFields;
}
/**
* @inheritdoc
*/
public function getSourceTableName()
{
return $this->destination->addDocumentPrefix($this->salesShipmentTable);
}
}
================================================
FILE: src/Migration/Step/Inventory/Model/SourceItem.php
================================================
inventorySource = $inventorySource;
$this->destination = $destination;
}
/**
* @inheritdoc
*/
public function prepareSelect()
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destination->getAdapter()->getSelect()
->from(
['legacy_stock_item' => $this->getSourceTableName()],
[
'source_code' => new \Zend_Db_Expr("'" . $this->inventorySource->getDefaultSourceCode() . "'"),
'quantity' => 'qty',
'status' => 'is_in_stock'
]
)
->join(
['product' => $this->destination->addDocumentPrefix($this->productTable)],
'product.entity_id = legacy_stock_item.product_id',
'sku'
)
->where('website_id = ?', 0);
return $select;
}
/**
* @inheritdoc
*/
public function insertFromSelect(\Magento\Framework\DB\Select $select)
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$adapter->insertFromSelect(
$select,
$this->getDestinationTableName(),
array_diff($this->getDestinationTableFields(), ['source_item_id']),
Mysql::INSERT_ON_DUPLICATE
);
}
/**
* @inheritdoc
*/
public function getDestinationTableName()
{
return $this->destination->addDocumentPrefix($this->sourceItemTable);
}
/**
* @inheritdoc
*/
public function getDestinationTableFields()
{
return $this->sourceItemTableFields;
}
/**
* @inheritdoc
*/
public function getSourceTableName()
{
return $this->destination->addDocumentPrefix($this->legacyStockItemTable);
}
}
================================================
FILE: src/Migration/Step/Inventory/Model/StockSalesChannel.php
================================================
destination = $destination;
}
/**
* @inheritdoc
*/
public function prepareSelect()
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destination->getAdapter()->getSelect()
->from(
$this->getSourceTableName(),
['type' => new \Zend_Db_Expr('"website"'), 'code', 'stock_id' => new \Zend_Db_Expr('"1"')]
)
->where('code != ?', 'admin');
return $select;
}
/**
* @inheritdoc
*/
public function insertFromSelect(\Magento\Framework\DB\Select $select)
{
$this->destination->clearDocument($this->getDestinationTableName());
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$adapter->insertFromSelect(
$select,
$this->getDestinationTableName(),
$this->getDestinationTableFields(),
Mysql::INSERT_ON_DUPLICATE
);
}
/**
* @inheritdoc
*/
public function getDestinationTableName()
{
return $this->destination->addDocumentPrefix($this->stockSalesChannelTable);
}
/**
* @inheritdoc
*/
public function getDestinationTableFields()
{
return $this->stockSalesChannelTableFields;
}
/**
* @inheritdoc
*/
public function getSourceTableName()
{
return $this->destination->addDocumentPrefix($this->storeWebsiteTable);
}
}
================================================
FILE: src/Migration/Step/Inventory/Model/TableInterface.php
================================================
sourceItem = $sourceItem;
$this->shipmentSource = $shipmentSource;
$this->inventoryModule = $inventoryModule;
$this->destination = $destination;
$this->progress = $progress;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
if (!$this->inventoryModule->isInventoryModuleEnabled()) {
return true;
}
$inventoryModels = [$this->sourceItem, $this->shipmentSource];
$this->progress->start(count($inventoryModels));
/** @var Model\TableInterface $inventoryModel */
foreach ($inventoryModels as $inventoryModel) {
$this->progress->advance();
$sourceCount = $this->destination->getRecordsCount($inventoryModel->getSourceTableName());
$destinationCount = $this->destination->getRecordsCount($inventoryModel->getDestinationTableName());
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$inventoryModel->getDestinationTableName(),
$sourceCount,
$destinationCount
);
}
}
$this->progress->finish();
return $this->checkForErrors();
}
}
================================================
FILE: src/Migration/Step/Log/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('log_map_file');
$this->progress = $progress;
$this->readerGroups = $groupsFactory->create('log_document_groups_file');
$this->logger = $logger;
$this->sourceAdapter = $this->source->getAdapter();
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getBulksCount(), LogManager::LOG_LEVEL_INFO);
$sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
foreach ($sourceDocuments as $sourceDocName) {
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$destDocument = $this->destination->getDocument($destinationName);
$this->destination->clearDocument($destinationName);
/** @var RecordTransformer $recordTransformer */
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
$pageNumber = 0;
$this->logger->debug('migrating', ['table' => $sourceDocName]);
$this->progress->start($this->source->getRecordsCount($sourceDocName), LogManager::LOG_LEVEL_DEBUG);
$sourceDocumentName = $sourceDocument->getName();
/** @var \Magento\Framework\DB\Select $select */
$select = $this->getLogDataSelect();
while (!empty($bulk = $this->getRecords($sourceDocumentName, $select, $pageNumber))) {
$pageNumber++;
$destinationRecords = $destDocument->getRecords();
foreach ($bulk as $recordData) {
$this->progress->advance(LogManager::LOG_LEVEL_DEBUG);
/** @var Record $record */
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $recordData]);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($record, $destRecord);
$destinationRecords->addRecord($destRecord);
}
$this->destination->saveRecords($destinationName, $destinationRecords);
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
}
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->clearLog(array_keys($this->readerGroups->getGroup('destination_documents_to_clear')));
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Get records
*
* @param string $sourceDocumentName
* @param \Magento\Framework\DB\Select $select
* @param int $pageNumber
* @return array
*/
protected function getRecords($sourceDocumentName, \Magento\Framework\DB\Select $select, $pageNumber)
{
$select->limit(
$this->source->getPageSize($sourceDocumentName),
$pageNumber * $this->source->getPageSize($sourceDocumentName)
);
return $this->sourceAdapter->loadDataFromSelect($select);
}
/**
* Get log data select
*
* @return \Magento\Framework\DB\Select
*/
public function getLogDataSelect()
{
$fields = [
'visitor_id' => 'lv.visitor_id',
'customer_id' => 'lc.customer_id',
'session_id' => 'lv.session_id',
'last_visit_at' => 'lv.last_visit_at',
'first_visit_at' => 'lv.first_visit_at',
];
/** @var \Magento\Framework\DB\Select $select */
$select = $this->sourceAdapter->getSelect();
$select->from(['lv' => $this->source->addDocumentPrefix('log_visitor')], $fields)
->joinLeft(
['lc' => $this->source->addDocumentPrefix('log_customer')],
'lv.visitor_id = lc.visitor_id',
[]
)
->group('lv.visitor_id')
->order('lv.visitor_id');
return $select;
}
/**
* Clear log
*
* @param array $documents
* @return void
*/
protected function clearLog($documents)
{
foreach ($documents as $documentName) {
$this->progress->advance();
$this->destination->clearDocument($documentName);
}
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getBulksCount()
{
$iterations = 0;
foreach (array_keys($this->readerGroups->getGroup('source_documents')) as $document) {
$iterations += ceil($this->source->getRecordsCount($document) / $this->source->getPageSize($document));
}
return count($this->readerGroups->getGroup('destination_documents_to_clear'))
+ $iterations;
}
}
================================================
FILE: src/Migration/Step/Log/Delta.php
================================================
readerGroups = $groupsFactory->create('log_document_groups_file');
parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$srcDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
$dstDocuments = [];
foreach ($srcDocuments as $sourceDocumentName) {
$dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
}
$this->check($srcDocuments, MapInterface::TYPE_SOURCE);
$this->check($dstDocuments, MapInterface::TYPE_DEST);
$dstDocumentList = array_flip($this->destination->getDocumentList());
foreach (array_keys($this->readerGroups->getGroup('destination_documents_to_clear')) as $document) {
$this->progress->advance();
if (!isset($dstDocumentList[$document])) {
$this->missingDocuments[MapInterface::TYPE_DEST][$document] = true;
}
}
$this->progress->finish();
return $this->checkForErrors();
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return count($this->readerGroups->getGroup('destination_documents_to_clear'))
+ count($this->readerGroups->getGroup('source_documents')) * 2;
}
}
================================================
FILE: src/Migration/Step/Log/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->map = $mapFactory->create('log_map_file');
$this->progress = $progress;
$this->readerGroups = $groupsFactory->create('log_document_groups_file');
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
$this->progress->start($this->getIterationsCount());
foreach ($sourceDocuments as $sourceDocName) {
$this->progress->advance();
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$sourceCount = $this->source->getRecordsCount($sourceDocName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
if (!$this->checkCleared(array_keys($this->readerGroups->getGroup('destination_documents_to_clear')))) {
$this->errors[] = 'Log documents in the destination resource are not cleared';
}
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Check cleared
*
* @param array $documents
* @return bool
*/
protected function checkCleared($documents)
{
$documentsAreEmpty = true;
foreach ($documents as $documentName) {
$this->progress->advance();
$destinationCount = $this->destination->getRecordsCount($documentName);
if ($destinationCount > 0) {
$documentsAreEmpty = false;
break;
}
$destinationCount = null;
}
return $documentsAreEmpty;
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->readerGroups->getGroup('destination_documents_to_clear'))
+ count($this->readerGroups->getGroup('source_documents'));
}
}
================================================
FILE: src/Migration/Step/Map/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('map_file');
$this->progressBar = $progressBar;
$this->progress = $progress;
$this->logger = $logger;
$this->config = $config;
$this->copyDirectly = (bool)$this->config->getOption('direct_document_copy');
$this->helper = $helper;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progressBar->start(count($this->source->getDocumentList()), LogManager::LOG_LEVEL_INFO);
$sourceDocuments = $this->source->getDocumentList();
$stage = 'run';
$processedDocuments = $this->progress->getProcessedEntities($this, $stage);
foreach (array_diff($sourceDocuments, $processedDocuments) as $sourceDocName) {
$this->progressBar->advance(LogManager::LOG_LEVEL_INFO);
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$destDocument = $this->destination->getDocument($destinationName);
if (!$destDocument) {
continue;
}
$this->destination->clearDocument($destinationName);
$this->logger->debug('migrating', ['table' => $sourceDocName]);
$recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);
$doCopy = $recordTransformer === null && $this->copyDirectly;
if ($doCopy && $this->isCopiedDirectly($sourceDocument, $destDocument)) {
$this->progressBar->start(1, LogManager::LOG_LEVEL_DEBUG);
} else {
$pageNumber = 0;
$this->progressBar->start(
ceil($this->source->getRecordsCount($sourceDocName) / $this->source->getPageSize($sourceDocName)),
LogManager::LOG_LEVEL_DEBUG
);
while (!empty($items = $this->source->getRecords($sourceDocName, $pageNumber))) {
$pageNumber++;
$destinationRecords = $destDocument->getRecords();
foreach ($items as $data) {
if ($recordTransformer) {
/** @var Record $record */
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($record, $destRecord);
} else {
$destRecord = $this->recordFactory->create(['document' => $destDocument, 'data' => $data]);
}
$destinationRecords->addRecord($destRecord);
}
$this->source->setLastLoadedRecord($sourceDocName, end($items));
$this->progressBar->advance(LogManager::LOG_LEVEL_DEBUG);
$fieldsUpdateOnDuplicate = $this->helper->getFieldsUpdateOnDuplicate($destinationName);
$this->destination->saveRecords($destinationName, $destinationRecords, $fieldsUpdateOnDuplicate);
}
}
$this->source->setLastLoadedRecord($sourceDocName, []);
$this->progress->addProcessedEntity($this, $stage, $sourceDocName);
$this->progressBar->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->progressBar->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Get record transformer
*
* @param Document $sourceDocument
* @param Document $destDocument
* @return \Migration\RecordTransformer
*/
public function getRecordTransformer(Document $sourceDocument, Document $destDocument)
{
if ($this->canJustCopy($sourceDocument, $destDocument)) {
return null;
}
/** @var \Migration\RecordTransformer $recordTransformer */
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
return $recordTransformer;
}
/**
* Can just copy
*
* @param Document $sourceDocument
* @param Document $destDocument
* @return bool
*/
public function canJustCopy(Document $sourceDocument, Document $destDocument)
{
return $this->haveEqualStructure($sourceDocument, $destDocument)
&& !$this->hasHandlers($sourceDocument, MapInterface::TYPE_SOURCE)
&& !$this->hasHandlers($destDocument, MapInterface::TYPE_DEST);
}
/**
* Have equal structure
*
* @param Document $sourceDocument
* @param Document $destDocument
* @return string bool
*/
protected function haveEqualStructure(Document $sourceDocument, Document $destDocument)
{
$diff = array_diff_key(
$sourceDocument->getStructure()->getFields(),
$destDocument->getStructure()->getFields()
);
return empty($diff);
}
/**
* Is copied directly
*
* @param Document $sourceDocument
* @param Document $destinationDocument
* @return bool
*/
protected function isCopiedDirectly(Document $sourceDocument, Document $destinationDocument)
{
if (!$this->copyDirectly) {
return;
}
$result = true;
$schema = $this->config->getSource()['database']['name'];
/** @var \Magento\Framework\DB\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from($this->source->addDocumentPrefix($sourceDocument->getName()), '*', $schema);
try {
$this->destination->getAdapter()->insertFromSelect(
$select,
$this->destination->addDocumentPrefix($destinationDocument->getName()),
array_keys($sourceDocument->getStructure()->getFields())
);
} catch (\Exception $e) {
$this->copyDirectly = false;
$this->logger->warning(
'Document ' . $sourceDocument->getName() . ' can not be copied directly because of error: '
. $e->getMessage()
);
$result = false;
}
return $result;
}
/**
* Has handlers
*
* @param Document $document
* @param string $type
* @return bool
*/
protected function hasHandlers(Document $document, $type)
{
$result = false;
foreach (array_keys($document->getStructure()->getFields()) as $fieldName) {
$handlerConfig = $this->map->getHandlerConfigs($document->getName(), $fieldName, $type);
if (!empty($handlerConfig)) {
$result = true;
break;
}
}
return $result;
}
}
================================================
FILE: src/Migration/Step/Map/Delta.php
================================================
data = $data;
$this->documentsDuplicateOnUpdate = $helper->getDocumentsDuplicateOnUpdate();
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* Get record transformer
*
* @param ResourceModel\Document $sourceDocument
* @param ResourceModel\Document $destinationDocument
* @return \Migration\RecordTransformer
*/
protected function getRecordTransformer($sourceDocument, $destinationDocument)
{
return $this->data->getRecordTransformer($sourceDocument, $destinationDocument);
}
}
================================================
FILE: src/Migration/Step/Map/Helper.php
================================================
readerGroups = $groupsFactory->create('map_document_groups');
$this->deltaDocuments = $groupsFactory->create('delta_document_groups_file')->getGroup($this->groupName);
$this->documentsDuplicateOnUpdate = $this->readerGroups->getGroup('destination_documents_update_on_duplicate');
foreach ($this->documentsDuplicateOnUpdate as $document => $fields) {
$this->documentsDuplicateOnUpdate[$document] = explode(',', $fields);
}
}
/**
* Get fields update on duplicate
*
* @param string $documentName
* @return array|bool
*/
public function getFieldsUpdateOnDuplicate($documentName)
{
return (!empty($this->documentsDuplicateOnUpdate[$documentName]))
? $this->documentsDuplicateOnUpdate[$documentName]
: false;
}
/**
* Get all documents for duplicate on update operation
*
* @return array
*/
public function getDocumentsDuplicateOnUpdate()
{
return $this->documentsDuplicateOnUpdate;
}
/**
* skip if current mode is delta and the document not within delta list
*
* @param $documentName
* @param $mode
* @return bool
*/
public function skipIfDeltaMode($documentName, $mode)
{
if ($mode == $this->deltaMode && !in_array($documentName, array_keys($this->deltaDocuments))) {
return true;
}
return false;
}
}
================================================
FILE: src/Migration/Step/Map/Integrity.php
================================================
progress->start($this->getIterationsCount());
$this->check($this->source->getDocumentList(), MapInterface::TYPE_SOURCE);
$this->check($this->destination->getDocumentList(), MapInterface::TYPE_DEST);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
$sourceDocuments = $this->source->getDocumentList();
$destDocuments = $this->destination->getDocumentList();
return count($sourceDocuments) + count($destDocuments);
}
}
================================================
FILE: src/Migration/Step/Map/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->map = $mapFactory->create('map_file');
$this->progressBar = $progressBar;
$this->helper = $helper;
$this->progress = $progress;
$this->mode = $mode;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = $this->source->getDocumentList();
$this->progressBar->start(count($sourceDocuments));
foreach ($sourceDocuments as $sourceDocName) {
$this->progressBar->advance();
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName
|| !$this->destination->getDocument($destinationName)
|| $this->helper->getFieldsUpdateOnDuplicate($destinationName)
|| $this->helper->skipIfDeltaMode($destinationName, $this->mode)
) {
continue;
}
$sourceCount = $this->source->getRecordsCount($sourceDocName, true);
$destinationCount = $this->getDestinationRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
$this->progressBar->finish();
return $this->checkForErrors();
}
/**
* Get count of records in destination table
*
* @param string $destinationName
* @return int
*/
public function getDestinationRecordsCount($destinationName)
{
if (null === $this->changedDocumentRowsCount) {
$this->changedDocumentRowsCount = $this->progress->getProcessedEntities(
'PostProcessing',
'changedDocumentRowsCount'
);
}
$destinationCount = $this->destination->getRecordsCount($destinationName);
if (!empty($this->changedDocumentRowsCount[$destinationName])) {
$destinationCount += $this->changedDocumentRowsCount[$destinationName];
}
return $destinationCount;
}
}
================================================
FILE: src/Migration/Step/OrderGrids/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->destinationAdapter = $this->destination->getAdapter();
$this->progress = $progress;
$this->recordFactory = $recordFactory;
$this->logger = $logger;
$this->helper = $helper;
$this->config = $config;
$this->copyDirectly = (bool)$this->config->getOption('direct_document_copy');
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);
foreach ($this->getDocumentList() as $methodToExecute => $document) {
$destinationDocumentName = $document['destination'];
$this->destination->clearDocument($destinationDocumentName);
$this->progress->start(1, LogManager::LOG_LEVEL_DEBUG);
$sourceGridDocument = array_flip($this->helper->getDocumentList())[$destinationDocumentName];
$isCopiedDirectly = $this->isCopiedDirectly(
$methodToExecute,
$document['columns'],
$destinationDocumentName,
$sourceGridDocument
);
if (!$isCopiedDirectly) {
$pageNumber = 0;
while (!empty($entityIds = $this->getEntityIds($sourceGridDocument, $pageNumber))) {
$pageNumber++;
$this->destination->getAdapter()->insertFromSelect(
$this->{$methodToExecute}($document['columns'], $entityIds),
$this->destination->addDocumentPrefix($destinationDocumentName),
[],
\Magento\Framework\Db\Adapter\AdapterInterface::INSERT_ON_DUPLICATE
);
}
}
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Performance optimized way. In case when source has direct access to destination database
*
* @param string $methodToExecute
* @param array $columns
* @param string $destinationDocumentName
* @param string $sourceGridDocument
* @return bool|void
*/
protected function isCopiedDirectly(
$methodToExecute,
array $columns,
$destinationDocumentName,
$sourceGridDocument
) {
if (!$this->copyDirectly) {
return;
}
$result = true;
try {
$entityIdsSelect = $this->getEntityIdsSelect($sourceGridDocument);
$this->destination->getAdapter()->insertFromSelect(
$this->{$methodToExecute}($columns, new \Zend_Db_Expr($entityIdsSelect)),
$this->destination->addDocumentPrefix($destinationDocumentName),
[],
\Magento\Framework\Db\Adapter\AdapterInterface::INSERT_ON_DUPLICATE
);
} catch (\Exception $e) {
$this->copyDirectly = false;
$this->logger->error(
'Document ' . $sourceGridDocument . ' can not be copied directly because of error: '
. $e->getMessage()
);
$result = false;
}
return $result;
}
/**
* Get iterations count
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->getDocumentList());
}
/**
* Get select sales order grid
*
* @param array $columns
* @param \Zend_Db_Expr|array $entityIds
* @return \Magento\Framework\DB\Select
*/
public function getSelectSalesOrderGrid(array $columns, $entityIds)
{
foreach ($columns as $key => $value) {
$columns[$key] = new \Zend_Db_Expr($value);
}
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destinationAdapter->getSelect();
$select->from(['sales_order' => $this->destination->addDocumentPrefix('sales_order')], [])
->joinLeft(
['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_order.shipping_address_id = sales_shipping_address.entity_id',
[]
)->joinLeft(
['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_order.billing_address_id = sales_billing_address.entity_id',
[]
)->where('sales_order.entity_id in (?)', $entityIds);
$select->columns($columns);
return $select;
}
/**
* Get select sales invoice grid
*
* @param array $columns
* @param \Zend_Db_Expr|array $entityIds
* @return \Magento\Framework\DB\Select
*/
public function getSelectSalesInvoiceGrid(array $columns, $entityIds)
{
foreach ($columns as $key => $value) {
$columns[$key] = new \Zend_Db_Expr($value);
}
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destinationAdapter->getSelect();
$select->from(['sales_invoice' => $this->destination->addDocumentPrefix('sales_invoice')], [])
->joinLeft(
['sales_order' => $this->destination->addDocumentPrefix('sales_order')],
'sales_invoice.order_id = sales_order.entity_id',
[]
)->joinLeft(
['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_invoice.shipping_address_id = sales_shipping_address.entity_id',
[]
)->joinLeft(
['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_invoice.billing_address_id = sales_billing_address.entity_id',
[]
)->where('sales_invoice.entity_id in (?)', $entityIds);
$select->columns($columns);
return $select;
}
/**
* Get select sales shipment grid
*
* @param array $columns
* @param \Zend_Db_Expr|array $entityIds
* @return \Magento\Framework\DB\Select
*/
public function getSelectSalesShipmentGrid(array $columns, $entityIds)
{
foreach ($columns as $key => $value) {
$columns[$key] = new \Zend_Db_Expr($value);
}
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destinationAdapter->getSelect();
$select->from(['sales_shipment' => $this->destination->addDocumentPrefix('sales_shipment')], [])
->joinLeft(
['sales_order' => $this->destination->addDocumentPrefix('sales_order')],
'sales_shipment.order_id = sales_order.entity_id',
[]
)->joinLeft(
['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_shipment.shipping_address_id = sales_shipping_address.entity_id',
[]
)->joinLeft(
['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_shipment.billing_address_id = sales_billing_address.entity_id',
[]
)->where('sales_shipment.entity_id in (?)', $entityIds);
$select->columns($columns);
return $select;
}
/**
* Get select sales creditmemo grid
*
* @param array $columns
* @param \Zend_Db_Expr|array $entityIds
* @return \Magento\Framework\DB\Select
*/
public function getSelectSalesCreditmemoGrid(array $columns, $entityIds)
{
foreach ($columns as $key => $value) {
$columns[$key] = new \Zend_Db_Expr($value);
}
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destinationAdapter->getSelect();
$select->from(['sales_creditmemo' => $this->destination->addDocumentPrefix('sales_creditmemo')], [])
->joinLeft(
['sales_order' => $this->destination->addDocumentPrefix('sales_order')],
'sales_creditmemo.order_id = sales_order.entity_id',
[]
)->joinLeft(
['sales_shipping_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_creditmemo.shipping_address_id = sales_shipping_address.entity_id',
[]
)->joinLeft(
['sales_billing_address' => $this->destination->addDocumentPrefix('sales_order_address')],
'sales_creditmemo.billing_address_id = sales_billing_address.entity_id',
[]
)->where('sales_creditmemo.entity_id in (?)', $entityIds);
$select->columns($columns);
return $select;
}
/**
* Get document list
*
* @return array
*/
protected function getDocumentList()
{
return $this->helper->getSelectData();
}
/**
* Get entity ids
*
* @param string $sourceGridDocumentName
* @param int $pageNumber
* @return array
*/
protected function getEntityIds($sourceGridDocumentName, $pageNumber)
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
/** @var \Magento\Framework\DB\Select $select */
$select = $adapter->getSelect();
$select->from($this->source->addDocumentPrefix($sourceGridDocumentName), 'entity_id')
->limit(
$this->source->getPageSize($sourceGridDocumentName),
$pageNumber * $this->source->getPageSize($sourceGridDocumentName)
);
$ids = $select->getAdapter()->fetchCol($select);
return $ids;
}
/**
* Get entity ids select
*
* @param string $sourceGridDocumentName
* @return \Magento\Framework\DB\Select
*/
protected function getEntityIdsSelect($sourceGridDocumentName)
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
/** @var \Magento\Framework\DB\Select $select */
$select = $adapter->getSelect();
$schema = $this->config->getSource()['database']['name'];
$select->from($this->source->addDocumentPrefix($sourceGridDocumentName), 'entity_id', $schema);
return $select;
}
}
================================================
FILE: src/Migration/Step/OrderGrids/Delta.php
================================================
source = $source;
$this->destination = $destination;
$this->readerGroups = $groupsFactory->create('order_grids_document_groups_file');
$this->logger = $logger;
$this->helper = $helper;
$this->data = $data;
}
/**
* @inheritdoc
*/
public function perform()
{
$updateData = $this->helper->getUpdateData();
$selectData = $this->helper->getSelectData();
$sourceDocuments = $this->readerGroups->getGroup('source_documents');
foreach ($sourceDocuments as $sourceDocName => $idKey) {
if ($this->source->getRecordsCount($this->source->getDeltaLogName($sourceDocName)) == 0) {
continue;
}
$items = $this->source->getChangedRecords($sourceDocName, [$idKey], 0, true);
if (empty($items)) {
continue;
}
$this->logger->debug(sprintf('%s has changes', $sourceDocName));
if (!$this->eolOnce) {
$this->eolOnce = true;
echo PHP_EOL;
}
$gridIdKey = $updateData[$sourceDocName]['idKey'];
$page = 1;
do {
$ids = [];
foreach ($items as $data) {
echo('.');
$ids[] = $data[$gridIdKey];
}
foreach ($updateData[$sourceDocName]['methods'] as $method) {
echo('.');
$destinationDocumentName = $selectData[$method]['destination'];
$select = call_user_func_array([$this->data, $method], [$selectData[$method]['columns'], $ids]);
$this->destination->getAdapter()->insertFromSelect(
$select,
$this->destination->addDocumentPrefix($destinationDocumentName),
[],
\Magento\Framework\Db\Adapter\AdapterInterface::INSERT_ON_DUPLICATE
);
}
$documentNameDelta = $this->source->getDeltaLogName($sourceDocName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
$this->markRecordsProcessed($documentNameDelta, $idKey, $ids);
} while (!empty($items = $this->source->getChangedRecords($sourceDocName, [$idKey], $page++)));
}
return true;
}
/**
* Mark processed records for deletion
*
* @param string $documentName
* @param string $idKey
* @param [] $ids
* @return void
*/
protected function markRecordsProcessed($documentName, $idKey, $ids)
{
$ids = implode("','", $ids);
/** @var ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$adapter->updateDocument($documentName, ['processed' => 1], "`$idKey` in ('$ids')");
}
}
================================================
FILE: src/Migration/Step/OrderGrids/Helper.php
================================================
destination = $destination;
}
/**
* Get select data
*
* @return array
*/
public function getSelectData()
{
return [
'getSelectSalesOrderGrid' => $this->getDocumentData('sales_order_grid'),
'getSelectSalesInvoiceGrid' => $this->getDocumentData('sales_invoice_grid'),
'getSelectSalesShipmentGrid' => $this->getDocumentData('sales_shipment_grid'),
'getSelectSalesCreditmemoGrid'=>
$this->getDocumentData('sales_creditmemo_grid')
];
}
/**
* Get document data
*
* @param string $destinationDocument
* @return array
*/
protected function getDocumentData($destinationDocument)
{
return [
'destination' => $destinationDocument,
'columns' => $this->getColumnsData($destinationDocument)
];
}
/**
* Get columns data
*
* @param string $gridName
* @return array|null
*/
protected function getColumnsData($gridName)
{
switch ($gridName) {
case 'sales_order_grid':
return $this->getSalesOrderColumnsGrid();
case 'sales_invoice_grid':
return $this->getSalesInvoiceColumnsGrid();
case 'sales_shipment_grid':
return $this->getSalesShipmentColumnsGrid();
case 'sales_creditmemo_grid':
return $this->getSalesCreditMemoColumnsGrid();
default:
return null;
}
}
/**
* Get sales order columns grid
*
* @return array
*/
protected function getSalesOrderColumnsGrid()
{
$paymentSelect = sprintf(
'(SELECT `sales_order_payment`.`method`
FROM `%s` as sales_order_payment
WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',
$this->destination->addDocumentPrefix('sales_order_payment')
);
$fields = array_keys($this->destination->getStructure('sales_order_grid')->getFields());
$result = [];
$fields = array_fill_keys($fields, null);
$columns = [
'entity_id' => 'sales_order.entity_id',
'status' => 'sales_order.status',
'store_id' => 'sales_order.store_id',
'store_name' => 'sales_order.store_name',
'customer_id' => 'sales_order.customer_id',
'base_grand_total' => 'sales_order.base_grand_total',
'base_total_paid' => 'sales_order.base_total_paid',
'grand_total' => 'sales_order.grand_total',
'total_paid' => 'sales_order.total_paid',
'increment_id' => 'sales_order.increment_id',
'base_currency_code' => 'sales_order.base_currency_code',
'order_currency_code' => 'sales_order.order_currency_code',
'shipping_name' => 'trim(concat(ifnull(sales_shipping_address.firstname, \'\'), \' \' '
. ',ifnull(sales_shipping_address.lastname, \'\')))',
'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \'\'), \' \' '
. ',ifnull(sales_billing_address.lastname, \'\')))',
'created_at' => 'sales_order.created_at',
'updated_at' => 'sales_order.updated_at',
'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \'\'), \', \' '
. ',ifnull(sales_billing_address.city, \'\'), \', \' ,ifnull(sales_billing_address.region,'
. ' \'\'), \', \' ,ifnull(sales_billing_address.postcode, \'\')))',
'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \'\'), \', \' '
. ',ifnull(sales_shipping_address.city, \'\'), \', \' ,ifnull(sales_shipping_address.region,'
. ' \'\'), \', \' ,ifnull(sales_shipping_address.postcode, \'\')))',
'shipping_information' => 'sales_order.shipping_description',
'customer_email' => 'sales_order.customer_email',
'customer_group' => 'sales_order.customer_group_id',
'subtotal' => 'sales_order.base_subtotal',
'shipping_and_handling' => 'sales_order.base_shipping_amount',
'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \'\'), \' \' '
. ',ifnull(sales_order.customer_lastname, \'\')))',
'payment_method' => $paymentSelect,
'total_refunded' => 'sales_order.total_refunded'
];
foreach (array_keys($fields) as $key) {
$result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';
}
return $result;
}
/**
* Get sales invoice columns grid
*
* @return array
*/
protected function getSalesInvoiceColumnsGrid()
{
$paymentSelect = sprintf(
'(SELECT `sales_order_payment`.`method`
FROM `%s` as sales_order_payment
WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',
$this->destination->addDocumentPrefix('sales_order_payment')
);
$fields = array_keys($this->destination->getStructure('sales_invoice_grid')->getFields());
$result = [];
$fields = array_fill_keys($fields, null);
$columns = [
'entity_id' => 'sales_invoice.entity_id',
'increment_id' => 'sales_invoice.increment_id',
'state' => 'sales_invoice.state',
'store_id' => 'sales_invoice.store_id',
'store_name' => 'sales_order.store_name',
'order_id' => 'sales_invoice.order_id',
'order_increment_id' => 'sales_order.increment_id',
'order_created_at' => 'sales_order.created_at',
'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \'\'), \' \' '
. ',ifnull(sales_order.customer_lastname, \'\')))',
'customer_email' => 'sales_order.customer_email',
'customer_group_id' => 'sales_order.customer_group_id',
'payment_method' => $paymentSelect,
'store_currency_code' => 'sales_invoice.store_currency_code',
'order_currency_code' => 'sales_invoice.order_currency_code',
'base_currency_code' => 'sales_invoice.base_currency_code',
'global_currency_code' => 'sales_invoice.global_currency_code',
'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \'\'), \' \' '
. ',ifnull(sales_billing_address.lastname, \'\')))',
'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \'\'), \', \' '
. ',ifnull(sales_billing_address.city, \'\'), \', \' ,ifnull(sales_billing_address.region, '
. '\'\'), \', \' ,ifnull(sales_billing_address.postcode, \'\')))',
'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \'\'), \', \' '
. ',ifnull(sales_shipping_address.city, \'\'), \', \' ,ifnull(sales_shipping_address.region, '
. '\'\'), \', \' ,ifnull(sales_shipping_address.postcode, \'\')))',
'shipping_information' => 'sales_order.shipping_description',
'subtotal' => 'sales_order.base_subtotal',
'shipping_and_handling' => 'sales_order.base_shipping_amount',
'grand_total' => 'sales_invoice.grand_total',
'base_grand_total' => 'sales_invoice.base_grand_total',
'created_at' => 'sales_invoice.created_at',
'updated_at' => 'sales_invoice.updated_at'
];
foreach (array_keys($fields) as $key) {
$result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';
}
return $result;
}
/**
* Get sales shipment columns grid
*
* @return array
*/
protected function getSalesShipmentColumnsGrid()
{
$paymentSelect = sprintf(
'(SELECT `sales_order_payment`.`method`
FROM `%s` as sales_order_payment
WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',
$this->destination->addDocumentPrefix('sales_order_payment')
);
$fields = array_keys($this->destination->getStructure('sales_shipment_grid')->getFields());
$result = [];
$fields = array_fill_keys($fields, null);
$columns = [
'entity_id' => 'sales_shipment.entity_id',
'increment_id' => 'sales_shipment.increment_id',
'store_id' => 'sales_shipment.store_id',
'order_increment_id' => 'sales_order.increment_id',
'order_id' => 'sales_shipment.order_id',
'order_created_at' => 'sales_order.created_at',
'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \'\'), \' \' '
. ',ifnull(sales_order.customer_lastname, \'\')))',
'total_qty' => 'sales_shipment.total_qty',
'shipment_status' => 'sales_shipment.shipment_status',
'order_status' => 'sales_order.status',
'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \'\'), \', \' '
. ',ifnull(sales_billing_address.city, \'\'), \', \' ,ifnull(sales_billing_address.region,'
. ' \'\'), \', \' ,ifnull(sales_billing_address.postcode, \'\')))',
'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \'\'), \', \' '
. ',ifnull(sales_shipping_address.city, \'\'), \', \' ,ifnull(sales_shipping_address.region,'
. ' \'\'), \', \' ,ifnull(sales_shipping_address.postcode, \'\')))',
'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \'\'), \' \' '
. ',ifnull(sales_billing_address.lastname, \'\')))',
'shipping_name' => 'trim(concat(ifnull(sales_shipping_address.firstname, \'\'), \' \' '
. ',ifnull(sales_shipping_address.lastname, \'\')))',
'customer_email' => 'sales_order.customer_email',
'customer_group_id' => 'sales_order.customer_group_id',
'payment_method' => $paymentSelect,
'shipping_information' => 'sales_order.shipping_description',
'created_at' => 'sales_shipment.created_at',
'updated_at' => 'sales_shipment.updated_at'
];
foreach (array_keys($fields) as $key) {
$result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';
}
return $result;
}
/**
* Get sales credit memo columns grid
*
* @return array
*/
protected function getSalesCreditMemoColumnsGrid()
{
$paymentSelect = sprintf(
'(SELECT `sales_order_payment`.`method`
FROM `%s` as sales_order_payment
WHERE (`parent_id` = sales_order.entity_id) LIMIT 1)',
$this->destination->addDocumentPrefix('sales_order_payment')
);
$fields = array_keys($this->destination->getStructure('sales_creditmemo_grid')->getFields());
$result = [];
$fields = array_fill_keys($fields, null);
$columns = [
'entity_id' => 'sales_creditmemo.entity_id',
'increment_id' => 'sales_creditmemo.increment_id',
'created_at' => 'sales_creditmemo.created_at',
'updated_at' => 'sales_creditmemo.updated_at',
'order_id' => 'sales_order.entity_id',
'order_increment_id' => 'sales_order.increment_id',
'order_created_at' => 'sales_order.created_at',
'billing_name' => 'trim(concat(ifnull(sales_billing_address.firstname, \'\'), \' \' '
. ',ifnull(sales_billing_address.lastname, \'\')))',
'state' => 'sales_creditmemo.state',
'base_grand_total' => 'sales_creditmemo.base_grand_total',
'order_status' => 'sales_order.status',
'store_id' => 'sales_creditmemo.store_id',
'billing_address' => 'trim(concat(ifnull(sales_billing_address.street, \'\'), \', \' '
. ',ifnull(sales_billing_address.city, \'\'), \', \' ,ifnull(sales_billing_address.region,'
. ' \'\'), \', \' ,ifnull(sales_billing_address.postcode, \'\')))',
'shipping_address' => 'trim(concat(ifnull(sales_shipping_address.street, \'\'), \', \' '
. ',ifnull(sales_shipping_address.city, \'\'), \', \' ,ifnull(sales_shipping_address.region,'
. ' \'\'), \', \' ,ifnull(sales_shipping_address.postcode, \'\')))',
'customer_name' => 'trim(concat(ifnull(sales_order.customer_firstname, \'\'), \' \' '
. ',ifnull(sales_order.customer_lastname, \'\')))',
'customer_email' => 'sales_order.customer_email',
'customer_group_id' => 'sales_order.customer_group_id',
'payment_method' => $paymentSelect,
'shipping_information' => 'sales_order.shipping_description',
'subtotal' => 'sales_creditmemo.subtotal',
'shipping_and_handling' => 'sales_creditmemo.shipping_amount',
'adjustment_positive' => 'sales_creditmemo.adjustment_positive',
'adjustment_negative' => 'sales_creditmemo.adjustment_negative',
'order_base_grand_total' => 'sales_order.base_grand_total'
];
foreach (array_keys($fields) as $key) {
$result[$key] = isset($columns[$key]) ? $columns[$key] : 'null';
}
return $result;
}
/**
* Get document list
*
* @return array
*/
public function getDocumentList()
{
return [
'sales_flat_order_grid' => 'sales_order_grid',
'sales_flat_invoice_grid' => 'sales_invoice_grid',
'sales_flat_shipment_grid' => 'sales_shipment_grid',
'sales_flat_creditmemo_grid' => 'sales_creditmemo_grid'
];
}
/**
* Get document columns
*
* @param string $documentName
* @return array
*/
public function getDocumentColumns($documentName)
{
$columnsData = $this->getColumnsData($documentName);
return array_keys($columnsData);
}
/**
* Get update data
*
* @return array
*/
public function getUpdateData()
{
return [
'sales_flat_order' => [
'idKey' => 'entity_id',
'methods' => [
'getSelectSalesOrderGrid',
'getSelectSalesInvoiceGrid',
'getSelectSalesShipmentGrid',
'getSelectSalesCreditmemoGrid'
]
],
'sales_flat_invoice' => [
'idKey' => 'entity_id',
'methods' => [
'getSelectSalesInvoiceGrid',
]
],
'sales_flat_shipment' => [
'idKey' => 'entity_id',
'methods' => [
'getSelectSalesShipmentGrid',
]
],
'sales_flat_creditmemo' => [
'idKey' => 'entity_id',
'methods' => [
'getSelectSalesCreditmemoGrid'
]
],
'sales_flat_order_address' => [
'idKey' => 'parent_id',
'methods' => [
'getSelectSalesOrderGrid',
'getSelectSalesInvoiceGrid',
'getSelectSalesShipmentGrid',
'getSelectSalesCreditmemoGrid'
]
],
'sales_flat_order_payment' => [
'idKey' => 'parent_id',
'methods' => [
'getSelectSalesOrderGrid',
'getSelectSalesInvoiceGrid',
'getSelectSalesShipmentGrid',
'getSelectSalesCreditmemoGrid'
]
]
];
}
}
================================================
FILE: src/Migration/Step/OrderGrids/Integrity.php
================================================
progress = $progress;
$this->logger = $logger;
$this->config = $config;
$this->source = $source;
$this->destination = $destination;
$this->helper = $helper;
}
/**
* @inheritdoc
*/
public function perform()
{
$errors = false;
$this->progress->start(0);
foreach ($this->helper->getDocumentList() as $documentName) {
$documentColumns = $this->helper->getDocumentColumns($documentName);
$destinationDocumentStructure = array_keys($this->destination->getStructure($documentName)->getFields());
foreach (array_diff($documentColumns, $destinationDocumentStructure) as $columnDiff) {
$message = sprintf(
'%s table does not contain field: %s',
$documentName,
$columnDiff
);
$this->logger->error($message);
$errors = true;
}
}
if (!$errors) {
$this->progress->finish();
}
return $this->checkForErrors();
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->helper->getDocumentList());
}
}
================================================
FILE: src/Migration/Step/OrderGrids/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->progressBar = $progressBar;
$this->helper = $helper;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progressBar->start($this->getIterationsCount());
foreach ($this->helper->getDocumentList() as $sourceName => $destinationName) {
$this->progressBar->advance();
$sourceCount = $this->source->getRecordsCount($sourceName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
$this->progressBar->finish();
return $this->checkForErrors();
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->helper->getDocumentList());
}
}
================================================
FILE: src/Migration/Step/OrderGridsEE/Data.php
================================================
source = $source;
$this->readerGroups = $groupsFactory->create('order_grids_document_groups_file');
$this->logger = $logger;
$this->helper = $helper;
$this->data = $data;
parent::__construct($source, $destination, $groupsFactory, $logger, $helper, $data);
}
/**
* @inheritdoc
*/
public function perform()
{
parent::perform();
$documentMap = $this->helper->getDocumentList();
$sourceDocuments = $this->readerGroups->getGroup('archive_orders');
foreach ($sourceDocuments as $sourceDocName => $idKey) {
if ($this->source->getRecordsCount($this->source->getDeltaLogName($sourceDocName)) == 0) {
continue;
}
$items = $this->source->getChangedRecords($sourceDocName, [$idKey], 0, true);
if (empty($items)) {
continue;
}
$this->logger->debug(sprintf('%s has changes', $sourceDocName));
if (!$this->eolOnce) {
$this->eolOnce = true;
echo PHP_EOL;
}
$page = 1;
$destinationDocument = $documentMap[$sourceDocName];
do {
$ids = [];
foreach ($items as $value) {
echo('.');
$ids[] = $value[$idKey];
}
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($destinationDocument),
$idKey,
$ids
);
$documentNameDelta = $this->source->getDeltaLogName($sourceDocName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
$this->markRecordsProcessed($documentNameDelta, $idKey, $ids);
} while (!empty($items = $this->source->getChangedRecords($sourceDocName, [$idKey], $page++)));
}
return true;
}
}
================================================
FILE: src/Migration/Step/OrderGridsEE/Helper.php
================================================
$this->getDocumentData('magento_sales_order_grid_archive'),
'getSelectSalesInvoiceGridArchive' =>
$this->getDocumentData('magento_sales_invoice_grid_archive'),
'getSelectSalesShipmentGridArchive' =>
$this->getDocumentData('magento_sales_shipment_grid_archive'),
'getSelectSalesCreditmemoGridArchive' =>
$this->getDocumentData('magento_sales_creditmemo_grid_archive')
];
return array_merge($selectedData, $documentListArchive);
}
/**
* @inheritdoc
*/
protected function getColumnsData($gridName)
{
$columnsData = parent::getColumnsData($gridName);
if (!$columnsData) {
switch ($gridName) {
case 'magento_sales_order_grid_archive':
$columnsData = $this->getSalesOrderColumnsGrid();
break;
case 'magento_sales_invoice_grid_archive':
$columnsData = $this->getSalesInvoiceColumnsGrid();
break;
case 'magento_sales_shipment_grid_archive':
$columnsData = $this->getSalesShipmentColumnsGrid();
break;
case 'magento_sales_creditmemo_grid_archive':
$columnsData = $this->getSalesCreditMemoColumnsGrid();
break;
default:
null;
}
}
return $columnsData;
}
/**
* @inheritdoc
*/
protected function getSalesOrderColumnsGrid()
{
$columnsGrid = parent::getSalesOrderColumnsGrid();
$columnsGrid['refunded_to_store_credit'] = 'sales_order.customer_bal_total_refunded';
return $columnsGrid;
}
/**
* @inheritdoc
*/
public function getDocumentList()
{
$documentList = parent::getDocumentList();
$documentListArchive = [
'enterprise_sales_order_grid_archive' => 'magento_sales_order_grid_archive',
'enterprise_sales_invoice_grid_archive' => 'magento_sales_invoice_grid_archive',
'enterprise_sales_shipment_grid_archive' => 'magento_sales_shipment_grid_archive',
'enterprise_sales_creditmemo_grid_archive' => 'magento_sales_creditmemo_grid_archive'
];
return array_merge($documentList, $documentListArchive);
}
/**
* Get update data
*
* @return array
*/
public function getUpdateData()
{
$updateData = [
'sales_flat_order_grid' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesOrderGrid']
],
'sales_flat_invoice_grid' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesInvoiceGrid']
],
'sales_flat_shipment_grid' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesShipmentGrid']
],
'sales_flat_creditmemo_grid' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesCreditmemoGrid']
],
'enterprise_sales_order_grid_archive' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesOrderGridArchive']
],
'enterprise_sales_invoice_grid_archive' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesInvoiceGridArchive']
],
'enterprise_sales_shipment_grid_archive' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesShipmentGridArchive']
],
'enterprise_sales_creditmemo_grid_archive' => [
'idKey' => 'entity_id',
'methods' => ['getSelectSalesCreditmemoGridArchive']
]
];
return array_merge_recursive(parent::getUpdateData(), $updateData);
}
}
================================================
FILE: src/Migration/Step/OrderGridsEE/Integrity.php
================================================
destination = $destination;
$this->progressBar = $progressBar;
$this->progress = $progress;
$this->attributeSetLeftoverDataModel = $attributeSetLeftoverDataModel;
}
/**
* Records which are still in product entity tables but product attribute no longer exist in attribute set
*/
public function clean()
{
$entityValueIds = $this->attributeSetLeftoverDataModel->getLeftoverIds();
if (!$entityValueIds) {
return ;
}
foreach ($this->attributeSetLeftoverDataModel->getDocuments() as $document) {
$this->progressBar->advance(LogManager::LOG_LEVEL_INFO);
if (isset($entityValueIds[$document]) && $entityValueIds[$document]) {
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($document),
'value_id',
$entityValueIds[$document]
);
}
}
}
/**
* Get documents
*
* @return array
*/
public function getDocuments()
{
return $this->attributeSetLeftoverDataModel->getDocuments();
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Data/DeletedRecordsCounter.php
================================================
source = $source;
$this->destination = $destination;
$this->progress = $progress;
$this->mapReader = $mapFactory->create($this->mapConfigOption);
$deltaDocumentsSource = $groupsFactory->create('delta_document_groups_file')->getGroup($this->groupName);
foreach (array_keys($deltaDocumentsSource) as $deltaDocument) {
if ($deltaDocumentMap = $this->mapReader->getDocumentMap($deltaDocument, MapInterface::TYPE_SOURCE)) {
$this->deltaDocuments[] = $deltaDocumentMap;
}
}
}
/**
* Compare current amount of records in given documents and save number of deleted records
*
* @param array $documents
*/
public function saveChanged($documents)
{
$documentsToSave = [];
$documents = array_unique(array_merge($this->deltaDocuments, $documents));
foreach ($documents as $document) {
$documentMap = $this->mapReader->getDocumentMap($document, MapInterface::TYPE_DEST);
if (!$documentMap) {
continue;
}
$recordsCountSource = $this->source->getRecordsCount($documentMap);
$recordsCountDestination = $this->destination->getRecordsCount($document);
if ($recordsCountSource != $recordsCountDestination) {
$documentsToSave[$document] = $recordsCountSource - $recordsCountDestination;
}
}
$this->progress->saveProcessedEntities(
'PostProcessing',
'changedDocumentRowsCount',
$documentsToSave
);
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Data/EavLeftoverDataCleaner.php
================================================
destination = $destination;
$this->progressBar = $progressBar;
$this->eavLeftoverDataModel = $eavLeftoverDataModel;
}
/**
* Deletes records from tables which refer to non existing attributes
*
* @return void
*/
public function clean()
{
$attributeIds = $this->eavLeftoverDataModel->getLeftoverAttributeIds();
if (!$attributeIds) {
return ;
}
foreach ($this->eavLeftoverDataModel->getDocuments() as $document) {
$this->progressBar->advance(LogManager::LOG_LEVEL_INFO);
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($document),
'attribute_id',
$attributeIds
);
}
}
/**
* Get documents
*
* @return array
*/
public function getDocuments()
{
return $this->eavLeftoverDataModel->getDocuments();
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Data/EntityTypeTextToVarcharMover.php
================================================
destination = $destination;
$this->progressBar = $progressBar;
$this->progress = $progress;
$this->editionMigrate = $config->getOption('edition_migrate');
}
/**
* Moves records of multiselect attributes from text type table to varchar type table
*
* @return void
*/
public function move()
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$select = $adapter->getSelect()
->from(
['ea' => $this->destination->addDocumentPrefix($this->eavAttributesTable)],
['attribute_id']
)->join(
['eet' => $this->destination->addDocumentPrefix($this->eavEntityTypeTable)],
'eet.entity_type_id = ea.entity_type_id',
[]
)->where(
'eet.entity_type_code = ?',
$this->productEntityTypeCode
)->where(
'ea.frontend_input = "multiselect"'
);
$multiselectIds = $adapter->getSelect()->getAdapter()->fetchCol($select);
$entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
? 'entity_id'
: 'row_id';
$fields = ['attribute_id', 'store_id', 'value', $entityIdName];
$select = $adapter->getSelect()
->from(
['cpet' => $this->destination->addDocumentPrefix($this->productTextTypeTable)],
$fields
)->where(
'cpet.attribute_id in (?)', $multiselectIds
);
$this->destination->getAdapter()->insertFromSelect(
$select,
$this->destination->addDocumentPrefix($this->productVarcharTypeTable),
$fields,
\Magento\Framework\Db\Adapter\AdapterInterface::INSERT_ON_DUPLICATE
);
if ($multiselectIds) {
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($this->productTextTypeTable),
'attribute_id',
$multiselectIds
);
}
}
/**
* Get documents
*
* @return array
*/
public function getDocuments()
{
return [
$this->productTextTypeTable,
$this->productVarcharTypeTable
];
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Data/ProductUrlPathCleaner.php
================================================
destination = $destination;
}
/**
* Remove records with url_path attributes in product entity table
*
* @return void
*/
public function clean()
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$select = $adapter->getSelect()
->from(
['ea' => $this->destination->addDocumentPrefix($this->eavAttributesTable)],
['attribute_id']
)->join(
['eet' => $this->destination->addDocumentPrefix($this->eavEntityTypeTable)],
'eet.entity_type_id = ea.entity_type_id',
[]
)->where(
'ea.attribute_code = ?',
$this->urlPathAttributeCode
)->where(
'eet.entity_type_code = ?',
$this->productEntityTypeCode
);
$productUrlPathId = $adapter->getSelect()->getAdapter()->fetchOne($select);
if ($productUrlPathId) {
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->destination->getAdapter()->getSelect()->getAdapter();
$adapter->delete(
$this->destination->addDocumentPrefix($this->productVarcharTypeTable),
"attribute_id = $productUrlPathId"
);
}
}
/**
* Get documents
*
* @return array
*/
public function getDocuments()
{
return [
$this->productVarcharTypeTable
];
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Data/ProductsInRootCatalogCleaner.php
================================================
progressBar = $progressBar;
$this->destination = $destination;
$this->productsInRootCatalogModel = $productsInRootCatalogModel;
}
/**
* Deletes products assigned to tree root category
*
* @return void
*/
public function clean()
{
$productIds = $this->productsInRootCatalogModel->getProductIds();
if (!$productIds) {
return ;
}
$catalogCategoryProductDocument = $this->destination->addDocumentPrefix(
$this->productsInRootCatalogModel->getCatalogCategoryProductDocument()
);
$this->progressBar->advance(LogManager::LOG_LEVEL_INFO);
$this->destination->deleteRecords(
$catalogCategoryProductDocument,
'entity_id',
$productIds
);
}
/**
* Get documents
*
* @return array
*/
public function getDocuments()
{
return [$this->productsInRootCatalogModel->getCatalogCategoryProductDocument()];
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Data.php
================================================
progressBar = $progressBar;
$this->eavLeftoverDataCleaner = $eavLeftoverDataCleaner;
$this->attributeSetLeftoverDataCleaner = $attributeSetLeftoverDataCleaner;
$this->productsInRootCatalogCleaner = $productsInRootCatalogCleaner;
$this->entityTypeTextToVarcharMover = $entityTypeTextToVarcharMover;
$this->productUrlPathCleaner = $productUrlPathCleaner;
$this->deletedRecordsCounter = $deletedRecordsCounter;
$append = function ($document) {
$this->documents[] = $document;
};
array_map($append, $this->eavLeftoverDataCleaner->getDocuments());
array_map($append, $this->attributeSetLeftoverDataCleaner->getDocuments());
array_map($append, $this->productsInRootCatalogCleaner->getDocuments());
array_map($append, $this->entityTypeTextToVarcharMover->getDocuments());
array_map($append, $this->productUrlPathCleaner->getDocuments());
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progressBar->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);
$this->eavLeftoverDataCleaner->clean();
$this->attributeSetLeftoverDataCleaner->clean();
$this->productsInRootCatalogCleaner->clean();
$this->entityTypeTextToVarcharMover->move();
$this->productUrlPathCleaner->clean();
$this->deletedRecordsCounter->saveChanged($this->documents);
$this->progressBar->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Get iterations count
*
* @return int
*/
private function getIterationsCount()
{
return count($this->documents);
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Model/AttributeSetLeftoverData.php
================================================
destination = $destination;
$this->readerDocument = $groupsFactory->create('eav_document_groups_file');
$this->editionMigrate = $config->getOption('edition_migrate');
$this->moduleList = $moduleList;
}
/**
* Get leftover ids
*
* Returns ids of records which are still in product entity tables but product
* attribute no longer exist in attribute set.
*
* @return array
*/
public function getLeftoverIds()
{
$documents = [];
$entityIdName = $this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
|| $this->moduleList->has('Magento_CatalogStaging') === false
? 'entity_id'
: 'row_id';
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$subSelect = $adapter->getSelect()->from(
['eea' => $this->destination->addDocumentPrefix('eav_entity_attribute')],
['attribute_id']
)->where(
'eea.attribute_set_id = cpe.attribute_set_id'
);
foreach ($this->getDocuments() as $document) {
$select = $adapter->getSelect()->from(
['cpev' => $this->destination->addDocumentPrefix($document)],
['value_id']
)->join(
['cpe' => $this->destination->addDocumentPrefix('catalog_product_entity')],
'cpe.entity_id = cpev.' . $entityIdName,
[]
)->where(
'cpev.value IS NOT NULL'
)->where('cpev.attribute_id NOT IN ?', $subSelect);
if ($ids = $select->getAdapter()->fetchCol($select)) {
$documents[$document] = $ids;
}
}
return $documents;
}
/**
* Get documents to check
*
* @return array
*/
public function getDocuments()
{
return array_keys($this->readerDocument->getGroup('documents_attribute_set_leftover_values'));
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Model/EavLeftoverData.php
================================================
destination = $destination;
$this->readerDocument = $groupsFactory->create('eav_document_groups_file');
$this->editionMigrate = $config->getOption('edition_migrate');
}
/**
* Return attribute ids which do not exist in 'eav_attribute' table but exist in reference tables
*
* @return array
*/
public function getLeftoverAttributeIds()
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$selects = [];
foreach ($this->getDocuments() as $document) {
$selects[] = $adapter->getSelect()->from(
['ea' => $this->destination->addDocumentPrefix($this->eavAttributeDocument)],
[]
)->joinRight(
['j' => $this->destination->addDocumentPrefix($document)],
'j.attribute_id = ea.attribute_id',
['attribute_id']
)->where(
'ea.attribute_id IS NULL'
)->group(
'j.attribute_id'
);
}
$query = $adapter->getSelect()->union($selects, \Zend_Db_Select::SQL_UNION);
return $query->getAdapter()->fetchCol($query);
}
/**
* Get documents
*
* @return array
*/
public function getDocuments()
{
$documents = array_keys($this->readerDocument->getGroup('documents_leftover_values'));
if ($this->editionMigrate != Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE) {
$documents = array_merge(
$documents,
array_keys($this->readerDocument->getGroup('documents_leftover_values_ee'))
);
}
return $documents;
}
}
================================================
FILE: src/Migration/Step/PostProcessing/Model/ProductsInRootCatalog.php
================================================
destination = $destination;
}
/**
* Returns product ids assigned to tree root category
*
* @return array
*/
public function getProductIds()
{
if ($this->productIds != null) {
return $this->productIds;
}
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
$select = $adapter->getSelect()
->from(
['ccp' => $this->destination->addDocumentPrefix($this->getCatalogCategoryProductDocument())],
['entity_id']
)->where(
'ccp.category_id = ?',
$this->treeRootId
);
$this->productIds = $adapter->getSelect()->getAdapter()->fetchCol($select);
return $this->productIds;
}
/**
* Returns name of category product table
*
* @return string
*/
public function getCatalogCategoryProductDocument()
{
return $this->catalogCategoryProductDocument;
}
}
================================================
FILE: src/Migration/Step/Ratings/Data.php
================================================
destination = $destination;
$this->progress = $progress;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start(1);
$this->progress->advance();
$ratingsIsActive = [];
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
/** @var \Magento\Framework\DB\Select $select */
$select = $adapter->getSelect()->from($this->getRatingStoreDocument(), ['rating_id'])->where('store_id > 0');
$ratingsStore = $adapter->loadDataFromSelect($select);
foreach ($ratingsStore as $rating) {
$ratingsIsActive[] = $rating['rating_id'];
}
$ratingsIsActive = array_unique($ratingsIsActive);
if ($ratingsIsActive) {
$adapter->updateDocument(
$this->getRatingDocument(),
['is_active' => 1],
sprintf('rating_id IN (%s)', implode(',', $ratingsIsActive))
);
}
$this->progress->finish();
return true;
}
/**
* Returns rating document name
*
* @return string
*/
protected function getRatingDocument()
{
return $this->destination->addDocumentPrefix(self::RATING_TABLE_NAME);
}
/**
* Returns rating store document name
*
* @return string
*/
protected function getRatingStoreDocument()
{
return $this->destination->addDocumentPrefix(self::RATING_STORE_TABLE_NAME);
}
}
================================================
FILE: src/Migration/Step/Ratings/Integrity.php
================================================
destination = $destination;
$this->logger = $logger;
$this->progress = $progress;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start(1);
$this->progress->advance();
$documents = $this->destination->getDocumentList();
if (!in_array(self::RATING_TABLE_NAME, $documents)
|| !in_array(self::RATING_STORE_TABLE_NAME, $documents)
) {
$this->logger->error(
sprintf(
'"%s" or "%s" documents do not exist in the destination resource',
self::RATING_TABLE_NAME,
self::RATING_STORE_TABLE_NAME
)
);
return false;
}
$structureRating = $this->destination->getDocument(self::RATING_TABLE_NAME)->getStructure()->getFields();
if (!array_key_exists('is_active', $structureRating)) {
$this->logger->error(
sprintf(
'"is_active" field does not exist in "%s" document of'
. ' the destination resource',
self::RATING_TABLE_NAME
)
);
return false;
}
$this->progress->finish();
return true;
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return 0;
}
}
================================================
FILE: src/Migration/Step/Ratings/Volume.php
================================================
destination = $destination;
$this->progress = $progress;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start(1);
$this->progress->advance();
$ratingsShouldBeActive = [];
$ratingsIsActive = [];
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->destination->getAdapter();
/** @var \Magento\Framework\DB\Select $select */
$select = $adapter->getSelect()->from($this->getRatingStoreDocument(), ['rating_id'])->where('store_id > 0');
$ratingsStore = $adapter->loadDataFromSelect($select);
foreach ($ratingsStore as $rating) {
$ratingsShouldBeActive[] = $rating['rating_id'];
}
$ratingsShouldBeActive = array_unique($ratingsShouldBeActive);
/** @var \Magento\Framework\DB\Select $select */
$select = $adapter->getSelect()
->from($this->getRatingDocument(), ['rating_id'])
->where('is_active = ?', 1);
$ratings = $adapter->loadDataFromSelect($select);
foreach ($ratings as $rating) {
$ratingsIsActive[] = $rating['rating_id'];
}
if (count(array_intersect($ratingsShouldBeActive, $ratingsIsActive)) != count($ratingsShouldBeActive)) {
$this->errors[] = sprintf(
'Mismatch of entities in the documents: %s, %s',
self::RATING_TABLE_NAME,
self::RATING_STORE_TABLE_NAME
);
}
$this->progress->finish();
return $this->checkForErrors(Logger::ERROR);
}
/**
* Returns rating document name
*
* @return string
*/
protected function getRatingDocument()
{
return $this->destination->addDocumentPrefix(self::RATING_TABLE_NAME);
}
/**
* Returns rating store document name
*
* @return string
*/
protected function getRatingStoreDocument()
{
return $this->destination->addDocumentPrefix(self::RATING_STORE_TABLE_NAME);
}
}
================================================
FILE: src/Migration/Step/SalesIncrement/Data.php
================================================
'',
'step' => 1,
'start_value' => 1,
'warning_value' => 4294966295,
'max_value' => 4294967295,
'is_active' => 1
];
/**
* @param ProgressBar\LogLevelProcessor $progressBar
* @param ResourceModel\Source $source
* @param ResourceModel\Destination $destination
* @param Helper $helper
*/
public function __construct(
ProgressBar\LogLevelProcessor $progressBar,
ResourceModel\Source $source,
ResourceModel\Destination $destination,
Helper $helper
) {
$this->source = $source;
$this->destination = $destination;
$this->progressBar = $progressBar;
$this->helper = $helper;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progressBar->start(1, LogManager::LOG_LEVEL_INFO);
$this->progressBar->advance(LogManager::LOG_LEVEL_INFO);
$this->destination->clearDocument($this->helper->getSequenceMetaTable());
$this->destination->clearDocument($this->helper->getSequenceProfileTable());
foreach ($this->helper->getEntityTypeTablesMap() as $entityType) {
foreach ($this->helper->getStoreIds() as $storeId) {
$this->createSequenceTable($entityType, $storeId);
$metaId = $this->addDataMetaTable($entityType, $storeId);
$this->addDataProfileTable($storeId, $metaId);
}
}
$this->progressBar->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Create sequence table
*
* @param array $entityType
* @param int $storeId
* @return void
*/
protected function createSequenceTable(array $entityType, $storeId)
{
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->destination->getAdapter()->getSelect()->getAdapter();
$tableName = $this->helper->getTableName($entityType['entity_type_table'], $storeId);
$adapter->dropTable($tableName);
$columnOptions = [
'identity' => true,
'unsigned' => true,
'nullable' => false,
'primary' => true,
'auto_increment' => true
];
/** @var \Magento\Framework\DB\Ddl\Table $table */
$table = $adapter->newTable($tableName)
->addColumn(
$entityType['column'],
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
null,
$columnOptions
);
$adapter->createTable($table);
$incrementMaxNumber = $this->helper->getIncrementForEntityType($entityType['entity_type_id'], $storeId);
if ($incrementMaxNumber !== false) {
$adapter->insert($tableName, [$entityType['column'] => $incrementMaxNumber]);
}
}
/**
* Add data meta table
*
* @param array $entityType
* @param int $storeId
* @return int
*/
protected function addDataMetaTable(array $entityType, $storeId)
{
$data = [
'entity_type' => $entityType['entity_type_code'],
'store_id' => $storeId,
'sequence_table' => $this->helper->getTableName($entityType['entity_type_table'], $storeId),
];
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->destination->getAdapter()->getSelect()->getAdapter();
$adapter->insert($this->helper->getTableName($this->helper->getSequenceMetaTable()), $data);
return $adapter->lastInsertId($this->helper->getTableName($this->helper->getSequenceMetaTable()), 'meta_id');
}
/**
* Add data profile table
*
* @param int $storeId
* @param int $metaId
* @return void
*/
protected function addDataProfileTable($storeId, $metaId)
{
$data = [
'meta_id' => $metaId,
'prefix' => $storeId
];
$data = array_merge($this->defaultValuesProfile, $data);
$this->destination->saveRecords($this->helper->getSequenceProfileTable(), [$data]);
}
}
================================================
FILE: src/Migration/Step/SalesIncrement/Delta.php
================================================
helper = $helper;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
protected function transformData($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords)
{
parent::transformData($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords);
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->destination->getAdapter()->getSelect()->getAdapter();
$entityType = $this->helper->getEntityTypeData('entity_type_id', $data['entity_type_id']);
$incrementNumber = $this->helper->getIncrementForEntityType(
$data['entity_type_id'],
$data['store_id']
);
if ($incrementNumber === false || empty($entityType)) {
return;
}
$tableName = $this->helper->getTableName($entityType['entity_type_table'], $data['store_id']);
$adapter->insertOnDuplicate($tableName, [$entityType['column'] => $incrementNumber]);
}
}
================================================
FILE: src/Migration/Step/SalesIncrement/Helper.php
================================================
'sales_sequence_meta',
'structure' => [
'meta_id',
'entity_type',
'store_id',
'sequence_table'
]
];
/**
* @var array
*/
private $sequenceProfileTable = [
'name' => 'sales_sequence_profile',
'structure' => [
'profile_id',
'meta_id',
'prefix',
'suffix',
'start_value',
'step',
'max_value',
'warning_value',
'is_active'
]
];
/**
* @var array
*/
private $entityTypeTablesMap = [
[
'entity_type_code' => 'order',
'entity_type_table' => 'sequence_order',
'column' => 'sequence_value'
], [
'entity_type_code' => 'invoice',
'entity_type_table' => 'sequence_invoice',
'column' => 'sequence_value'
], [
'entity_type_code' => 'creditmemo',
'entity_type_table' => 'sequence_creditmemo',
'column' => 'sequence_value'
], [
'entity_type_code' => 'shipment',
'entity_type_table' => 'sequence_shipment',
'column' => 'sequence_value'
], [
'entity_type_code' => 'rma_item',
'entity_type_table' => 'sequence_rma_item',
'column' => 'sequence_value'
]
];
/**
* @param Source $source
* @param Destination $destination
*/
public function __construct(
Source $source,
Destination $destination
) {
$this->source = $source;
$this->destination = $destination;
}
/**
* Get increment for entity type
*
* @param int $entityTypeId
* @param int $storeId
* @return bool|int
*/
public function getIncrementForEntityType($entityTypeId, $storeId)
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from(
$this->source->addDocumentPrefix($this->eavEntityStoreTable),
['increment_prefix', 'increment_last_id']
)->where(
'entity_type_id = ?',
$entityTypeId
)->where(
'store_id = (?)',
$storeId
);
$data = $query->getAdapter()->fetchRow($query);
if (!$data) {
return false;
}
$incrementNumber = (int) substr($data['increment_last_id'], strlen($data['increment_prefix']));
return $incrementNumber;
}
/**
* Get store ids
*
* @return array
*/
public function getStoreIds()
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$query = $adapter->getSelect()->from($this->source->addDocumentPrefix($this->storeTable), ['store_id']);
return $query->getAdapter()->fetchCol($query);
}
/**
* Get entity type tables map
*
* @return array
*/
public function getEntityTypeTablesMap()
{
$entityIds = $this->getEntityTypeIdByCode(array_column($this->entityTypeTablesMap, 'entity_type_code'));
foreach ($this->entityTypeTablesMap as &$entityTypeTable) {
$entityTypeTable['entity_type_id'] = isset($entityIds[$entityTypeTable['entity_type_code']])
? $entityIds[$entityTypeTable['entity_type_code']]
: null;
}
return $this->entityTypeTablesMap;
}
/**
* Get entity type data
*
* @param string $key
* @param string $value
* @return array
*/
public function getEntityTypeData($key, $value)
{
foreach ($this->getEntityTypeTablesMap() as $entityType) {
if (isset($entityType[$key]) && $entityType[$key] == $value) {
return $entityType;
}
}
return [];
}
/**
* Get sequence meta table
*
* @param bool $structure
* @return string|array
*/
public function getSequenceMetaTable($structure = false)
{
return $structure ? $this->sequenceMetaTable['structure'] : $this->sequenceMetaTable['name'];
}
/**
* Get sequence profile table
*
* @param bool $structure
* @return string|array
*/
public function getSequenceProfileTable($structure = false)
{
return $structure ? $this->sequenceProfileTable['structure'] : $this->sequenceProfileTable['name'];
}
/**
* Get table name
*
* @param string $table
* @param bool $storeId
* @return string
*/
public function getTableName($table, $storeId = false)
{
return ($storeId !== false)
? $this->destination->addDocumentPrefix($table) . '_' . $storeId
: $this->destination->addDocumentPrefix($table);
}
/**
* Get entity type id by code
*
* @param array $entityTypeCodes
* @return array
*/
private function getEntityTypeIdByCode($entityTypeCodes)
{
/** @var Mysql $adapter */
$adapter = $this->destination->getAdapter();
$query = $adapter->getSelect()
->from(
['et' => $this->destination->addDocumentPrefix('eav_entity_type')],
['entity_type_id', 'entity_type_code']
)
->where('et.entity_type_code IN (?)', $entityTypeCodes);
$entityTypeIds = [];
foreach ($query->getAdapter()->fetchAll($query) as $record) {
$entityTypeIds[$record['entity_type_code']] = $record['entity_type_id'];
}
return $entityTypeIds;
}
}
================================================
FILE: src/Migration/Step/SalesIncrement/Integrity.php
================================================
destination = $destination;
$this->logger = $logger;
$this->config = $config;
$this->progress = $progress;
$this->helper = $helper;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start(1);
$this->progress->advance();
if (!$this->destination->getDocument($this->helper->getSequenceProfileTable())) {
$this->missingDocuments[MapInterface::TYPE_DEST][$this->helper->getSequenceProfileTable()] = true;
} else {
$structureExistingSequenceProfileTable = array_keys(
$this->destination
->getDocument($this->helper->getSequenceProfileTable())
->getStructure()
->getFields()
);
$this->checkStructure(
$this->helper->getSequenceProfileTable(),
$this->helper->getSequenceProfileTable(true),
$structureExistingSequenceProfileTable
);
}
if (!$this->destination->getDocument($this->helper->getSequenceMetaTable())) {
$this->missingDocuments[MapInterface::TYPE_DEST][$this->helper->getSequenceMetaTable()] = true;
} else {
$structureExistingSequenceMetaTable = array_keys(
$this->destination
->getDocument($this->helper->getSequenceMetaTable())
->getStructure()
->getFields()
);
$this->checkStructure(
$this->helper->getSequenceMetaTable(),
$this->helper->getSequenceMetaTable(true),
$structureExistingSequenceMetaTable
);
}
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Check structure
*
* @param string $documentName
* @param array $source
* @param array $destination
* @return void
*/
protected function checkStructure($documentName, array $source, array $destination)
{
$fieldsDiff = array_diff($source, $destination);
if ($fieldsDiff) {
$this->missingDocumentFields[MapInterface::TYPE_DEST][$documentName] = $fieldsDiff;
}
$fieldsDiff = array_diff($destination, $source);
if ($fieldsDiff) {
$this->missingDocumentFields[MapInterface::TYPE_SOURCE][$documentName] = $fieldsDiff;
}
}
/**
* @inheritdoc
*/
protected function checkForErrors()
{
$checkDocuments = $this->checkDocuments();
$checkDocumentFields = $this->checkDocumentFields();
return $checkDocuments && $checkDocumentFields;
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return 0;
}
}
================================================
FILE: src/Migration/Step/SalesIncrement/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->helper = $helper;
$this->progressBar = $progressBar;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progressBar->start(1);
$this->progressBar->advance();
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->destination->getAdapter()->getSelect()->getAdapter();
foreach ($this->helper->getEntityTypeTablesMap() as $entityType) {
foreach ($this->helper->getStoreIds() as $storeId) {
$incrementNumber = $this->helper->getIncrementForEntityType(
$entityType['entity_type_id'],
$storeId
);
$select = $adapter->select()
->from($this->helper->getTableName($entityType['entity_type_table'], $storeId))
->order("{$entityType['column']} DESC")
->limit(1);
$lastInsertId = $adapter->fetchOne($select);
if ($incrementNumber != $lastInsertId) {
$this->errors[] = sprintf(
'Mismatch in last increment id of %s entity: Source: %s Destination: %s',
$entityType['entity_type_code'],
$incrementNumber,
$lastInsertId
);
continue 2;
}
}
}
$this->progressBar->finish();
return $this->checkForErrors();
}
}
================================================
FILE: src/Migration/Step/SalesOrder/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('sales_order_map_file');
$this->progress = $progress;
$this->helper = $helper;
$this->logger = $logger;
}
/**
* Entry point. Run migration of SalesOrder structure.
*
* @return bool
*/
public function perform()
{
$this->progress->start($this->getIterationsCount(), LogManager::LOG_LEVEL_INFO);
$sourceDocuments = array_keys($this->helper->getDocumentList());
foreach ($sourceDocuments as $sourceDocName) {
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationDocumentName = $this->map->getDocumentMap(
$sourceDocName,
MapInterface::TYPE_SOURCE
);
if (!$destinationDocumentName) {
continue;
}
$destDocument = $this->destination->getDocument($destinationDocumentName);
$this->destination->clearDocument($destinationDocumentName);
$eavDocumentName = $this->helper->getDestEavDocument();
$eavDocumentResource = $this->destination->getDocument($eavDocumentName);
/** @var \Migration\RecordTransformer $recordTransformer */
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
$pageNumber = 0;
$this->logger->debug('migrating', ['table' => $sourceDocName]);
$this->progress->start($this->source->getRecordsCount($sourceDocName), LogManager::LOG_LEVEL_DEBUG);
while (!empty($bulk = $this->source->getRecords($sourceDocName, $pageNumber))) {
$pageNumber++;
$destinationCollection = $destDocument->getRecords();
$destEavCollection = $eavDocumentResource->getRecords();
foreach ($bulk as $recordData) {
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
$this->progress->advance(LogManager::LOG_LEVEL_DEBUG);
/** @var Record $sourceRecord */
$sourceRecord = $this->recordFactory->create(
['document' => $sourceDocument, 'data' => $recordData]
);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($sourceRecord, $destRecord);
$destinationCollection->addRecord($destRecord);
$this->migrateAdditionalOrderData($recordData, $sourceDocument, $destEavCollection);
}
$this->destination->saveRecords($destinationDocumentName, $destinationCollection);
$this->destination->saveRecords($eavDocumentName, $destEavCollection);
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
}
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
$iterations = 0;
foreach (array_keys($this->helper->getDocumentList()) as $document) {
$iterations += $this->source->getRecordsCount($document);
}
return $iterations;
}
/**
* Migrate additional order data
*
* @param array $data
* @param ResourceModel\Document $sourceDocument
* @param Record\Collection $destEavCollection
* @return void
*/
public function migrateAdditionalOrderData($data, $sourceDocument, $destEavCollection)
{
foreach ($this->helper->getEavAttributes() as $orderEavAttribute) {
$eavAttributeData = $this->prepareEavEntityData($orderEavAttribute, $data);
if ($eavAttributeData) {
$attributeRecord = $this->recordFactory->create(
[
'document' => $sourceDocument,
'data' => $eavAttributeData
]
);
$destEavCollection->addRecord($attributeRecord);
}
}
}
/**
* Prepare eav entity data
*
* @param string $eavAttribute
* @param array $recordData
* @return array|null
*/
protected function prepareEavEntityData($eavAttribute, $recordData)
{
$recordEavData = null;
$value = $this->getAttributeValue($recordData, $eavAttribute);
if ($value != null) {
$attributeData = $this->getAttributeData($eavAttribute);
$recordEavData = [
'attribute_id' => $attributeData['attribute_id'],
'entity_type_id' => $attributeData['entity_type_id'],
'store_id' => $recordData['store_id'],
'entity_id' => $recordData['entity_id'],
'value' => $value
];
}
return $recordEavData;
}
/**
* Get attribute data
*
* @param string $eavAttributeCode
* @return array|null
*/
protected function getAttributeData($eavAttributeCode)
{
$attributeData = null;
$pageNumber = 0;
while (!empty($bulk = $this->destination->getRecords('eav_attribute', $pageNumber))) {
$pageNumber++;
foreach ($bulk as $eavData) {
if ($eavData['attribute_code'] == $eavAttributeCode) {
$attributeData = $eavData;
break;
}
}
}
return $attributeData;
}
/**
* Get attribute value
*
* @param array $recordData
* @param string $attributeName
* @return array|null
*/
protected function getAttributeValue($recordData, $attributeName)
{
$attributeValue = null;
if (isset($recordData[$attributeName])) {
return $attributeValue = $recordData[$attributeName];
}
return $attributeValue;
}
/**
* Get dest eav document
*
* @return int
*/
protected function getDestEavDocument()
{
return count($this->helper->getDocumentList());
}
/**
* @inheritdoc
*/
public function rollback()
{
throw new \Migration\Exception('Rollback is impossible');
}
}
================================================
FILE: src/Migration/Step/SalesOrder/Delta.php
================================================
helper = $helper;
$this->data = $data;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
protected function processChangedRecords($documentName, $idKeys)
{
$destinationName = $this->mapReader->getDocumentMap($documentName, MapInterface::TYPE_SOURCE);
$items = $this->source->getChangedRecords($documentName, $idKeys);
$sourceDocument = $this->source->getDocument($documentName);
$destDocument = $this->destination->getDocument($destinationName);
$recordTransformer = $this->getRecordTransformer($sourceDocument, $destDocument);
$eavDocumentName = $this->helper->getDestEavDocument();
$eavDocumentResource = $this->destination->getDocument($eavDocumentName);
do {
$destinationRecords = $destDocument->getRecords();
$destEavCollection = $eavDocumentResource->getRecords();
foreach ($items as $data) {
echo('.');
$this->transformData(
$data,
$sourceDocument,
$destDocument,
$recordTransformer,
$destinationRecords
);
$this->data->migrateAdditionalOrderData($data, $sourceDocument, $destEavCollection);
}
$this->destination->updateChangedRecords($destinationName, $destinationRecords);
$this->destination->updateChangedRecords($eavDocumentName, $destEavCollection);
$this->markRecordsProcessed($this->source->getDeltaLogName($documentName), $idKeys, $items);
} while (!empty($items = $this->source->getChangedRecords($documentName, $idKeys)));
}
}
================================================
FILE: src/Migration/Step/SalesOrder/Helper.php
================================================
source = $source;
}
/**
* Get source attributes
*
* @param string $eavAttribute
* @return mixed
*/
public function getSourceAttributes($eavAttribute)
{
$select = $this->getEavAttributeSelect($eavAttribute);
return $this->source->getAdapter()->loadDataFromSelect($select);
}
/**
* Get eav attribute select
*
* @param string $eavAttribute
* @return \Magento\Framework\DB\Select
*/
protected function getEavAttributeSelect($eavAttribute)
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$select = $adapter->getSelect();
$tables = [];
foreach (array_keys($this->getDocumentList()) as $sourceDocument) {
$tables[] = $this->source->addDocumentPrefix($sourceDocument);
}
$select->from($tables)->where($eavAttribute . ' is not null');
return $select;
}
/**
* Get eav attributes
*
* @return array
*/
public function getEavAttributes()
{
return [
'reward_points_balance_refunded',
'reward_salesrule_points'
];
}
/**
* Get document list
*
* @return array
*/
public function getDocumentList()
{
return ['sales_flat_order' => 'sales_order'];
}
/**
* Get dest eav document
*
* @return string
*/
public function getDestEavDocument()
{
return 'eav_entity_int';
}
}
================================================
FILE: src/Migration/Step/SalesOrder/InitialData.php
================================================
source = $source;
$this->destination = $destination;
$this->helper = $helper;
$this->init();
}
/**
* Load EAV data before migration
*
* @return void
*/
public function init()
{
$this->initDestAttributes($this->helper->getDestEavDocument());
}
/**
* Init dest attributes
*
* @param string $eavEntity
* @return void
*/
protected function initDestAttributes($eavEntity)
{
if (!isset($this->destEavAttributesCount[$eavEntity])) {
$this->destEavAttributesCount[$eavEntity] = (int)$this->destination->getRecordsCount($eavEntity);
}
}
/**
* Get dest eav attributes count
*
* @param string $eavEntity
* @return int
*/
public function getDestEavAttributesCount($eavEntity)
{
$attributesCount = null;
if (isset($this->destEavAttributesCount[$eavEntity])) {
$attributesCount = $this->destEavAttributesCount[$eavEntity];
}
return $attributesCount;
}
}
================================================
FILE: src/Migration/Step/SalesOrder/Integrity.php
================================================
helper = $helper;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$this->check(array_keys($this->helper->getDocumentList()), MapInterface::TYPE_SOURCE);
$this->check(array_values($this->helper->getDocumentList()), MapInterface::TYPE_DEST);
$this->checkEavEntities();
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Check eav entities
*
* @return void
*/
protected function checkEavEntities()
{
$this->progress->advance();
$eavAttributes = $this->helper->getEavAttributes();
$destEavEntities = $this->getEavEntities($eavAttributes);
foreach ($eavAttributes as $field) {
if (!in_array($field, $destEavEntities)) {
$this->missingDocumentFields['destination']['eav_attribute'][] = $field;
}
}
}
/**
* Get eav entities
*
* @param array $attributes
* @return array
*/
protected function getEavEntities($attributes)
{
$eavAttributesData = [];
foreach ($attributes as $eavEntity) {
$pageNumber = 0;
while (!empty($bulk = $this->destination->getRecords('eav_attribute', $pageNumber))) {
$pageNumber++;
foreach ($bulk as $eavData) {
if ($eavData['attribute_code'] == $eavEntity) {
$eavAttributesData[] = $eavData['attribute_code'];
break;
}
}
}
}
return $eavAttributesData;
}
/**
* Get iterations count
*
* @return int
*/
protected function getIterationsCount()
{
$migrationDocuments = $this->helper->getDocumentList();
$documents = [
$this->helper->getDestEavDocument(),
array_keys($migrationDocuments),
array_values($migrationDocuments)
];
return count($documents);
}
}
================================================
FILE: src/Migration/Step/SalesOrder/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->initialData = $initialData;
$this->helper = $helper;
$this->map = $mapFactory->create('sales_order_map_file');
$this->progress = $progress;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = array_keys($this->helper->getDocumentList());
$this->progress->start(count($sourceDocuments));
foreach ($sourceDocuments as $sourceDocName) {
$this->progress->advance();
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$this->checkMapEntities($sourceDocName, $destinationName);
$this->checkEavEntities();
}
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Check map entities
*
* @param string $sourceDocName
* @param string $destinationName
* @return void
*/
protected function checkMapEntities($sourceDocName, $destinationName)
{
$sourceCount = $this->source->getRecordsCount($sourceDocName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
/**
* Check eav entities
*
* @return void
*/
protected function checkEavEntities()
{
$countBeforeRun = $this->initialData->getDestEavAttributesCount($this->helper->getDestEavDocument());
$countAfterRun = $this->destination->getRecordsCount($this->helper->getDestEavDocument());
$countEavAttributes = null;
foreach ($this->helper->getEavAttributes() as $eavAttribute) {
$countEavAttributes += count($this->helper->getSourceAttributes($eavAttribute));
}
if (($countBeforeRun + $countEavAttributes) != $countAfterRun) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s',
$this->helper->getDestEavDocument()
);
}
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
$migrationDocuments = $this->helper->getDocumentList();
$documents = [
$this->helper->getDestEavDocument(),
array_keys($migrationDocuments),
array_values($migrationDocuments)
];
return count($documents);
}
}
================================================
FILE: src/Migration/Step/Settings/Data.php
================================================
destination = $destination;
$this->source = $source;
$this->logger = $logger;
$this->progress = $progress;
$this->recordFactory = $recordFactory;
$this->readerSettings = $readerSettings;
$this->handlerManagerFactory = $handlerManagerFactory;
}
/**
* @inheritdoc
*/
public function perform()
{
$destinationDocument = $this->destination->getDocument(self::CONFIG_TABLE_NAME_DESTINATION);
$recordsCountSource = $this->source->getRecordsCount(self::CONFIG_TABLE_NAME_SOURCE);
$recordsCountDestination = $this->destination->getRecordsCount(self::CONFIG_TABLE_NAME_DESTINATION);
$this->progress->start($recordsCountSource);
$sourceRecords = $this->source->getRecords(
self::CONFIG_TABLE_NAME_SOURCE,
0,
$recordsCountSource
);
$destinationRecords = $this->destination->getRecords(
self::CONFIG_TABLE_NAME_DESTINATION,
0,
$recordsCountDestination
);
foreach ($sourceRecords as $sourceRecord) {
$this->progress->advance();
$sourceRecord = array_intersect_key($sourceRecord, array_flip($this->configTableSchema));
if (!$this->readerSettings->isNodeIgnored($sourceRecord[self::CONFIG_FIELD_PATH])) {
$sourceRecordPathMapped = $this->readerSettings->getNodeMap($sourceRecord[self::CONFIG_FIELD_PATH]);
foreach ($destinationRecords as &$destinationRecord) {
if ($destinationRecord[self::CONFIG_FIELD_SCOPE] == $sourceRecord[self::CONFIG_FIELD_SCOPE]
&& $destinationRecord[self::CONFIG_FIELD_SCOPE_ID] == $sourceRecord[self::CONFIG_FIELD_SCOPE_ID]
&& $destinationRecord[self::CONFIG_FIELD_PATH] == $sourceRecordPathMapped
) {
$record = $this->applyHandler($destinationDocument, $sourceRecord, $destinationRecord);
$destinationRecord[self::CONFIG_FIELD_VALUE] = $record->getValue(self::CONFIG_FIELD_VALUE);
continue 2;
}
}
$record = $this->applyHandler($destinationDocument, $sourceRecord, []);
$record->setValue(self::CONFIG_FIELD_PATH, $sourceRecordPathMapped);
$destinationRecords[] = $record->getData();
}
}
foreach ($destinationRecords as &$destinationRecord) {
unset($destinationRecord[self::CONFIG_FIELD_CONFIG_ID]);
$destinationRecord[self::CONFIG_FIELD_UPDATED_AT] = null;
}
$this->destination->clearDocument(self::CONFIG_TABLE_NAME_DESTINATION);
$this->destination->saveRecords(self::CONFIG_TABLE_NAME_DESTINATION, $destinationRecords);
$this->progress->finish();
return true;
}
/**
* Apply handler
*
* @param Document $document
* @param array $sourceData
* @param array $destinationData
* @return Record
*/
protected function applyHandler(
\Migration\ResourceModel\Document $document,
array $sourceData,
array $destinationData
) {
/** @var Record $sourceRecord */
$sourceRecord = $this->recordFactory->create(['document' => $document, 'data' => $sourceData]);
/** @var Record $destinationData */
$destinationRecord = $this->recordFactory->create(['document' => $document, 'data' => $destinationData]);
$handler = $this->getHandler($sourceData[self::CONFIG_FIELD_PATH]);
if ($handler) {
$handler->handle($sourceRecord, $destinationRecord);
}
return $sourceRecord;
}
/**
* Get handler
*
* @param string $path
* @return bool|Handler\HandlerInterface|null
* @throws \Migration\Exception
*/
protected function getHandler($path)
{
$handlerConfig = $this->readerSettings->getValueHandler($path);
if (!$handlerConfig) {
return false;
}
/** @var Handler\Manager $handlerManager */
$handlerManager = $this->handlerManagerFactory->create();
$handlerManager->initHandler(self::CONFIG_FIELD_VALUE, $handlerConfig, $path);
return $handlerManager->getHandler($path);
}
}
================================================
FILE: src/Migration/Step/Settings/Integrity.php
================================================
destination = $destination;
$this->source = $source;
$this->logger = $logger;
$this->progress = $progress;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start(1);
$this->progress->advance();
$documents = $this->source->getDocumentList();
if (!in_array(self::CONFIG_TABLE_NAME_SOURCE, $documents)) {
$this->logger->error(
sprintf(
'Integrity check failed due to "%s" document does not exist in the source resource',
self::CONFIG_TABLE_NAME_SOURCE
)
);
$this->logger->notice('Please check if table names uses prefix, add it to your config.xml file');
return false;
}
$documents = $this->destination->getDocumentList();
if (!in_array(self::CONFIG_TABLE_NAME_DESTINATION, $documents)) {
$this->logger->error(
sprintf(
'Integrity check failed due to "%s" document does not exist in the destination resource',
self::CONFIG_TABLE_NAME_DESTINATION
)
);
$this->logger->notice('Please check if table names uses prefix, add it to your config.xml file');
return false;
}
$this->progress->finish();
return true;
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return 0;
}
}
================================================
FILE: src/Migration/Step/Stores/Data.php
================================================
progress = $progress;
$this->source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->documentsList = $documentsList;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('stores_map_file');
}
/**
* @inheritdoc
*/
public function perform()
{
$documents = $this->documentsList->getDocumentsMap();
$this->progress->start(count($documents));
foreach ($documents as $sourceDocName => $destDocName) {
$this->progress->advance();
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationDocument = $this->destination->getDocument($destDocName);
$this->destination->clearDocument($destDocName);
/** @var \Migration\RecordTransformer $recordTransformer */
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destinationDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
$pageNumber = 0;
while (!empty($sourceRecords = $this->source->getRecords($sourceDocName, $pageNumber))) {
$pageNumber++;
$recordsToSave = $destinationDocument->getRecords();
foreach ($sourceRecords as $recordData) {
/** @var Record $sourceRecord */
$sourceRecord = $this->recordFactory->create(
['document' => $sourceDocument, 'data' => $recordData]
);
/** @var Record $destRecord */
$destinationRecord = $this->recordFactory->create(['document' => $destinationDocument]);
$recordTransformer->transform($sourceRecord, $destinationRecord);
$recordsToSave->addRecord($destinationRecord);
}
$this->destination->saveRecords($destinationDocument->getName(), $recordsToSave);
};
}
$this->progress->finish();
return true;
}
}
================================================
FILE: src/Migration/Step/Stores/Integrity.php
================================================
documentsList = $documentsList;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$this->check($this->documentsList->getSourceDocuments(), MapInterface::TYPE_SOURCE);
$this->check($this->documentsList->getDestinationDocuments(), MapInterface::TYPE_DEST);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->documentsList->getSourceDocuments())
+ count($this->documentsList->getDestinationDocuments());
}
}
================================================
FILE: src/Migration/Step/Stores/Model/DocumentsList.php
================================================
getDocumentsMap();
return array_keys($map);
}
/**
* Get destination documents
*
* @return array
*/
public function getDestinationDocuments()
{
$map = $this->getDocumentsMap();
return array_values($map);
}
/**
* Get documents map
*
* @return array
*/
public function getDocumentsMap()
{
return [
'core_store' => 'store',
'core_store_group' => 'store_group',
'core_website' => 'store_website'
];
}
}
================================================
FILE: src/Migration/Step/Stores/Volume.php
================================================
progress = $progress;
$this->source = $source;
$this->destination = $destination;
$this->documentsList = $documentsList;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
foreach ($this->documentsList->getDocumentsMap() as $sourceName => $destinationName) {
$this->progress->advance();
$sourceCount = $this->source->getRecordsCount($sourceName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = sprintf(
'Mismatch of entities in the document: %s Source: %s Destination: %s',
$destinationName,
$sourceCount,
$destinationCount
);
}
}
$this->progress->finish();
return $this->checkForErrors(Logger::ERROR);
}
/**
* Get iterations count for step
*
* @return int
*/
private function getIterationsCount()
{
return count($this->documentsList->getDocumentsMap());
}
}
================================================
FILE: src/Migration/Step/TierPrice/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->progress = $progress;
$this->logger = $logger;
$this->helper = $helper;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('tier_price_map_file');
}
/**
* @inheritdoc
*/
public function perform()
{
foreach ($this->helper->getDestinationDocuments() as $documentName) {
$this->destination->clearDocument($documentName);
}
$sourceDocuments = $this->helper->getSourceDocuments();
$this->progress->start(count($sourceDocuments), LogManager::LOG_LEVEL_INFO);
foreach ($sourceDocuments as $sourceDocName) {
$pageNumber = 0;
$this->logger->debug('migrating', ['table' => $sourceDocName]);
$this->progress->start($this->source->getRecordsCount($sourceDocName), LogManager::LOG_LEVEL_DEBUG);
$destinationName = $this->helper->getMappedDocumentName($sourceDocName, MapInterface::TYPE_SOURCE);
$destDocument = $this->destination->getDocument($destinationName);
$sourceDocument = $this->source->getDocument($sourceDocName);
/** @var \Migration\RecordTransformer $recordTransformer */
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
while (!empty($items = $this->source->getRecords($sourceDocName, $pageNumber))) {
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
$pageNumber++;
$destinationRecords = $destDocument->getRecords();
foreach ($items as $recordData) {
$this->progress->advance(LogManager::LOG_LEVEL_DEBUG);
$recordData['value_id'] = null;
/** @var Record $sourceRecord */
$sourceRecord = $this->recordFactory->create(
['document' => $sourceDocument, 'data' => $recordData]
);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($sourceRecord, $destRecord);
$destinationRecords->addRecord($destRecord);
}
$this->destination->saveRecords($destinationName, $destinationRecords, true);
}
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
}
================================================
FILE: src/Migration/Step/TierPrice/Delta.php
================================================
editionMigrate = $config->getOption('edition_migrate');
$this->helper = $helper;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
protected function processDeletedRecords($documentName, $idKeys, $destinationName)
{
$idKeysDelete = $idKeys;
$entityIdName = 'entity_id';
$this->destination->getAdapter()->setForeignKeyChecks(1);
while (!empty($items = $this->source->getDeletedRecords($documentName, $idKeys))) {
$itemsDelete = $items;
if ($this->editionMigrate != Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE) {
$entityIdName = 'row_id';
foreach ($itemsDelete as &$item) {
$item[$entityIdName] = $item['entity_id'];
unset($item['entity_id']);
}
$idKeysDelete = array_diff($idKeysDelete, ['entity_id']);
$idKeysDelete[] = $entityIdName;
}
if ($documentName == 'catalog_product_entity_group_price') {
foreach ($itemsDelete as &$item) {
$item['qty'] = 1;
}
$idKeysDelete[] = 'qty';
}
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($destinationName),
$idKeysDelete,
$itemsDelete
);
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
$this->markRecordsProcessed($documentNameDelta, $idKeys, $items);
}
$this->destination->getAdapter()->setForeignKeyChecks(0);
}
/**
* @inheritdoc
*/
protected function getDocumentMap($document, $type)
{
return $this->helper->getMappedDocumentName($document, $type);
}
}
================================================
FILE: src/Migration/Step/TierPrice/Helper.php
================================================
editionNumber = $config->getOption('edition_number');
}
/**
* Get source documents
*
* @return array
*/
public function getSourceDocuments()
{
$map = $this->getDocumentsMap();
return array_keys($map[MapInterface::TYPE_SOURCE]);
}
/**
* Get destination documents
*
* @return array
*/
public function getDestinationDocuments()
{
$map = $this->getDocumentsMap();
return array_keys($map[MapInterface::TYPE_DEST]);
}
/**
* Get mapped document name
*
* @param string $documentName
* @param string $type
* @return mixed
*/
public function getMappedDocumentName($documentName, $type)
{
$map = $this->getDocumentsMap();
return $map[$type][$documentName];
}
/**
* Get documents map
*
* @return array
*/
protected function getDocumentsMap()
{
$sourceDocuments = ['catalog_product_entity_tier_price' => 'catalog_product_entity_tier_price'];
if (!empty($this->editionNumber) && !in_array($this->editionNumber, $this->notExistsGroupPriceTable)) {
$sourceDocuments['catalog_product_entity_group_price'] = 'catalog_product_entity_tier_price';
}
return [
MapInterface::TYPE_SOURCE => $sourceDocuments,
MapInterface::TYPE_DEST => ['catalog_product_entity_tier_price' => 'catalog_product_entity_tier_price'],
];
}
}
================================================
FILE: src/Migration/Step/TierPrice/Integrity.php
================================================
helper = $helper;
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$this->check($this->helper->getSourceDocuments(), MapInterface::TYPE_SOURCE);
$this->check($this->helper->getDestinationDocuments(), MapInterface::TYPE_DEST);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return count($this->helper->getSourceDocuments()) + count($this->helper->getDestinationDocuments());
}
/**
* @inheritdoc
*/
protected function getMappedDocumentName($documentName, $type)
{
return $this->helper->getMappedDocumentName($documentName, $type);
}
}
================================================
FILE: src/Migration/Step/TierPrice/Volume.php
================================================
progress = $progress;
$this->source = $source;
$this->destination = $destination;
$this->helper = $helper;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = $this->helper->getSourceDocuments();
$destinationDocuments = $this->helper->getDestinationDocuments();
$this->progress->start(count($sourceDocuments) + count($destinationDocuments));
$destinationTotal = 0;
$sourceTotal = $this->getSourceTotal($sourceDocuments);
foreach ($destinationDocuments as $documentName) {
$destinationTotal += $this->destination->getRecordsCount($documentName);
$this->progress->advance();
}
if ($sourceTotal != $destinationTotal) {
$this->errors[] = 'Mismatch of amount of entities in documents';
}
$this->progress->finish();
return $this->checkForErrors(Logger::ERROR);
}
/**
* Return number of records with unique key taken into account. Duplicated records will be omitted
*
* @param array $sourceDocuments
* @return int
*/
private function getSourceTotal(array $sourceDocuments)
{
$sourceRecordsUnique = [];
foreach ($sourceDocuments as $documentName) {
$this->progress->advance();
$sourceRecords = $this->source->getRecords(
$documentName,
0,
$this->source->getRecordsCount($documentName)
);
foreach ($sourceRecords as $record) {
$record['qty'] = isset($record['qty']) ? $record['qty'] : '1.0000';
$key = $record['entity_id'] . '-' .
$record['all_groups'] . '-' .
$record['customer_group_id'] . '-' .
$record['qty'] . '-' .
$record['website_id'];
$sourceRecordsUnique[$key] = $record;
}
}
return count($sourceRecordsUnique);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Helper.php
================================================
['catalog_category_entity_varchar', 'catalog_product_entity_varchar'],
'field_entity_id' => 'entity_id',
'field_staging' => 'row_id',
];
/**
* @param Config $config
* @param ModuleListInterface $moduleList
*/
public function __construct(
Config $config,
ModuleListInterface $moduleList
) {
$this->editionMigrate = $config->getOption('edition_migrate');
$this->moduleList = $moduleList;
}
/**
* Fields processor
*
* @param string $resourceType
* @param string $tableName
* @param array $fields
* @param bool $inKeys
* @return array
*/
public function processFields($resourceType, $tableName, array $fields, $inKeys = false)
{
return $this->processFieldsOfStagingModule($resourceType, $tableName, $fields, $inKeys);
}
/**
* Rename fields of staging module
*
* @param string $resourceType
* @param string $tableName
* @param array $fields
* @param bool $inKeys
* @return array
*/
private function processFieldsOfStagingModule($resourceType, $tableName, array $fields, $inKeys = false)
{
$fieldEntityId = $this->stagingConfig['field_entity_id'];
$fieldStaging = $this->stagingConfig['field_staging'];
$tablesStaging = $this->stagingConfig['tables'];
if ($this->editionMigrate == Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE
|| $resourceType == MapInterface::TYPE_SOURCE
|| !in_array($tableName, $tablesStaging)
|| $this->moduleList->has('Magento_CatalogStaging') === false
) {
return $fields;
}
if ($inKeys && isset($fields[$fieldEntityId])) {
$fields[$fieldStaging] = $fields[$fieldEntityId];
unset($fields[$fieldEntityId]);
} else {
$map = function ($item) use ($fieldEntityId, $fieldStaging) {
return $item == $fieldEntityId ? $fieldStaging : $item;
};
$fields = array_map($map, $fields);
}
return $fields;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Suffix.php
================================================
source = $source;
}
/**
* Get suffix query for product or category
*
* @param string $suffixFor Can be 'product' or 'category'
* @param string $mainTable
* @return string
*/
public function getSuffix($suffixFor, $mainTable = 's')
{
$suffixDefault = '.html';
if (empty($this->suffixData[$suffixFor])) {
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$select = $adapter->getSelect();
$select->from(
['s' => $this->source->addDocumentPrefix('core_store')],
['store_id' => 's.store_id']
);
$select->joinLeft(
['c1' => $this->source->addDocumentPrefix('core_config_data')],
"c1.scope='stores' AND c1.path = 'catalog/seo/{$suffixFor}_url_suffix' AND c1.scope_id=s.store_id",
['store_path' => 'c1.path', 'store_value' => 'c1.value']
);
$select->joinLeft(
['c2' => $this->source->addDocumentPrefix('core_config_data')],
"c2.scope='websites' AND c2.path = 'catalog/seo/{$suffixFor}_url_suffix' AND c2.scope_id=s.website_id",
['website_path' => 'c2.path', 'website_value' => 'c2.value']
);
$select->joinLeft(
['c3' => $this->source->addDocumentPrefix('core_config_data')],
"c3.scope='default' AND c3.path = 'catalog/seo/{$suffixFor}_url_suffix'",
['admin_path' => 'c3.path', 'admin_value' => 'c3.value']
);
$result = $select->getAdapter()->fetchAll($select);
foreach ($result as $row) {
$suffix = $suffixDefault;
if ($row['admin_path'] !== null) {
$suffix = $row['admin_value'];
}
if ($row['website_path'] !== null) {
$suffix = $row['website_value'];
}
if ($row['store_path'] !== null) {
$suffix = $row['store_value'];
}
$suffix = ($suffix) ? $this->ensureSuffixBeginsWithDot($suffix) : $suffix;
$this->suffixData[$suffixFor][] = [
'store_id' => $row['store_id'],
'suffix' => $suffix
];
}
}
$suffix = "CASE {$mainTable}.store_id";
foreach ($this->suffixData[$suffixFor] as $row) {
$suffix .= sprintf(" WHEN '%s' THEN '%s'", $row['store_id'], $row['suffix']);
}
$suffix .= " ELSE '{$suffixDefault}' END";
return $suffix;
}
/**
* Ensure suffix begins with dot
*
* @param mixed $suffix
* @return string
*/
private function ensureSuffixBeginsWithDot($suffix)
{
return substr($suffix, 0, 1) === "." ? $suffix : '.' . $suffix;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11300to2000/CategoryRewrites.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->suffix = $suffix;
$this->tableName = $tableName;
}
/**
* Fulfill temporary table with category url rewrites
*
* @param array $urlRewriteIds
* @return void
*/
public function collectRewrites(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$requestPath = sprintf("CONCAT(`r`.`request_path`, %s)", $this->suffix->getSuffix('category', 'eccr'));
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $requestPath,
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 's.store_id',
'entity_type' => "trim('category')",
'redirect_type' => "trim('0')",
'product_id' => "trim('0')",
'category_id' => "c.entity_id",
'cms_page_id' => "trim('0')",
'priority' => "trim('3')"
]
);
$select->join(
['c' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
'r.value_id = c.value_id',
[]
);
$select->join(
['eccr' => $this->source->addDocumentPrefix('enterprise_catalog_category_rewrite')],
'eccr.url_rewrite_id = r.url_rewrite_id and eccr.store_id = 0',
[]
);
$select->join(
['s' => $this->source->addDocumentPrefix('core_store')],
's.store_id > 0',
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
$requestPath = sprintf("CONCAT(`r`.`request_path`, %s)", $this->suffix->getSuffix('category', 'eccr'));
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $requestPath,
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 'eccr.store_id',
'entity_type' => "trim('category')",
'redirect_type' => "trim('0')",
'product_id' => "trim('0')",
'category_id' => "c.entity_id",
'cms_page_id' => "trim('0')",
'priority' => "trim('3')"
]
);
$select->join(
['c' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
'r.value_id = c.value_id',
[]
);
$select->join(
['eccr' => $this->source->addDocumentPrefix('enterprise_catalog_category_rewrite')],
'eccr.url_rewrite_id = r.url_rewrite_id and eccr.store_id > 0',
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11300to2000/CmsPageRewrites.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->tableName = $tableName;
}
/**
* Fulfill temporary table with Cms Page url rewrites
*
* @return void
*/
public function collectRewrites()
{
$select = $this->sourceAdapter->getSelect();
$select->distinct()->from(
['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' => 'IFNULL(NULL, NULL)',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => 'cp.identifier',
'target_path' => 'CONCAT("cms/page/view/page_id/", cp.page_id)',
'is_system' => "trim('1')",
'store_id' => 'IF(cps.store_id = 0, 1, cps.store_id)',
'entity_type' => "trim('cms-page')",
'redirect_type' => "trim('0')",
'product_id' => "trim('0')",
'category_id' => "trim('0')",
'cms_page_id' => "cp.page_id",
'priority' => "trim('5')"
]
)->joinLeft(
['cps' => $this->source->addDocumentPrefix($this->cmsPageStoreTableName)],
'cps.page_id = cp.page_id',
[]
)->group(['request_path', 'cps.store_id']);
$query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11300to2000/ProductRewritesIncludedIntoCategories.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->suffix = $suffix;
$this->tableName = $tableName;
}
/**
* Return query for retrieving product url rewrites for stores when a product was saved for default scope
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])
{
$queries = [];
$selects = [];
$config = [
'url_rewrite_ids' => $urlRewriteIds,
'store_id' => 's.store_id',
'store_main_table' => 's',
'add_stores_to_select' => true
];
$select = $this->getSelectBase($config)->where('`ecpr`.`store_id` = 0');
$selects[] = $this->addStoresToSelect($select);
foreach ($this->getSelectsForAnchorCategories($config) as $select) {
$select->where('`ecpr`.`store_id` = 0');
$selects[] = $select;
}
foreach ($selects as $select) {
$queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \Zend_Db_Expr("($select)")])
->where('result.request_path IS NOT NULL')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
}
return $queries;
}
/**
* Return query for retrieving product url rewrites when a product is saved for particular store view
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])
{
$queries = [];
$selects = [];
$config = [
'store_main_table' => 'ecpr',
'add_ecpr_url_key' => true,
'store_id' => 'ecpr.store_id',
'url_rewrite_ids' => $urlRewriteIds
];
$selects[] = $this->getSelectBase($config)->where('`ecpr`.`store_id` > 0');
foreach ($this->getSelectsForAnchorCategories($config) as $select) {
$select->where('`ecpr`.`store_id` > 0');
$selects[] = $select;
}
foreach ($selects as $select) {
$queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \Zend_Db_Expr("($select)")])
->where('result.request_path IS NOT NULL')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
}
return $queries;
}
/**
* Return base select query
*
* @param array $config
* @return Select
*/
private function getSelectBase(array $config)
{
$urlRewriteIds = $config['url_rewrite_ids'];
$storeId = $config['store_id'] ?? 'r.store_id';
$storeMainTable = $config['store_main_table'] ?? 'r';
$targetPath = $config['target_path'] ??
'IF(ISNULL(c.category_id), r.target_path, CONCAT(r.target_path, "/category/", c.category_id))';
$categoriesSubSelect = $this->sourceAdapter->getSelect();
$categoriesSubSelect->from(
['cr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
['request_path' => 'cr.request_path']
);
$categoriesSubSelect->join(
['ccr' => $this->source->addDocumentPrefix('enterprise_catalog_category_rewrite')],
'ccr.url_rewrite_id = cr.url_rewrite_id',
[]
);
$categoriesSubSelect->where('`cr`.`value_id` = `cu`.`value_id`');
$categoriesSubSelect->where('`ccr`.`store_id` = ecpr.`store_id`');
$subConcatCategories = $categoriesSubSelect->getAdapter()->getConcatSql([
"($categoriesSubSelect)",
"'/'",
'`r`.`request_path`',
$this->suffix->getSuffix('product', $storeMainTable)
]);
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $config['request_path'] ?? $subConcatCategories,
'target_path' => $targetPath,
'is_system' => 'r.is_system',
'store_id' => $storeId,
'entity_type' => "trim('product')",
'redirect_type' => "trim('0')",
'product_id' => "p.entity_id",
'category_id' => $config['category_id'] ?? 'c.category_id',
'cms_page_id' => "trim('0')",
'priority' => "trim('4')"
]
);
$select->join(
['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],
'ecpr.url_rewrite_id = r.url_rewrite_id',
[]
);
$addEcprUrlKey = !empty($config['add_ecpr_url_key'])
? 'r.value_id = p.value_id and `p`.`store_id` = ecpr.store_id'
: 'r.value_id = p.value_id';
$select->join(
['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
$addEcprUrlKey,
[]
);
$select->join(
['c' => $this->source->addDocumentPrefix('catalog_category_product')],
'p.entity_id = c.product_id',
[]
);
$addEcprUrlKey = !empty($config['add_ecpr_url_key'])
? 'cu.entity_id = c.category_id and cu.store_id = ecpr.store_id'
: 'cu.entity_id = c.category_id';
$select->join(
['cu' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
$addEcprUrlKey,
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
return $select;
}
/**
* Return select queries to fetch products assigned to sub categories of anchor categories
*
* @param array $config
* @return array
*/
private function getSelectsForAnchorCategories(array $config)
{
$storeMainTable = $config['store_main_table'] ?? 'r';
$selects = [];
foreach ($this->getAnchorCategories() as $category) {
// make request_path field from anchor category path plus product name
$subConcatCategories = $this->sourceAdapter->getSelect()->getAdapter()->getConcatSql([
"'" . $category['anchor']['request_path'] . "'",
"'/'",
'`r`.`request_path`',
$this->suffix->getSuffix('product', $storeMainTable)
]);
$targetPath = new \Zend_Db_Expr(
'CONCAT(r.target_path, "/category/", ' . $category['anchor']['entity_id'] . ')'
);
$categoryId = new \Zend_Db_Expr("trim('" . $category['anchor']['entity_id'] . "')");
$config = array_merge($config, [
'request_path' => $subConcatCategories,
'target_path' => $targetPath,
'category_id' => $categoryId,
]);
$select = $this->getSelectBase($config);
$select = !empty($config['add_stores_to_select']) ? $this->addStoresToSelect($select) : $select;
$select->where('c.category_id IN (?)', $category['subcategories']);
$select->group(['request_path', 'store_id']);
$selects[] = $select;
}
return $selects;
}
/**
* Add stores to select
*
* @param Select $select
* @return Select
*/
private function addStoresToSelect(Select $select)
{
$storeSubSelect = $this->sourceAdapter->getSelect();
$storeSubSelect->from(
['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
['store_id' => 'ecpr.store_id']
);
$storeSubSelect->join(
['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'srcu.value_id = sr.value_id',
[]
);
$storeSubSelect->join(
['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],
'ecpr.url_rewrite_id = sr.url_rewrite_id',
[]
);
$storeSubSelect->where('srcu.entity_id = p.entity_id')
->where('ecpr.store_id > 0');
$select->join(
['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],
'c.product_id = cpw.product_id',
[]
);
$select->join(
['s' => $this->source->addDocumentPrefix('core_store')],
sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),
[]
);
return $select;
}
/**
* Get anchor categories and its sub categories
*
* @return array
*/
private function getAnchorCategories()
{
if (!empty($this->anchorCategories)) {
return $this->anchorCategories;
}
$select = $this->sourceAdapter->getSelect();
$select->from(
['ccei' => $this->source->addDocumentPrefix('catalog_category_entity_int')],
[]
)->join(
['cce' => $this->source->addDocumentPrefix('catalog_category_entity')],
'ccei.entity_id = cce.entity_id',
['entity_id', 'path']
)->join(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
'eet.entity_type_id = ccei.entity_type_id',
[]
)->join(
['cceuk' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
'cceuk.entity_id = ccei.entity_id and cceuk.store_id = 0',
[]
)->join(
['eur' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
'eur.value_id = cceuk.value_id',
['request_path']
)->where('ccei.attribute_id = ?', $this->getAnchorAttributeId()
)->where('ccei.value = 1'
)->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode
)->group('eur.value_id');
$anchorCategories = $select->getAdapter()->fetchAll($select);
if (!$anchorCategories) {
return $this->anchorCategories;
}
$i = 0;
foreach ($anchorCategories as $category) {
$select = $this->sourceAdapter->getSelect();
$select->from(['cce' => $this->source->addDocumentPrefix('catalog_category_entity')], ['entity_id']);
$select->where('cce.path LIKE ?', $category['path'] . '/%');
if($subCategoryIds = $select->getAdapter()->fetchCol($select)) {
$this->anchorCategories[$i]['anchor'] = $category;
$this->anchorCategories[$i++]['subcategories'] = $subCategoryIds;
}
}
return $this->anchorCategories;
}
/**
* Get anchor attribute id
*
* @return string
*/
protected function getAnchorAttributeId()
{
if (!empty($this->anchorAttributeId)) {
return $this->anchorAttributeId;
}
$select = $this->sourceAdapter->getSelect();
$query = $select->from(
['ea' => $this->source->addDocumentPrefix('eav_attribute')],
['attribute_id']
)->join(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
'eet.entity_type_id = ea.entity_type_id',
[]
)->where('ea.attribute_code = ?', $this->anchorAttributeCode
)->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode);
$this->anchorAttributeId = $query->getAdapter()->fetchOne($query);
return $this->anchorAttributeId;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11300to2000/ProductRewritesWithoutCategories.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->suffix = $suffix;
$this->tableName = $tableName;
}
/**
* Return query for retrieving product url rewrites when a product is saved for default scope
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$storeSubSelect = $this->getStoreSubSelect();
$subConcat = $select->getAdapter()->getConcatSql([
'`r`.`request_path`',
$this->suffix->getSuffix('product')
]);
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $subConcat,
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 's.store_id',
'entity_type' => "trim('product')",
'redirect_type' => "trim('0')",
'product_id' => "p.entity_id",
'category_id' => "trim('0')",
'cms_page_id' => "trim('0')",
'priority' => "trim('4')"
]
);
$select->join(
['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],
'ecpr.url_rewrite_id = r.url_rewrite_id',
[]
);
$select->join(
['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'r.value_id = p.value_id',
[]
);
$select->join(
['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],
'p.entity_id = cpw.product_id',
[]
);
$select->join(
['s' => $this->source->addDocumentPrefix('core_store')],
sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select
->where('`ecpr`.`store_id` = 0')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
return [$query];
}
/**
* Return query for retrieving product url rewrites when a product is saved for particular store view
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$subConcat = $select->getAdapter()->getConcatSql([
'`s`.`request_path`',
$this->suffix->getSuffix('product', 'ecpr')
]);
$select->from(
['s' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'s.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $subConcat,
'target_path' => 's.target_path',
'is_system' => 's.is_system',
'store_id' => 'ecpr.store_id',
'entity_type' => "trim('product')",
'redirect_type' => "trim('0')",
'product_id' => "p.entity_id",
'category_id' => "trim('0')",
'cms_page_id' => "trim('0')",
'priority' => "trim('4')"
]
);
$select->join(
['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],
'ecpr.url_rewrite_id = s.url_rewrite_id',
[]
);
$select->join(
['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
's.value_id = p.value_id',
[]
);
if (!empty($urlRewriteIds)) {
$select->where('s.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select
->where('`ecpr`.`store_id` > 0')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
return [$query];
}
/**
* Return select for product url rewrite where store above 0
*
* @return DbSelect
*/
private function getStoreSubSelect()
{
$storeSubSelect = $this->sourceAdapter->getSelect();
$storeSubSelect->from(
['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
['store_id' => 'ecpr.store_id']
);
$storeSubSelect->join(
['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'srcu.value_id = sr.value_id',
[]
);
$storeSubSelect->join(
['ecpr' => $this->source->addDocumentPrefix('enterprise_catalog_product_rewrite')],
'ecpr.url_rewrite_id = sr.url_rewrite_id',
[]
);
$storeSubSelect
->where('srcu.entity_id = p.entity_id')
->where('ecpr.store_id > 0');
return $storeSubSelect;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11300to2000/RedirectsRewrites.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->tableName = $tableName;
}
/**
* Fulfill temporary table with redirects
*
* @param array $urlRewriteIds
* @return void
*/
public function collectRewrites(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => 'r.request_path',
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => "s.store_id",
'entity_type' => "trim('custom')",
'redirect_type' => "(SELECT CASE eurr.options WHEN 'RP' THEN 301 WHEN 'R' THEN 302 ELSE 0 END)",
'product_id' => "trim('0')",
'category_id' => "trim('0')",
'cms_page_id' => "trim('0')",
'priority' => "trim('2')"
]
);
$select->join(
['eurrr' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect_rewrite')],
'eurrr.url_rewrite_id = r.url_rewrite_id',
[]
);
$select->join(
['eurr' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect')],
'eurrr.redirect_id = eurr.redirect_id',
[]
);
$select->join(
['s' => $this->source->addDocumentPrefix('core_store')],
's.store_id > 0',
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
}
/**
* Fulfill temporary table with redirects
*
* @param array $redirectIds
* @return void
*/
public function collectRedirects(array $redirectIds = [])
{
return;
}
/**
* Remove duplicated url redirects
*
* @return array
*/
public function removeDuplicatedUrlRedirects()
{
return[];
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11410to2000/CategoryRewrites.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->suffix = $suffix;
$this->tableName = $tableName;
}
/**
* Fulfill temporary table with category url rewrites
*
* @param array $urlRewriteIds
* @return void
*/
public function collectRewrites(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => sprintf("CONCAT(`r`.`request_path`, %s)", $this->suffix->getSuffix('category', 'r')),
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 'r.store_id',
'entity_type' => "trim('category')",
'redirect_type' => "trim('0')",
'product_id' => "trim('0')",
'category_id' => "c.entity_id",
'cms_page_id' => "trim('0')",
'priority' => "trim('3')"
]
);
$select->join(
['c' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
'r.value_id = c.value_id',
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select->where('`r`.`entity_type` = 2')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11410to2000/CmsPageRewrites.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->tableName = $tableName;
}
/**
* Fulfill temporary table with Cms Page url rewrites
*
* @return void
*/
public function collectRewrites()
{
$select = $this->sourceAdapter->getSelect();
$select->distinct()->from(
['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' => 'IFNULL(NULL, NULL)',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => 'cp.identifier',
'target_path' => 'CONCAT("cms/page/view/page_id/", cp.page_id)',
'is_system' => "trim('1')",
'store_id' => 'IF(cps.store_id = 0, 1, cps.store_id)',
'entity_type' => "trim('cms-page')",
'redirect_type' => "trim('0')",
'product_id' => "trim('0')",
'category_id' => "trim('0')",
'cms_page_id' => "cp.page_id",
'priority' => "trim('5')"
]
)->joinLeft(
['cps' => $this->source->addDocumentPrefix($this->cmsPageStoreTableName)],
'cps.page_id = cp.page_id',
[]
)->group(['request_path', 'cps.store_id']);
$query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11410to2000/ProductRewritesIncludedIntoCategories.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->suffix = $suffix;
$this->tableName = $tableName;
}
/**
* Return query for retrieving product url rewrites for stores when a product was saved for default scope
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])
{
$queries = [];
$selects = [];
$config = [
'url_rewrite_ids' => $urlRewriteIds,
'store_id' => 's.store_id',
'store_main_table' => 's',
'add_stores_to_select' => true
];
$select = $this->getSelectBase($config)->where('`r`.`store_id` = 0');
$selects[] = $this->addStoresToSelect($select);
foreach ($this->getSelectsForAnchorCategories($config) as $select) {
$select->where('`r`.`store_id` = 0');
$selects[] = $select;
}
foreach ($selects as $select) {
$queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \Zend_Db_Expr("($select)")])
->where('result.request_path IS NOT NULL')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
}
return $queries;
}
/**
* Return query for retrieving product url rewrites when a product is saved for particular store view
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])
{
$queries = [];
$selects = [];
$config = ['url_rewrite_ids' => $urlRewriteIds];
$select = $this->getSelectBase($config)->where('`r`.`store_id` > 0');
$selects[] = $select;
foreach ($this->getSelectsForAnchorCategories($config) as $select) {
$select->where('`r`.`store_id` > 0');
$selects[] = $select;
}
foreach ($selects as $select) {
$queries[] = $this->sourceAdapter->getSelect()->from(['result' => new \Zend_Db_Expr("($select)")])
->where('result.request_path IS NOT NULL')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
}
return $queries;
}
/**
* Return base select query
*
* @param array $config
* @return Select
*/
private function getSelectBase(array $config)
{
$urlRewriteIds = $config['url_rewrite_ids'];
$storeId = $config['store_id'] ?? 'r.store_id';
$storeMainTable = $config['store_main_table'] ?? 'r';
$targetPath = $config['target_path'] ??
'IF(ISNULL(c.category_id), r.target_path, CONCAT(r.target_path, "/category/", c.category_id))';
$categoriesSubSelect = $this->sourceAdapter->getSelect();
$categoriesSubSelect->from(
['cr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
['request_path' => 'cr.request_path']
);
$categoriesSubSelect->where('`cr`.`value_id` = `cu`.`value_id`');
$categoriesSubSelect->where('`cr`.`entity_type` = 2');
$categoriesSubSelect->where('`cr`.`store_id` = ' . $storeId);
$subConcatCategories = $categoriesSubSelect->getAdapter()->getConcatSql([
"($categoriesSubSelect)",
"'/'",
'`r`.`request_path`',
$this->suffix->getSuffix('product', $storeMainTable)
]);
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $config['request_path'] ?? $subConcatCategories,
'target_path' => $targetPath,
'is_system' => 'r.is_system',
'store_id' => $storeId,
'entity_type' => "trim('product')",
'redirect_type' => "trim('0')",
'product_id' => "p.entity_id",
'category_id' => $config['category_id'] ?? 'c.category_id',
'cms_page_id' => "trim('0')",
'priority' => "trim('4')"
]
);
$select->join(
['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'r.value_id = p.value_id',
[]
);
$select->join(
['c' => $this->source->addDocumentPrefix('catalog_category_product')],
'p.entity_id = c.product_id',
[]
);
$select->join(
['cu' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
'cu.entity_id = c.category_id',
[]
);
$select->where('`r`.`entity_type` = 3');
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
return $select;
}
/**
* Return select queries to fetch products assigned to sub categories of anchor categories
*
* @param array $config
* @return array
*/
private function getSelectsForAnchorCategories(array $config)
{
$storeMainTable = $config['store_main_table'] ?? 'r';
$selects = [];
foreach ($this->getAnchorCategories() as $category) {
// make request_path field from anchor category path plus product name
$subConcatCategories = $this->sourceAdapter->getSelect()->getAdapter()->getConcatSql([
"'" . $category['anchor']['request_path'] . "'",
"'/'",
'`r`.`request_path`',
$this->suffix->getSuffix('product', $storeMainTable)
]);
$targetPath = new \Zend_Db_Expr(
'CONCAT(r.target_path, "/category/", ' . $category['anchor']['entity_id'] . ')'
);
$categoryId = new \Zend_Db_Expr("trim('" . $category['anchor']['entity_id'] . "')");
$config = array_merge($config, [
'request_path' => $subConcatCategories,
'target_path' => $targetPath,
'category_id' => $categoryId,
]);
$select = $this->getSelectBase($config);
$select = !empty($config['add_stores_to_select']) ? $this->addStoresToSelect($select) : $select;
$select->where('c.category_id IN (?)', $category['subcategories']);
$select->group(['request_path', 'store_id']);
$selects[] = $select;
}
return $selects;
}
/**
* Add stores to select
*
* @param Select $select
* @return Select
*/
private function addStoresToSelect(Select $select)
{
$storeSubSelect = $this->sourceAdapter->getSelect();
$storeSubSelect->from(
['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
['store_id' => 'sr.store_id']
);
$storeSubSelect->join(
['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'srcu.value_id = sr.value_id',
[]
);
$storeSubSelect->where('sr.entity_type = 3')
->where('srcu.entity_id = p.entity_id')
->where('sr.store_id > 0');
$select->join(
['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],
'c.product_id = cpw.product_id',
[]
);
$select->join(
['s' => $this->source->addDocumentPrefix('core_store')],
sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),
[]
);
return $select;
}
/**
* Get anchor categories and its sub categories
*
* @return array
*/
private function getAnchorCategories()
{
if (!empty($this->anchorCategories)) {
return $this->anchorCategories;
}
$select = $this->sourceAdapter->getSelect();
$select->from(
['ccei' => $this->source->addDocumentPrefix('catalog_category_entity_int')],
[]
)->join(
['cce' => $this->source->addDocumentPrefix('catalog_category_entity')],
'ccei.entity_id = cce.entity_id',
['entity_id', 'path']
)->join(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
'eet.entity_type_id = ccei.entity_type_id',
[]
)->join(
['cceuk' => $this->source->addDocumentPrefix('catalog_category_entity_url_key')],
'cceuk.entity_id = ccei.entity_id and cceuk.store_id = 0',
[]
)->join(
['eur' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
'eur.value_id = cceuk.value_id and eur.entity_type = 2',
['request_path']
)->where('ccei.attribute_id = ?', $this->getAnchorAttributeId()
)->where('ccei.value = 1'
)->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode
)->group('eur.value_id');
$anchorCategories = $select->getAdapter()->fetchAll($select);
if (!$anchorCategories) {
return $this->anchorCategories;
}
$i = 0;
foreach ($anchorCategories as $category) {
$select = $this->sourceAdapter->getSelect();
$select->from(['cce' => $this->source->addDocumentPrefix('catalog_category_entity')], ['entity_id']);
$select->where('cce.path LIKE ?', $category['path'] . '/%');
if($subCategoryIds = $select->getAdapter()->fetchCol($select)) {
$this->anchorCategories[$i]['anchor'] = $category;
$this->anchorCategories[$i++]['subcategories'] = $subCategoryIds;
}
}
return $this->anchorCategories;
}
/**
* Get anchor attribute id
*
* @return string
*/
protected function getAnchorAttributeId()
{
if (!empty($this->anchorAttributeId)) {
return $this->anchorAttributeId;
}
$select = $this->sourceAdapter->getSelect();
$query = $select->from(
['ea' => $this->source->addDocumentPrefix('eav_attribute')],
['attribute_id']
)->join(
['eet' => $this->source->addDocumentPrefix('eav_entity_type')],
'eet.entity_type_id = ea.entity_type_id',
[]
)->where('ea.attribute_code = ?', $this->anchorAttributeCode
)->where('eet.entity_type_code = ?', $this->categoryEntityTypeCode);
$this->anchorAttributeId = $query->getAdapter()->fetchOne($query);
return $this->anchorAttributeId;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11410to2000/ProductRewritesWithoutCategories.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->suffix = $suffix;
$this->tableName = $tableName;
}
/**
* Return query for retrieving product url rewrites when a product is saved for default scope
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForDefaultScope(array $urlRewriteIds = [])
{
$storeSubSelect = $this->getStoreSubSelect();
$subConcat = $this->sourceAdapter->getSelect()->getAdapter()->getConcatSql([
'`r`.`request_path`',
$this->suffix->getSuffix('product')
]);
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $subConcat,
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 's.store_id',
'entity_type' => "trim('product')",
'redirect_type' => "trim('0')",
'product_id' => "p.entity_id",
'category_id' => "trim('0')",
'cms_page_id' => "trim('0')",
'priority' => "trim('4')"
]
);
$select->join(
['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'r.value_id = p.value_id',
[]
);
$select->join(
['cpw' => $this->source->addDocumentPrefix('catalog_product_website')],
'p.entity_id = cpw.product_id',
[]
);
$select->join(
['s' => $this->source->addDocumentPrefix('core_store')],
sprintf('cpw.website_id = s.website_id and s.store_id not in (%s)', $storeSubSelect),
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select->where('`r`.`entity_type` = 3')
->where('`r`.`store_id` = 0')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
return [$query];
}
/**
* Return query for retrieving product url rewrites when a product is saved for particular store view
*
* @param array $urlRewriteIds
* @return array
*/
public function getQueryProductsSavedForParticularStoreView(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$subConcat = $select->getAdapter()->getConcatSql([
'`r`.`request_path`',
$this->suffix->getSuffix('product', 'r')
]);
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => $subConcat,
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 'r.store_id',
'entity_type' => "trim('product')",
'redirect_type' => "trim('0')",
'product_id' => "p.entity_id",
'category_id' => "trim('0')",
'cms_page_id' => "trim('0')",
'priority' => "trim('4')"
]
);
$select->join(
['p' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'r.value_id = p.value_id',
[]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select->where('`r`.`entity_type` = 3')
->where('`r`.`store_id` > 0')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
return [$query];
}
/**
* Return select for product url rewrite where store above 0
*
* @return DbSelect
*/
private function getStoreSubSelect()
{
$storeSubSelect = $this->sourceAdapter->getSelect();
$storeSubSelect->from(
['sr' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
['store_id' => 'sr.store_id']
);
$storeSubSelect->join(
['srcu' => $this->source->addDocumentPrefix('catalog_product_entity_url_key')],
'srcu.value_id = sr.value_id',
[]
);
$storeSubSelect->where('sr.entity_type = 3')
->where('srcu.entity_id = p.entity_id')
->where('sr.store_id > 0');
return $storeSubSelect;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version11410to2000/RedirectsRewrites.php
================================================
source = $source;
$this->sourceAdapter = $this->source->getAdapter();
$this->tableName = $tableName;
}
/**
* Fulfill temporary table with redirects
*
* @param array $urlRewriteIds
* @return void
*/
public function collectRewrites(array $urlRewriteIds = [])
{
$select = $this->sourceAdapter->getSelect();
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' =>'r.url_rewrite_id',
'redirect_id' => 'IFNULL(NULL, NULL)',
'request_path' => 'r.request_path',
'target_path' => 'r.target_path',
'is_system' => 'r.is_system',
'store_id' => 'r.store_id',
'entity_type' => "trim('custom')",
'redirect_type' => "trim('0')",
'product_id' => "trim('0')",
'category_id' => "trim('0')",
'cms_page_id' => "trim('0')",
'priority' => "trim('2')"
]
);
if (!empty($urlRewriteIds)) {
$select->where('r.url_rewrite_id in (?)', $urlRewriteIds);
}
$query = $select->where('`r`.`entity_type` = 1')
->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$select->getAdapter()->query($query);
}
/**
* Fulfill temporary table with redirects
*
* @param array $redirectIds
* @return void
*/
public function collectRedirects(array $redirectIds = [])
{
$select = $this->sourceAdapter->getSelect();
$adapter = $select->getAdapter();
$cases = [
'r.category_id IS NOT NULL and r.product_id IS NOT NULL'
=> $adapter->getConcatSql([
'"catalog/product/view/id/"',
'r.product_id',
'"/category/"',
'r.category_id']
)
,
'r.category_id IS NULL and r.product_id IS NOT NULL'
=> $adapter->getConcatSql(['"catalog/product/view/id/"', 'r.product_id'])
,
'r.category_id IS NOT NULL and r.product_id IS NULL'
=> $adapter->getConcatSql(['"catalog/category/view/id/"', 'r.category_id'])
];
$targetPath = $adapter->getCaseSql('', $cases, 'r.target_path');
$select->from(
['r' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect')],
[
'id' => 'IFNULL(NULL, NULL)',
'url_rewrite_id' => 'IFNULL(NULL, NULL)',
'redirect_id' => 'r.redirect_id',
'request_path' => 'r.identifier',
'target_path' => $targetPath,
'is_system' => "trim('0')",
'store_id' => 'r.store_id',
'entity_type' => "trim('custom')",
'redirect_type' => "(SELECT CASE r.options WHEN 'RP' THEN 301 WHEN 'R' THEN 302 ELSE 0 END)",
'product_id' => "r.product_id",
'category_id' => "r.category_id",
'cms_page_id' => "trim('0')",
'priority' => "trim('1')"
]
);
if (!empty($redirectIds)) {
$select->where('r.redirect_id in (?)', $redirectIds);
}
$query = $select->insertFromSelect($this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()));
$adapter->query($query);
}
/**
* Remove duplicated url redirects
*
* @return array
*/
public function removeDuplicatedUrlRedirects()
{
$select = $this->sourceAdapter->getSelect();
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $select->getAdapter();
$select->from(['t' => $this->source->addDocumentPrefix($this->tableName->getTemporaryTableName())],['id']);
$select->join(
['eurr' => $this->source->addDocumentPrefix('enterprise_url_rewrite_redirect')],
'eurr.identifier = t.request_path and eurr.store_id = t.store_id',
[]
);
if ($duplicatedRecords = $adapter->fetchCol($select)) {
$this->source->deleteRecords(
$this->source->addDocumentPrefix($this->tableName->getTemporaryTableName()),
'id',
$duplicatedRecords
);
}
return $duplicatedRecords;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version191to2000/CmsPageRewrites.php
================================================
source = $source;
}
/**
* @var string
*/
protected $cmsPageTableName = 'cms_page';
/**
* @var string
*/
protected $cmsPageStoreTableName = 'cms_page_store';
/**
* Select cms page rewrites
*
* @return \Magento\Framework\Db\Select
*/
public function getSelect()
{
/** @var \Magento\Framework\Db\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->distinct()->from(
['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],
[
new \Zend_Db_Expr('"cms-page" as `entity_type`'),
'entity_id' => 'cp.page_id',
'request_path' => 'cp.identifier',
'target_path' => 'CONCAT("cms/page/view/page_id/", cp.page_id)',
'store_id' => 'IF(cps.store_id = 0, 1, cps.store_id)',
new \Zend_Db_Expr('1 as `is_autogenerated`')
]
)->joinLeft(
['cps' => $this->source->addDocumentPrefix($this->cmsPageStoreTableName)],
'cps.page_id = cp.page_id',
[]
)->where(
'cp.is_active = 1'
)->where(
'cp.identifier NOT IN(?)',
$this->getUrlRewriteRequestPathsSelect()
)->group(['request_path', 'cps.store_id']);
return $select;
}
/**
* Get request_paths from core_url_rewrite that matches cms_page.identifier
*
* @return \Magento\Framework\Db\Select
*/
protected function getUrlRewriteRequestPathsSelect()
{
/** @var \Magento\Framework\Db\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from(
['cur' => $this->source->addDocumentPrefix(Version191to2000::SOURCE)],
['cur.request_path']
)->joinLeft(
['cp' => $this->source->addDocumentPrefix($this->cmsPageTableName)],
'cur.request_path = cp.identifier',
[]
);
return $select;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/Version191to2000/Transformer.php
================================================
0,
'R' => 302,
'RP' => 301
];
/**
* Record transformer
*
* @param Record $record
* @param Record $destRecord
* @return void
*/
public function transform(Record $record, Record $destRecord)
{
$destRecord->setValue('url_rewrite_id', $record->getValue('url_rewrite_id'));
$destRecord->setValue('store_id', $record->getValue('store_id'));
$destRecord->setValue('description', $record->getValue('description'));
$destRecord->setValue('request_path', $record->getValue('request_path'));
$destRecord->setValue('target_path', $record->getValue('target_path'));
$destRecord->setValue('is_autogenerated', $record->getValue('is_system'));
$destRecord->setValue('entity_type', $this->getRecordEntityType($record));
$metadata = $this->doRecordSerialization($record)
? json_encode(['category_id' => $record->getValue('category_id')])
: null ;
$destRecord->setValue('metadata', $metadata);
$destRecord->setValue('entity_id', $record->getValue('product_id') ?: $record->getValue('category_id'));
$redirectType = isset($this->redirectTypesMapping[$record->getValue('options')])
? $this->redirectTypesMapping[$record->getValue('options')]
: $this->redirectTypesMapping[''];
$destRecord->setValue('redirect_type', $redirectType);
}
/**
* Do record serialization
*
* @param Record $record
* @return bool
*/
private function doRecordSerialization(Record $record)
{
return $record->getValue('is_system') && $record->getValue('product_id') && $record->getValue('category_id');
}
/**
* Get record entity type
*
* @param Record $record
* @return mixed
*/
private function getRecordEntityType(Record $record)
{
$isCategory = $record->getValue('category_id') ? 'category' : null;
$isProduct = $record->getValue('product_id') ? 'product' : null;
return $isProduct ?: $isCategory;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/VersionCommerce/CategoryRewritesInterface.php
================================================
temporaryTableName = 'url_rewrite_m2' . md5('url_rewrite_m2');
}
/**
* Return name of temporary table
*
* @return string
*/
public function getTemporaryTableName()
{
return $this->temporaryTableName;
}
/**
* Return name of url rewrite table
*
* @return string
*/
public function getDestinationTableName()
{
return $this->destinationTableName;
}
/**
* Return name of url rewrite product category table
*
* @return string
*/
public function getDestinationProductCategoryTableName()
{
return $this->destinationProductCategoryTableName;
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Model/VersionCommerce/TemporaryTable.php
================================================
progress = $progress;
$this->logger = $logger;
$this->source = $source;
$this->destination = $destination;
$this->recordCollectionFactory = $recordCollectionFactory;
$this->recordFactory = $recordFactory;
$this->helper = $helper;
$this->suffix = $suffix;
$this->configReader = $config;
$this->sourceAdapter = $this->source->getAdapter();
$this->tableName = $tableName;
}
/**
* Return name of temporary table
*
* @return string
*/
public function getName()
{
return $this->tableName->getTemporaryTableName();
}
/**
* Crete temporary table
*
* @return void
*/
public function create()
{
$select = $this->sourceAdapter->getSelect();
$select->getAdapter()->dropTable($this->source->addDocumentPrefix($this->getName()));
/** @var \Magento\Framework\DB\Ddl\Table $table */
$table = $select->getAdapter()->newTable($this->source->addDocumentPrefix($this->getName()))
->addColumn(
'id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
null,
['identity' => true, 'unsigned' => true, 'nullable' => false, 'primary' => true]
)
->addColumn(
'url_rewrite_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addColumn(
'redirect_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addColumn(
'request_path',
\Magento\Framework\DB\Ddl\Table::TYPE_TEXT,
255
)
->addColumn(
'target_path',
\Magento\Framework\DB\Ddl\Table::TYPE_TEXT,
255
)
->addColumn(
'is_system',
\Magento\Framework\DB\Ddl\Table::TYPE_SMALLINT,
null,
['nullable' => false, 'default' => '0']
)
->addColumn(
'store_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addColumn(
'entity_type',
\Magento\Framework\DB\Ddl\Table::TYPE_TEXT,
32
)
->addColumn(
'redirect_type',
\Magento\Framework\DB\Ddl\Table::TYPE_SMALLINT,
null,
['unsigned' => true, 'nullable' => false, 'default' => '0']
)
->addColumn(
'product_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addColumn(
'category_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addColumn(
'cms_page_id',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addColumn(
'priority',
\Magento\Framework\DB\Ddl\Table::TYPE_INTEGER
)
->addIndex(
'url_rewrite',
['request_path', 'target_path', 'store_id'],
['type' => \Magento\Framework\DB\Adapter\AdapterInterface::INDEX_TYPE_UNIQUE]
) ;
$select->getAdapter()->createTable($table);
}
/**
* Data migration
*
* @return bool
*/
public function migrateRewrites()
{
$this->progress->start($this->getIterationsCount());
$sourceDocument = $this->source->getDocument($this->getName());
$destinationDocument = $this->destination->getDocument(
$this->tableName->getDestinationTableName()
);
$destProductCategory = $this->destination->getDocument(
$this->tableName->getDestinationProductCategoryTableName()
);
$duplicates = $this->getDuplicatesList();
if (!empty($duplicates) && !empty($this->configReader->getOption('auto_resolve_urlrewrite_duplicates'))
&& empty($this->duplicateIndex)
) {
foreach ($duplicates as $row) {
$this->duplicateIndex[strtolower($row['request_path'])][] = $row;
}
}
$pageNumber = 0;
while ($data = $this->source->getRecords($sourceDocument->getName(), $pageNumber)) {
$pageNumber++;
$records = $this->recordCollectionFactory->create();
$destProductCategoryRecords = $destProductCategory->getRecords();
foreach ($data as $row) {
$this->progress->advance();
$records->addRecord($this->recordFactory->create(['data' => $row]));
$productCategoryRecord = $this->getProductCategoryRecord($destProductCategory, $row);
if ($productCategoryRecord) {
$destProductCategoryRecords->addRecord($productCategoryRecord);
}
}
$destinationRecords = $destinationDocument->getRecords();
$this->migrateRewriteCollection($records, $destinationRecords);
$this->destination->saveRecords($destinationDocument->getName(), $destinationRecords);
$this->destination->saveRecords($destProductCategory->getName(), $destProductCategoryRecords);
$this->source->setLastLoadedRecord($sourceDocument->getName(), end($data));
}
$this->copyEavData('catalog_category_entity_url_key', 'catalog_category_entity_varchar', 'category');
$this->copyEavData('catalog_product_entity_url_key', 'catalog_product_entity_varchar', 'product');
$this->progress->finish();
foreach ($this->resultMessages as $message) {
$this->logger->addInfo($message);
}
return true;
}
/**
* Get product category record
*
* @param Document $destProductCategory
* @param array $row
* @return \Migration\ResourceModel\Record|null
* @throws \Migration\Exception
*/
private function getProductCategoryRecord(Document $destProductCategory, array $row)
{
$destProductCategoryRecord = null;
if ($row['is_system'] && $row['product_id'] && $row['category_id']) {
$destProductCategoryRecord = $this->recordFactory->create(['document' => $destProductCategory]);
$destProductCategoryRecord->setValue('url_rewrite_id', $row['id']);
$destProductCategoryRecord->setValue('category_id', $row['category_id']);
$destProductCategoryRecord->setValue('product_id', $row['product_id']);
}
return $destProductCategoryRecord;
}
/**
* Get rewrites select
*
* @return \Magento\Framework\DB\Select
*/
public function getRewritesSelect()
{
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$select = $adapter->getSelect();
$select->from(['r' => $this->source->addDocumentPrefix($this->getName())]);
return $select;
}
/**
* Migrate rewrites
*
* @param Collection $source
* @param Collection $destination
* @return void
*/
protected function migrateRewriteCollection(Collection $source, Collection $destination)
{
/** @var \Migration\ResourceModel\Record $sourceRecord */
foreach ($source as $sourceRecord) {
/** @var \Migration\ResourceModel\Record $destinationRecord */
$destinationRecord = $this->recordFactory->create();
$destinationRecord->setStructure($destination->getStructure());
$destinationRecord->setValue('url_rewrite_id', $sourceRecord->getValue('id'));
$destinationRecord->setValue('store_id', $sourceRecord->getValue('store_id'));
$destinationRecord->setValue('description', $sourceRecord->getValue('description'));
$destinationRecord->setValue('redirect_type', 0);
$destinationRecord->setValue('is_autogenerated', $sourceRecord->getValue('is_system'));
$destinationRecord->setValue('metadata', '');
$destinationRecord->setValue('redirect_type', $sourceRecord->getValue('redirect_type'));
$destinationRecord->setValue('entity_type', $sourceRecord->getValue('entity_type'));
$destinationRecord->setValue('request_path', $sourceRecord->getValue('request_path'));
$targetPath = $sourceRecord->getValue('target_path');
$productId = $sourceRecord->getValue('product_id');
$categoryId = $sourceRecord->getValue('category_id');
$cmsPageId = $sourceRecord->getValue('cms_page_id');
if (!empty($productId) && !empty($categoryId)) {
$destinationRecord->setValue('metadata', json_encode(['category_id' => $categoryId]));
$destinationRecord->setValue('entity_type', 'product');
$destinationRecord->setValue('entity_id', $productId);
$targetPath = "catalog/product/view/id/$productId/category/$categoryId";
} elseif (!empty($productId) && empty($categoryId)) {
$destinationRecord->setValue('entity_type', 'product');
$destinationRecord->setValue('entity_id', $productId);
$targetPath = 'catalog/product/view/id/' . $productId;
} elseif (empty($productId) && !empty($categoryId)) {
$destinationRecord->setValue('entity_type', 'category');
$destinationRecord->setValue('entity_id', $categoryId);
if ($sourceRecord->getValue('entity_type') != 'custom') {
$targetPath = 'catalog/category/view/id/' . $categoryId;
}
} elseif (!empty($cmsPageId)) {
$destinationRecord->setValue('entity_id', $cmsPageId);
} else {
$destinationRecord->setValue('entity_id', 0);
}
$normalizedRequestPath = strtolower($sourceRecord->getValue('request_path'));
if (!empty($this->duplicateIndex[$normalizedRequestPath])) {
$shouldResolve = false;
foreach ($this->duplicateIndex[$normalizedRequestPath] as &$duplicate) {
$onStore = $duplicate['store_id'] == $sourceRecord->getValue('store_id');
if ($onStore && empty($duplicate['used'])) {
$duplicate['used'] = true;
break;
}
if ($onStore) {
$shouldResolve = true;
}
}
if ($shouldResolve) {
$hash = md5(mt_rand());
$requestPath = preg_replace(
'/^(.*)\.([^\.]+)$/i',
'$1-' . $hash . '.$2',
$sourceRecord->getValue('request_path'),
1,
$isChanged
);
if (!$isChanged) {
$requestPath = $sourceRecord->getValue('request_path') . '-' . $hash;
}
$this->resolvedDuplicates[$destinationRecord->getValue('entity_type')]
[$destinationRecord->getValue('entity_id')]
[$sourceRecord->getValue('store_id')] = $hash;
$destinationRecord->setValue('request_path', $requestPath);
$this->resultMessages[] = 'Duplicate resolved. '
. sprintf(
'Request path was: %s Target path was: %s Store ID: %s New request path: %s',
$sourceRecord->getValue('request_path'),
$sourceRecord->getValue('target_path'),
$sourceRecord->getValue('store_id'),
$destinationRecord->getValue('request_path')
);
}
}
$destinationRecord->setValue(
'target_path',
$targetPath
);
$destination->addRecord($destinationRecord);
}
}
/**
* Copy eav data
*
* @param string $sourceName
* @param string $destinationName
* @param string $type
* @return void
*/
protected function copyEavData($sourceName, $destinationName, $type)
{
$destinationDocument = $this->destination->getDocument($destinationName);
$pageNumber = 0;
while (!empty($recordsData = $this->source->getRecords($sourceName, $pageNumber))) {
$pageNumber++;
$records = $destinationDocument->getRecords();
foreach ($recordsData as $row) {
$this->progress->advance();
$row['value_id'] = null;
unset($row['entity_type_id']);
if (!empty($this->resolvedDuplicates[$type][$row['entity_id']][$row['store_id']])) {
$row['value'] = $row['value'] . '-'
. $this->resolvedDuplicates[$type][$row['entity_id']][$row['store_id']];
} elseif (!empty($this->resolvedDuplicates[$type][$row['entity_id']]) && $row['store_id'] == 0) {
foreach ($this->resolvedDuplicates[$type][$row['entity_id']] as $storeId => $urlKey) {
$storeRow = $row;
$storeRow['store_id'] = $storeId;
$storeRow['value'] = $storeRow['value'] . '-' . $urlKey;
$storeRow = $this->helper->processFields(
MapInterface::TYPE_DEST,
$destinationName,
$storeRow,
true
);
$records->addRecord($this->recordFactory->create(['data' => $storeRow]));
if (!isset($this->resolvedDuplicates[$destinationName])) {
$this->resolvedDuplicates[$destinationName] = 0;
}
$this->resolvedDuplicates[$destinationName]++;
}
}
$row = $this->helper->processFields(MapInterface::TYPE_DEST, $destinationName, $row, true);
$records->addRecord($this->recordFactory->create(['data' => $row]));
}
$this->destination->saveRecords($destinationName, $records, true);
}
}
/**
* Get iterations count for step
*
* @return int
*/
protected function getIterationsCount()
{
return $this->source->getRecordsCount($this->getName())
+ $this->source->getRecordsCount('catalog_category_entity_url_key')
+ $this->source->getRecordsCount('catalog_product_entity_url_key');
}
/**
* Get duplicates list
*
* @return array
*/
public function getDuplicatesList()
{
$subSelect = $this->getRewritesSelect();
$subSelect->group(['request_path', 'store_id'])
->having('COUNT(*) > 1');
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
/** @var \Magento\Framework\DB\Select $select */
$select = $adapter->getSelect();
$select->from(['t' => $this->source->addDocumentPrefix($this->getName())], ['t.*'])
->join(
['t2' => new \Zend_Db_Expr(sprintf('(%s)', $subSelect->assemble()))],
't2.request_path = t.request_path AND t2.store_id = t.store_id',
[]
)
->order(['store_id', 'request_path', 'priority']);
$resultData = $adapter->loadDataFromSelect($select);
return $resultData;
}
/**
* Initialize temporary table and insert UrlRewrite data
*
* @param ProductRewritesWithoutCategoriesInterface $productRewritesWithoutCategories
* @param ProductRewritesIncludedIntoCategoriesInterface $productRewritesIncludedIntoCategories
* @param CategoryRewritesInterface $categoryRewrites
* @param CmsPageRewritesInterface $cmsPageRewrites
* @param RedirectsRewritesInterface $redirectsRewrites
* @codeCoverageIgnore
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @return void
*/
public function initTemporaryTable(
ProductRewritesWithoutCategoriesInterface $productRewritesWithoutCategories,
ProductRewritesIncludedIntoCategoriesInterface $productRewritesIncludedIntoCategories,
CategoryRewritesInterface $categoryRewrites,
CmsPageRewritesInterface $cmsPageRewrites,
RedirectsRewritesInterface $redirectsRewrites
){
if (self::$dataInitialized) {
return;
}
$this->productRewritesWithoutCategories = $productRewritesWithoutCategories;
$this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;
$this->categoryRewrites = $categoryRewrites;
$this->cmsPageRewrites = $cmsPageRewrites;
$this->redirectsRewrites = $redirectsRewrites;
/** @var \Migration\ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$this->create();
$this->collectProductRewrites($adapter);
$this->categoryRewrites->collectRewrites();
$this->redirectsRewrites->collectRewrites();
$this->redirectsRewrites->removeDuplicatedUrlRedirects();
$this->redirectsRewrites->collectRedirects();
$this->cmsPageRewrites->collectRewrites();
self::$dataInitialized = true;
}
/**
* Fulfill temporary table with product url rewrites
*
* @param \Migration\ResourceModel\Adapter\Mysql $adapter
* @return void
*/
protected function collectProductRewrites(\Migration\ResourceModel\Adapter\Mysql $adapter)
{
$queryExecute = function ($queries) use ($adapter) {
foreach ($queries as $query) {
$adapter->getSelect()->getAdapter()->query($query);
}
};
$queryExecute($this->productRewritesWithoutCategories->getQueryProductsSavedForDefaultScope());
$queryExecute($this->productRewritesWithoutCategories->getQueryProductsSavedForParticularStoreView());
$queryExecute($this->productRewritesIncludedIntoCategories->getQueryProductsSavedForDefaultScope());
$queryExecute($this->productRewritesIncludedIntoCategories->getQueryProductsSavedForParticularStoreView());
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Version11300to2000.php
================================================
[
'enterprise_url_rewrite' => [
'url_rewrite_id',
'request_path',
'target_path',
'is_system',
'guid',
'identifier',
'inc',
'value_id'
],
'catalog_category_entity_url_key' => [
'value_id',
'entity_type_id',
'attribute_id',
'store_id',
'entity_id',
'value'
],
'catalog_product_entity_url_key' => [
'value_id',
'entity_type_id',
'attribute_id',
'store_id',
'entity_id',
'value'
],
'enterprise_url_rewrite_redirect' => [
'redirect_id',
'identifier',
'target_path',
'options',
'description'
],
],
MapInterface::TYPE_DEST => [
'url_rewrite' => [
'url_rewrite_id',
'entity_type',
'entity_id',
'request_path',
'target_path',
'redirect_type',
'store_id',
'description',
'is_autogenerated',
'metadata'
],
'catalog_category_entity_varchar' => [
'value_id',
'attribute_id',
'store_id',
'entity_id',
'value',
],
'catalog_product_entity_varchar' => [
'value_id',
'attribute_id',
'store_id',
'entity_id',
'value',
]
],
];
/**
* @param \Migration\App\ProgressBar\LogLevelProcessor $progress
* @param \Migration\Logger\Logger $logger
* @param \Migration\Config $config
* @param \Migration\ResourceModel\Source $source
* @param \Migration\ResourceModel\Destination $destination
* @param \Migration\ResourceModel\Record\CollectionFactory $recordCollectionFactory
* @param \Migration\ResourceModel\RecordFactory $recordFactory
* @param Helper $helper
* @param ProductRewritesWithoutCategories $productRewritesWithoutCategories
* @param ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories
* @param CategoryRewrites $categoryRewrites
* @param CmsPageRewrites $cmsPageRewrites
* @param RedirectsRewrites $redirectsRewrites
* @param Model\Suffix $suffix
* @param TemporaryTable $temporaryTable
* @param TableName $tableName
* @param string $stage
* @throws \Migration\Exception
*/
public function __construct(
\Migration\App\ProgressBar\LogLevelProcessor $progress,
\Migration\Logger\Logger $logger,
\Migration\Config $config,
\Migration\ResourceModel\Source $source,
\Migration\ResourceModel\Destination $destination,
\Migration\ResourceModel\Record\CollectionFactory $recordCollectionFactory,
\Migration\ResourceModel\RecordFactory $recordFactory,
Helper $helper,
ProductRewritesWithoutCategories $productRewritesWithoutCategories,
ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories,
CategoryRewrites $categoryRewrites,
CmsPageRewrites $cmsPageRewrites,
RedirectsRewrites $redirectsRewrites,
Model\Suffix $suffix,
TemporaryTable $temporaryTable,
TableName $tableName,
$stage
) {
$this->progress = $progress;
$this->logger = $logger;
$this->source = $source;
$this->destination = $destination;
$this->recordCollectionFactory = $recordCollectionFactory;
$this->recordFactory = $recordFactory;
$this->temporaryTable = $temporaryTable;
$this->tableName = $tableName;
$this->stage = $stage;
$this->helper = $helper;
$this->productRewritesWithoutCategories = $productRewritesWithoutCategories;
$this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;
$this->categoryRewrites = $categoryRewrites;
$this->cmsPageRewrites = $cmsPageRewrites;
$this->redirectsRewrites = $redirectsRewrites;
$this->suffix = $suffix;
parent::__construct($config);
}
/**
* @inheritdoc
*/
public function perform()
{
if (!method_exists($this, $this->stage)) {
throw new \Migration\Exception('Invalid step configuration');
}
return call_user_func([$this, $this->stage]);
}
/**
* Data migration
*
* @return bool
* @throws \Migration\Exception
*/
protected function data()
{
$this->destination->clearDocument($this->tableName->getDestinationTableName());
$this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());
$this->temporaryTable->initTemporaryTable(
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->categoryRewrites,
$this->cmsPageRewrites,
$this->redirectsRewrites
);
$this->temporaryTable->migrateRewrites();
return true;
}
/**
* @inheritdoc
*/
protected function integrity()
{
$errors = false;
$this->progress->start(0);
foreach ($this->structure as $resourceName => $documentList) {
$resource = $resourceName == MapInterface::TYPE_SOURCE ? $this->source : $this->destination;
foreach ($documentList as $documentName => $documentFields) {
$document = $resource->getDocument($documentName);
if ($document === false) {
$message = sprintf('%s table does not exist: %s', ucfirst($resourceName), $documentName);
$this->logger->error($message);
$errors = true;
continue;
}
$documentFields = $this->helper->processFields($resourceName, $documentName, $documentFields);
$structure = array_keys($document->getStructure()->getFields());
if (!(empty(array_diff($structure, $documentFields))
&& empty(array_diff($documentFields, $structure)))
) {
$message = sprintf(
'%s table structure does not meet expectation: %s',
ucfirst($resourceName),
$documentName
);
$this->logger->error($message);
$errors = true;
}
}
}
if (!$errors) {
$this->progress->finish();
}
$this->temporaryTable->initTemporaryTable(
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->categoryRewrites,
$this->cmsPageRewrites,
$this->redirectsRewrites
);
return !$errors && !$this->processDuplicatesList();
}
/**
* Process duplicates list
*
* @return bool
*/
private function processDuplicatesList()
{
$errors = false;
$data = $this->temporaryTable->getDuplicatesList();
if (!empty($data)) {
$duplicates = [];
foreach ($data as $row) {
$duplicates[] = sprintf(
'Request path: %s Store ID: %s Target path: %s',
$row['request_path'],
$row['store_id'],
$row['target_path']
);
}
$message = sprintf(
'There are duplicates in URL rewrites:%s',
PHP_EOL . implode(PHP_EOL, $duplicates)
);
if (!empty($this->configReader->getOption('auto_resolve_urlrewrite_duplicates'))) {
$this->logger->addInfo($message);
} else {
$this->logger->error($message);
$errors = true;
}
}
return $errors;
}
/**
* @inheritdoc
*/
protected function volume()
{
$this->progress->start(1);
$this->progress->advance();
$result = $this->source->getRecordsCount($this->temporaryTable->getName())
== $this->destination->getRecordsCount('url_rewrite');
if (!$result) {
$this->logger->error('Mismatch of entities in the document: url_rewrite');
}
$this->progress->finish();
return $result;
}
/**
* Perform rollback
*
* @return void
*/
public function rollback()
{
$this->destination->clearDocument($this->tableName->getDestinationTableName());
$this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Version11300to2000Delta.php
================================================
transformer = $transformer;
$this->temporaryTable = $temporaryTable;
$this->tableName = $tableName;
$this->productRewritesWithoutCategories = $productRewritesWithoutCategories;
$this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;
$this->categoryRewrites = $categoryRewrites;
$this->redirectsRewrites = $redirectsRewrites;
$this->cmsPageRewrites = $cmsPageRewrites;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
public function perform()
{
parent::perform();
if ($this->urlRewritesChangedFlag) {
$this->removeUrlRewrites();
$this->temporaryTable->initTemporaryTable(
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->categoryRewrites,
$this->cmsPageRewrites,
$this->redirectsRewrites
);
$this->temporaryTable->migrateRewrites();
foreach (array_keys($this->deltaDocuments) as $documentName) {
$this->markProcessedRewrites($documentName);
}
}
return true;
}
/**
* @inheritdoc
*/
protected function getDocumentMap($document, $type)
{
return $document;
}
/**
* @inheritdoc
*/
public function processDeletedRecords($documentName, $idKeys, $destinationName)
{
$this->urlRewritesChangedFlag = true;
}
/**
* @inheritdoc
*/
protected function processChangedRecords($documentName, $idKeys)
{
$this->urlRewritesChangedFlag = true;
}
/**
* Remove url rewrites
*/
private function removeUrlRewrites()
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from(['r' => $this->source->addDocumentPrefix($this->temporaryTable->getName())], ['id']);
$urlRewriteIdsToRemove = $select->getAdapter()->fetchCol($select);
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($this->tableName->getDestinationTableName()),
'url_rewrite_id',
$urlRewriteIdsToRemove
);
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($this->tableName->getDestinationProductCategoryTableName()),
'url_rewrite_id',
$urlRewriteIdsToRemove
);
}
/**
* Mark processed rewrites
*
* @param string $documentName
*/
private function markProcessedRewrites($documentName)
{
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
/** @var ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$adapter->updateDocument($documentNameDelta, ['processed' => 1]);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Version11410to2000.php
================================================
[
'enterprise_url_rewrite' => [
'url_rewrite_id',
'request_path',
'target_path',
'is_system',
'guid',
'identifier',
'inc',
'value_id',
'store_id',
'entity_type'
],
'catalog_category_entity_url_key' => [
'value_id',
'entity_type_id',
'attribute_id',
'store_id',
'entity_id',
'value'
],
'catalog_product_entity_url_key' => [
'value_id',
'entity_type_id',
'attribute_id',
'store_id',
'entity_id',
'value'
],
'enterprise_url_rewrite_redirect' => [
'redirect_id',
'identifier',
'target_path',
'options',
'description',
'category_id',
'product_id',
'store_id'
],
],
MapInterface::TYPE_DEST => [
'url_rewrite' => [
'url_rewrite_id',
'entity_type',
'entity_id',
'request_path',
'target_path',
'redirect_type',
'store_id',
'description',
'is_autogenerated',
'metadata'
],
'catalog_category_entity_varchar' => [
'value_id',
'attribute_id',
'store_id',
'entity_id',
'value',
],
'catalog_product_entity_varchar' => [
'value_id',
'attribute_id',
'store_id',
'entity_id',
'value',
]
],
];
/**
* @param \Migration\App\ProgressBar\LogLevelProcessor $progress
* @param \Migration\Logger\Logger $logger
* @param \Migration\Config $config
* @param \Migration\ResourceModel\Source $source
* @param \Migration\ResourceModel\Destination $destination
* @param \Migration\ResourceModel\Record\CollectionFactory $recordCollectionFactory
* @param \Migration\ResourceModel\RecordFactory $recordFactory
* @param Helper $helper
* @param ProductRewritesWithoutCategories $productRewritesWithoutCategories
* @param ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories
* @param CategoryRewrites $categoryRewrites
* @param CmsPageRewrites $cmsPageRewrites
* @param RedirectsRewrites $redirectsRewrites
* @param Model\Suffix $suffix
* @param TemporaryTable $temporaryTable
* @param TableName $tableName
* @param $stage
* @throws \Migration\Exception
*/
public function __construct(
\Migration\App\ProgressBar\LogLevelProcessor $progress,
\Migration\Logger\Logger $logger,
\Migration\Config $config,
\Migration\ResourceModel\Source $source,
\Migration\ResourceModel\Destination $destination,
\Migration\ResourceModel\Record\CollectionFactory $recordCollectionFactory,
\Migration\ResourceModel\RecordFactory $recordFactory,
Helper $helper,
ProductRewritesWithoutCategories $productRewritesWithoutCategories,
ProductRewritesIncludedIntoCategories $productRewritesIncludedIntoCategories,
CategoryRewrites $categoryRewrites,
CmsPageRewrites $cmsPageRewrites,
RedirectsRewrites $redirectsRewrites,
Model\Suffix $suffix,
TemporaryTable $temporaryTable,
TableName $tableName,
$stage
) {
$this->progress = $progress;
$this->logger = $logger;
$this->source = $source;
$this->destination = $destination;
$this->recordCollectionFactory = $recordCollectionFactory;
$this->recordFactory = $recordFactory;
$this->temporaryTable = $temporaryTable;
$this->tableName = $tableName;
$this->stage = $stage;
$this->helper = $helper;
$this->productRewritesWithoutCategories = $productRewritesWithoutCategories;
$this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;
$this->categoryRewrites = $categoryRewrites;
$this->cmsPageRewrites = $cmsPageRewrites;
$this->redirectsRewrites = $redirectsRewrites;
$this->suffix = $suffix;
parent::__construct($config);
}
/**
* @inheritdoc
*/
public function perform()
{
if (!method_exists($this, $this->stage)) {
throw new \Migration\Exception('Invalid step configuration');
}
return call_user_func([$this, $this->stage]);
}
/**
* Data migration
*
* @return bool
* @throws \Migration\Exception
*/
protected function data()
{
$this->destination->clearDocument($this->tableName->getDestinationTableName());
$this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());
$this->temporaryTable->initTemporaryTable(
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->categoryRewrites,
$this->cmsPageRewrites,
$this->redirectsRewrites
);
$this->temporaryTable->migrateRewrites();
return true;
}
/**
* @inheritdoc
*/
protected function integrity()
{
$errors = false;
$this->progress->start(0);
foreach ($this->structure as $resourceName => $documentList) {
$resource = $resourceName == MapInterface::TYPE_SOURCE ? $this->source : $this->destination;
foreach ($documentList as $documentName => $documentFields) {
$document = $resource->getDocument($documentName);
if ($document === false) {
$message = sprintf('%s table does not exist: %s', ucfirst($resourceName), $documentName);
$this->logger->error($message);
$errors = true;
continue;
}
$documentFields = $this->helper->processFields($resourceName, $documentName, $documentFields);
$structure = array_keys($document->getStructure()->getFields());
if (!(empty(array_diff($structure, $documentFields))
&& empty(array_diff($documentFields, $structure)))
) {
$message = sprintf(
'%s table structure does not meet expectation: %s',
ucfirst($resourceName),
$documentName
);
$this->logger->error($message);
$errors = true;
}
}
}
if (!$errors) {
$this->progress->finish();
}
$this->temporaryTable->initTemporaryTable(
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->categoryRewrites,
$this->cmsPageRewrites,
$this->redirectsRewrites
);
return !$errors && !$this->processDuplicatesList();
}
/**
* Process duplicates list
*
* @return bool
*/
private function processDuplicatesList()
{
$errors = false;
$data = $this->temporaryTable->getDuplicatesList();
if (!empty($data)) {
$duplicates = [];
foreach ($data as $row) {
$duplicates[] = sprintf(
'Request path: %s Store ID: %s Target path: %s',
$row['request_path'],
$row['store_id'],
$row['target_path']
);
}
$message = sprintf(
'There are duplicates in URL rewrites:%s',
PHP_EOL . implode(PHP_EOL, $duplicates)
);
if (!empty($this->configReader->getOption('auto_resolve_urlrewrite_duplicates'))) {
$this->logger->addInfo($message);
} else {
$this->logger->error($message);
$errors = true;
}
}
return $errors;
}
/**
* @inheritdoc
*/
protected function volume()
{
$this->progress->start(1);
$this->progress->advance();
$result = $this->source->getRecordsCount($this->temporaryTable->getName())
== $this->destination->getRecordsCount('url_rewrite');
if (!$result) {
$this->logger->error('Mismatch of entities in the document: url_rewrite');
}
$this->progress->finish();
return $result;
}
/**
* Perform rollback
*
* @return void
*/
public function rollback()
{
$this->destination->clearDocument($this->tableName->getDestinationTableName());
$this->destination->clearDocument($this->tableName->getDestinationProductCategoryTableName());
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Version11410to2000Delta.php
================================================
transformer = $transformer;
$this->temporaryTable = $temporaryTable;
$this->tableName = $tableName;
$this->productRewritesWithoutCategories = $productRewritesWithoutCategories;
$this->productRewritesIncludedIntoCategories = $productRewritesIncludedIntoCategories;
$this->categoryRewrites = $categoryRewrites;
$this->redirectsRewrites = $redirectsRewrites;
$this->cmsPageRewrites = $cmsPageRewrites;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
public function perform()
{
parent::perform();
if ($this->urlRewritesChangedFlag) {
$this->removeUrlRewrites();
$this->temporaryTable->initTemporaryTable(
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->categoryRewrites,
$this->cmsPageRewrites,
$this->redirectsRewrites
);
$this->temporaryTable->migrateRewrites();
foreach (array_keys($this->deltaDocuments) as $documentName) {
$this->markProcessedRewrites($documentName);
}
}
return true;
}
/**
* @inheritdoc
*/
protected function getDocumentMap($document, $type)
{
return $document;
}
/**
* @inheritdoc
*/
public function processDeletedRecords($documentName, $idKeys, $destinationName)
{
$this->urlRewritesChangedFlag = true;
}
/**
* @inheritdoc
*/
protected function processChangedRecords($documentName, $idKeys)
{
$this->urlRewritesChangedFlag = true;
}
/**
* Remove url rewrites
*/
private function removeUrlRewrites()
{
/** @var \Magento\Framework\DB\Select $select */
$select = $this->source->getAdapter()->getSelect();
$select->from(['r' => $this->source->addDocumentPrefix($this->temporaryTable->getName())], ['id']);
$urlRewriteIdsToRemove = $select->getAdapter()->fetchCol($select);
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($this->tableName->getDestinationTableName()),
'url_rewrite_id',
$urlRewriteIdsToRemove
);
$this->destination->deleteRecords(
$this->destination->addDocumentPrefix($this->tableName->getDestinationProductCategoryTableName()),
'url_rewrite_id',
$urlRewriteIdsToRemove
);
}
/**
* Mark processed rewrites
*
* @param string $documentName
*/
private function markProcessedRewrites($documentName)
{
$documentNameDelta = $this->source->getDeltaLogName($documentName);
$documentNameDelta = $this->source->addDocumentPrefix($documentNameDelta);
/** @var ResourceModel\Adapter\Mysql $adapter */
$adapter = $this->source->getAdapter();
$adapter->updateDocument($documentNameDelta, ['processed' => 1]);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Version191to2000.php
================================================
0,
'R' => 302,
'RP' => 301
];
/**
* @var Transformer
*/
private $transformer;
/**
* @var CmsPageRewrites
*/
private $cmsPageRewrites;
/**
* Expected table structure
* @var array
*/
protected $structure = [
MapInterface::TYPE_SOURCE => [
'core_url_rewrite' => [
'url_rewrite_id' ,
'store_id',
'id_path',
'request_path',
'target_path',
'is_system',
'options',
'description',
'category_id',
'product_id',
],
],
MapInterface::TYPE_DEST => [
'url_rewrite' => [
'url_rewrite_id',
'entity_type',
'entity_id',
'request_path',
'target_path',
'redirect_type',
'store_id',
'description',
'is_autogenerated',
'metadata'
],
]
];
/**
* @param \Migration\Config $config
* @param Source $source
* @param Destination $destination
* @param ProgressBar\LogLevelProcessor $progress
* @param RecordFactory $factory
* @param \Migration\Logger\Logger $logger
* @param Transformer $transformer
* @param CmsPageRewrites $cmsPageRewrites
* @param $stage
* @throws \Migration\Exception
*/
public function __construct(
\Migration\Config $config,
Source $source,
Destination $destination,
ProgressBar\LogLevelProcessor $progress,
RecordFactory $factory,
\Migration\Logger\Logger $logger,
Transformer $transformer,
CmsPageRewrites $cmsPageRewrites,
$stage
) {
parent::__construct($config);
$this->source = $source;
$this->destination = $destination;
$this->progress = $progress;
$this->recordFactory = $factory;
$this->stage = $stage;
$this->logger = $logger;
$this->transformer = $transformer;
$this->cmsPageRewrites = $cmsPageRewrites;
}
/**
* Integrity check
*
* @return bool
*/
protected function integrity()
{
$result = true;
$this->progress->start(1);
$this->progress->advance();
$sourceFieldsDiff = array_diff(
$this->structure[MapInterface::TYPE_SOURCE][self::SOURCE],
array_keys($this->source->getStructure(self::SOURCE)->getFields())
);
$destinationFieldsDiff= array_diff(
$this->structure[MapInterface::TYPE_DEST][self::DESTINATION],
array_keys($this->destination->getStructure(self::DESTINATION)->getFields())
);
if ($sourceFieldsDiff) {
$this->logger->error(sprintf(
'Source fields are missing. Document: %s. Fields: %s',
self::SOURCE,
implode(',', $sourceFieldsDiff)
));
$result = false;
}
if ($destinationFieldsDiff) {
$this->logger->error(sprintf(
'Destination fields are missing. Document: %s. Fields: %s',
self::DESTINATION,
implode(',', $destinationFieldsDiff)
));
$result = false;
}
if ($result) {
$this->progress->finish();
}
return (bool)$result;
}
/**
* Run step
*
* @return bool
*/
protected function data()
{
$this->progress->start(
ceil($this->source->getRecordsCount(self::SOURCE) / $this->source->getPageSize(self::SOURCE))
);
$sourceDocument = $this->source->getDocument(self::SOURCE);
$destDocument = $this->destination->getDocument(self::DESTINATION);
$destProductCategory = $this->destination->getDocument(self::DESTINATION_PRODUCT_CATEGORY);
$this->destination->clearDocument(self::DESTINATION);
$this->destination->clearDocument(self::DESTINATION_PRODUCT_CATEGORY);
$pageNumber = 0;
while (!empty($bulk = $this->source->getRecords(self::SOURCE, $pageNumber))) {
$pageNumber++;
$destinationRecords = $destDocument->getRecords();
$destProductCategoryRecords = $destProductCategory->getRecords();
foreach ($bulk as $recordData) {
/** @var Record $record */
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $recordData]);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$this->transformer->transform($record, $destRecord);
if ($record->getValue('is_system')
&& $record->getValue('product_id')
&& $record->getValue('category_id')
&& $record->getValue('request_path') !== null
) {
$destProductCategoryRecord = $this->recordFactory->create(['document' => $destProductCategory]);
$destProductCategoryRecord->setValue('url_rewrite_id', $record->getValue('url_rewrite_id'));
$destProductCategoryRecord->setValue('category_id', $record->getValue('category_id'));
$destProductCategoryRecord->setValue('product_id', $record->getValue('product_id'));
$destProductCategoryRecords->addRecord($destProductCategoryRecord);
}
$destinationRecords->addRecord($destRecord);
}
$this->source->setLastLoadedRecord(self::SOURCE, end($bulk));
$this->progress->advance();
$this->destination->saveRecords(self::DESTINATION, $destinationRecords);
$this->destination->saveRecords(self::DESTINATION_PRODUCT_CATEGORY, $destProductCategoryRecords);
}
$this->saveCmsPageRewrites();
$this->progress->finish();
return true;
}
/**
* @inheritdoc
*/
public function perform()
{
if (!method_exists($this, $this->stage)) {
throw new \Migration\Exception('Invalid step configuration');
}
return call_user_func([$this, $this->stage]);
}
/**
* Volume check
*
* @return bool
*/
protected function volume()
{
$result = true;
$this->progress->start(1);
$result &= $this->source->getRecordsCount(self::SOURCE) + $this->countCmsPageRewrites() ==
($this->destination->getRecordsCount(self::DESTINATION));
if (!$result) {
$this->logger->error('Mismatch of entities in the document: url_rewrite');
}
$this->progress->advance();
$this->progress->finish();
return (bool)$result;
}
/**
* @inheritdoc
*/
public function rollback()
{
return true;
}
/**
* Save cms page rewrites
*
* @return void
*/
protected function saveCmsPageRewrites()
{
$this->progress->advance();
$select = $this->cmsPageRewrites->getSelect();
$urlRewrites = $this->source->getAdapter()->loadDataFromSelect($select);
$this->destination->saveRecords(self::DESTINATION, $urlRewrites, ['request_path' => 'request_path']);
}
/**
* Count cms page rewrites
*
* @return int
*/
protected function countCmsPageRewrites()
{
$select = $this->cmsPageRewrites->getSelect();
$urlRewrites = $this->source->getAdapter()->loadDataFromSelect($select);
return count($urlRewrites);
}
}
================================================
FILE: src/Migration/Step/UrlRewrite/Version191to2000Delta.php
================================================
transformer = $transformer;
$this->cmsPageRewrites = $cmsPageRewrites;
parent::__construct(
$source,
$mapFactory,
$groupsFactory,
$logger,
$destination,
$recordFactory,
$recordTransformerFactory
);
}
/**
* @inheritdoc
*/
public function perform()
{
parent::perform();
if ($this->urlRewritesChangedFlag) {
$this->saveCmsPageRewrites();
}
return true;
}
/**
* @inheritdoc
*/
protected function getDocumentMap($document, $type)
{
return Version191to2000::DESTINATION;
}
/**
* @inheritdoc
*/
protected function transformdata($data, $sourceDocument, $destDocument, $recordTransformer, $destinationRecords)
{
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$this->transformer->transform($record, $destRecord);
$destinationRecords->addRecord($destRecord);
$this->saveProductCategoryRecord($record);
}
/**
* Save Cms Page Rewrites
*/
private function saveCmsPageRewrites()
{
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->destination->getAdapter()->getSelect()->getAdapter();
$adapter->delete(
$this->destination->addDocumentPrefix(Version191to2000::DESTINATION),
"entity_type = 'cms-page'"
);
$select = $this->cmsPageRewrites->getSelect();
$urlRewrites = $this->source->getAdapter()->loadDataFromSelect($select);
$this->destination->saveRecords(
$this->destination->addDocumentPrefix(Version191to2000::DESTINATION),
$urlRewrites,
true
);
}
/**
* Save Product Category Record
*
* @param \Migration\ResourceModel\Record $record
*/
private function saveProductCategoryRecord($record)
{
if ($record->getValue('is_system')
&& $record->getValue('product_id')
&& $record->getValue('category_id')
&& $record->getValue('request_path') !== null
) {
/** @var \Magento\Framework\DB\Select $select */
$select = $this->destination->getAdapter()->getSelect();
$select->from($this->destination->addDocumentPrefix(Version191to2000::DESTINATION_PRODUCT_CATEGORY))
->where('url_rewrite_id = ?', $record->getValue('url_rewrite_id'))
->where('category_id = ?', $record->getValue('category_id'))
->where('product_id = ?', $record->getValue('product_id'));
if (!$this->destination->getAdapter()->loadDataFromSelect($select)) {
$this->destination->saveRecords(
$this->destination->addDocumentPrefix(Version191to2000::DESTINATION_PRODUCT_CATEGORY),
[[
'url_rewrite_id' => $record->getValue('url_rewrite_id'),
'category_id' => $record->getValue('category_id'),
'product_id' => $record->getValue('product_id')
]],
true
);
}
}
}
/**
* @inheritdoc
*/
protected function markRecordsProcessed($documentName, $idKeys, $items)
{
$this->urlRewritesChangedFlag = true;
parent::markRecordsProcessed($documentName, $idKeys, $items);
}
}
================================================
FILE: src/Migration/Step/VisualMerchandiser/Data.php
================================================
source = $source;
$this->destination = $destination;
$this->recordFactory = $recordFactory;
$this->recordTransformerFactory = $recordTransformerFactory;
$this->map = $mapFactory->create('visual_merchandiser_map');
$this->progress = $progress;
$this->readerGroups = $groupsFactory->create('visual_merchandiser_document_groups');
$this->logger = $logger;
$this->helper = $helper;
parent::__construct($config);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
$this->progress->start(count($sourceDocuments), LogManager::LOG_LEVEL_INFO);
$this->helper->initEavEntityCollection('catalog_category_entity_varchar');
foreach ($sourceDocuments as $sourceDocName) {
$this->progress->advance(LogManager::LOG_LEVEL_INFO);
$sourceDocument = $this->source->getDocument($sourceDocName);
$destinationName = $this->map->getDocumentMap($sourceDocName, MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$destDocument = $this->destination->getDocument($destinationName);
$this->destination->clearDocument($destinationName);
$this->logger->debug('migrating', ['table' => $sourceDocName]);
$recordTransformer = $this->recordTransformerFactory->create(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destDocument,
'mapReader' => $this->map
]
);
$recordTransformer->init();
$this->progress->start(
ceil($this->source->getRecordsCount($sourceDocName) / $this->source->getPageSize($sourceDocName)),
LogManager::LOG_LEVEL_DEBUG
);
$pageNumber = 0;
while (!empty($items = $this->source->getRecords($sourceDocName, $pageNumber))) {
$pageNumber++;
$destinationRecords = $destDocument->getRecords();
foreach ($items as $data) {
/** @var Record $record */
$record = $this->recordFactory->create(['document' => $sourceDocument, 'data' => $data]);
/** @var Record $destRecord */
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$recordTransformer->transform($record, $destRecord);
$destinationRecords->addRecord($destRecord);
$this->helper->updateAttributeData($data);
}
$this->source->setLastLoadedRecord($sourceDocName, end($items));
$this->progress->advance(LogManager::LOG_LEVEL_DEBUG);
$this->destination->saveRecords($destinationName, $destinationRecords);
}
$this->progress->finish(LogManager::LOG_LEVEL_DEBUG);
}
$this->helper->saveRecords();
$this->helper->updateEavAttributes();
$this->progress->finish(LogManager::LOG_LEVEL_INFO);
return true;
}
}
================================================
FILE: src/Migration/Step/VisualMerchandiser/Helper.php
================================================
'0',
'instock_at_top' => '2',
'special_at_top' => '3',
'special_at_bottom' => '4'
];
/**
* @var []
*/
protected $documentAttributeTypes;
/**
* @var ResourceModel\Source
*/
protected $source;
/**
* @var []
*/
public $records = [];
/**
* @var ResourceModel\Destination
*/
protected $destination;
/**
* @var \Migration\Reader\Groups
*/
protected $readerAttributes;
/**
* @var \Migration\Reader\Groups
*/
protected $readerGroups;
/**
* @var []
*/
protected $sourceDocuments;
/**
* @var []
*/
protected $eavAttributes;
/**
* @var []
*/
protected $skipAttributes;
/**
* @var string
*/
protected $entityName;
/**
* @var ResourceModel\RecordFactory
*/
protected $recordFactory;
/**
* @param ResourceModel\Source $source
* @param ResourceModel\Destination $destination
* @param GroupsFactory $groupsFactory
* @param ResourceModel\RecordFactory $recordFactory
*/
public function __construct(
ResourceModel\Source $source,
ResourceModel\Destination $destination,
GroupsFactory $groupsFactory,
ResourceModel\RecordFactory $recordFactory
) {
$this->source = $source;
$this->destination = $destination;
$this->readerAttributes = $groupsFactory->create('visual_merchandiser_attribute_groups');
$this->readerGroups = $groupsFactory->create('visual_merchandiser_document_groups');
$this->sourceDocuments = $this->readerGroups->getGroup('source_documents');
$this->recordFactory = $recordFactory;
}
/**
* Get document list
*
* @return array
*/
public function getDocumentList()
{
return [
'merchandiser_vmbuild' => 'visual_merchandiser_product_attribute_idx'
];
}
/**
* Update attribute data
*
* @param array $recordData
* @return void
*/
public function updateAttributeData($recordData)
{
$attributeCodes = array_keys($this->readerAttributes->getGroup($this->entityName));
$sourceData['attribute_id'] = $this->eavAttributes['catalog_category']['automatic_sorting']['attribute_id'];
$sourceData['row_id'] = $recordData['category_id'];
$sourceData['store_id'] = self::DEFAULT_STORE_ID;
$sourceData['value'] = (array_key_exists($recordData['automatic_sort'], $this->attributeMapping)) ?
$this->attributeMapping[$recordData['automatic_sort']] :
'0';
$data = array_merge(
array_fill_keys($attributeCodes, null),
$sourceData
);
$destDocument = $this->destination->getDocument($this->entityName);
$destRecord = $this->recordFactory->create(['document' => $destDocument]);
$destRecord->setData($data);
$this->records[] = $destRecord;
}
/**
* Saves the records
*
* @return void
*/
public function saveRecords()
{
$this->destination->saveRecords($this->entityName, $this->records);
}
/**
* Init eav entity
*
* @param string $attributeType
* @param string $document
* @param string $key
* @return void
* @throws \Migration\Exception
*/
protected function initEavEntity($attributeType, $document, $key)
{
if ($key != 'entity_id') {
return;
}
$this->initEavAttributes($attributeType);
foreach (array_keys($this->readerAttributes->getGroup($document)) as $attribute) {
if (!isset($this->eavAttributes[$attributeType][$attribute]['attribute_id'])) {
if (isset($this->eavAttributes[$attributeType])) {
$message = sprintf('Attribute %s does not exist in the type %s', $attribute, $attributeType);
} else {
$message = sprintf('Attribute type %s does not exist', $attributeType);
}
throw new \Migration\Exception($message);
}
$attributeId = $this->eavAttributes[$attributeType][$attribute]['attribute_id'];
$attributeCode = $this->eavAttributes[$attributeType][$attribute]['attribute_code'];
$this->skipAttributes[$attributeType][$attributeId] = $attributeCode;
}
}
/**
* Init eav entity collection
*
* @param string $name
* @return void
* @throws \Migration\Exception
*/
public function initEavEntityCollection($name)
{
$this->entityName = $name;
if (empty($this->documentAttributeTypes)) {
$entities = array_keys($this->readerGroups->getGroup('eav_entities'));
foreach ($entities as $entity) {
$documents = $this->readerGroups->getGroup($entity);
foreach ($documents as $item => $key) {
$this->documentAttributeTypes[$item] = $entity;
$this->initEavEntity($entity, $item, $key);
}
}
}
}
/**
* Init eav attributes
*
* @param string $attributeType
* @return void
*/
protected function initEavAttributes($attributeType)
{
if (isset($this->eavAttributes[$attributeType])) {
return;
}
/** @var Mysql $adapter */
$adapter = $this->destination->getAdapter();
$query = $adapter->getSelect()
->from(
['et' => $this->destination->addDocumentPrefix('eav_entity_type')],
[]
)->join(
['ea' => $this->destination->addDocumentPrefix('eav_attribute')],
'et.entity_type_id = ea.entity_type_id',
[
'attribute_id',
'backend_type',
'attribute_code',
'entity_type_id'
]
)->where(
'et.entity_type_code = ?',
$attributeType
);
$attributes = $query->getAdapter()->fetchAll($query);
foreach ($attributes as $attribute) {
$this->eavAttributes[$attributeType][$attribute['attribute_code']] = $attribute;
$this->eavAttributes[$attributeType][$attribute['attribute_id']] = $attribute;
}
}
/**
* Update eav attributes
*
* @throws \Zend_Db_Adapter_Exception
* @return void
*/
public function updateEavAttributes()
{
/** @var Mysql $adapter */
$adapter = $this->destination->getAdapter();
$query = $adapter->getSelect()
->from($this->destination->addDocumentPrefix('eav_entity_type'), ['entity_type_id', 'entity_type_code']);
$entityTypes = $query->getAdapter()->fetchAll($query);
$entityTypesByCode = [];
foreach ($entityTypes as $entityType) {
$entityTypesByCode[$entityType['entity_type_code']] = $entityType['entity_type_id'];
}
$where = [];
$entities = array_keys($this->readerGroups->getGroup('eav_entities'));
foreach ($entities as $entity) {
$documents = $this->readerGroups->getGroup($entity);
$codes = [];
foreach ($documents as $document => $key) {
if ($key != 'entity_id') {
continue;
}
$codes = implode("','", array_keys($this->readerAttributes->getGroup($document)));
}
$where += [
sprintf("attribute_code IN ('%s')", $codes),
sprintf("entity_type_id = '%s'", $entityTypesByCode[$entity])
];
}
$adapter->getSelect()->getAdapter()->update(
$this->destination->addDocumentPrefix('eav_attribute'),
['backend_type' => 'static'],
$where
);
}
}
================================================
FILE: src/Migration/Step/VisualMerchandiser/Integrity.php
================================================
readerGroups = $groupsFactory->create($groupMapConfigOption);
parent::__construct($progress, $logger, $config, $source, $destination, $mapFactory, $mapConfigOption);
}
/**
* @inheritdoc
*/
public function perform()
{
$this->progress->start($this->getIterationsCount());
$srcDocuments = array_keys($this->readerGroups->getGroup('source_documents'));
$dstDocuments = [];
foreach ($srcDocuments as $sourceDocumentName) {
$dstDocuments[] = $this->map->getDocumentMap($sourceDocumentName, MapInterface::TYPE_SOURCE);
}
$this->check($srcDocuments, MapInterface::TYPE_SOURCE);
$this->check($dstDocuments, MapInterface::TYPE_DEST);
$this->progress->finish();
return $this->checkForErrors();
}
/**
* @inheritdoc
*/
protected function getIterationsCount()
{
return count($this->readerGroups->getGroup('source_documents'));
}
}
================================================
FILE: src/Migration/Step/VisualMerchandiser/Volume.php
================================================
source = $source;
$this->destination = $destination;
$this->progressBar = $progressBar;
$this->map = $mapFactory->create('visual_merchandiser_map');
$this->groups = $groupsFactory->create('visual_merchandiser_document_groups');
$this->logger = $logger;
parent::__construct($logger);
}
/**
* @inheritdoc
*/
public function perform()
{
$sourceDocuments = array_keys($this->groups->getGroup('source_documents'));
$this->progressBar->start(count($sourceDocuments));
foreach ($sourceDocuments as $sourceName) {
$this->progressBar->advance();
$destinationName = $this->map->getDocumentMap($sourceName, \Migration\Reader\MapInterface::TYPE_SOURCE);
if (!$destinationName) {
continue;
}
$sourceCount = $this->source->getRecordsCount($sourceName);
$destinationCount = $this->destination->getRecordsCount($destinationName);
if ($sourceCount != $destinationCount) {
$this->errors[] = 'Mismatch of entities in the document: ' . $destinationName;
}
}
$this->progressBar->finish();
return $this->checkForErrors();
}
}
================================================
FILE: src/Migration/cli_commands.php
================================================
'magento1_integration',
'source_db_host' => 'localhost',
'source_db_user' => 'root',
'source_db_pass' => '',
'dest_db_name' => 'magento2_integration',
'dest_db_host' => 'localhost',
'dest_db_user' => 'root',
'dest_db_pass' => '',
];
================================================
FILE: tests/integration/framework/Helper.php
================================================
shell = $shell;
$this->magentoDir = $magentoDir;
$this->dbFixturePath = $dbFixturePath;
}
/**
* Initializes and returns singleton instance of this class
*
* @return Helper
*/
public static function getInstance()
{
if (!self::$instance) {
$shell = new \Magento\Framework\Shell(new \Magento\Framework\Shell\CommandRenderer());
$magentoDir = require __DIR__ . '/../../../etc/magento_path.php';
$dbFixturePath = __DIR__ . '/../resource/';
self::$instance = new Helper(
$shell,
$magentoDir,
$dbFixturePath
);
}
return self::$instance;
}
/**
* Getter for ObjectManager
*
* @return \Magento\Framework\ObjectManagerInterface
*/
public function getObjectManager()
{
if (!$this->objectManager) {
$this->objectManager = $this->initObjectManager();
}
$this->objectManager->configure([
'preferences' => [
\Migration\App\ProgressBar\LogLevelProcessor::class => \Migration\TestFramework\ProgressBar::class
],
\Migration\Logger\Logger::class => [
'arguments' => [
'handlers' => [
'quiet' => [
'instance' => \Migration\TestFramework\QuietLogHandler::class
]
]
]
],
\Migration\ResourceModel\Source::class => ['shared' => false],
\Migration\ResourceModel\Destination::class => ['shared' => false],
]);
return $this->objectManager;
}
/**
* Init ObjectManager
*
* @return \Magento\Framework\ObjectManagerInterface
*/
protected function initObjectManager()
{
$dirList = new \Magento\Framework\App\Filesystem\DirectoryList($this->magentoDir);
$driverPool = new \Magento\Framework\Filesystem\DriverPool;
$configFilePool = new \Magento\Framework\Config\File\ConfigFilePool;
return (new \Magento\Framework\App\ObjectManagerFactory($dirList, $driverPool, $configFilePool))->create([]);
}
/**
* Reinstall Db for source and destination
*
* @param string $fixturePath
* @throws \Exception
* @return void
*/
protected function reinstallDb($fixturePath)
{
$mysqlConfigPath = dirname(__DIR__) . '/etc/mysql.php';
if (!is_file($mysqlConfigPath)) {
throw new \Exception('Database configuration file does not exist: ' . $mysqlConfigPath);
}
$resourceSource = $fixturePath . '/source.sql';
$resourceDestination = $fixturePath . '/dest.sql';
if (file_exists($this->dbFixturePath . $fixturePath)) {
$resourceSource = $this->dbFixturePath . $fixturePath . '/source.sql';
$resourceDestination = $this->dbFixturePath . $fixturePath . '/dest.sql';
} elseif (!file_exists($fixturePath)) {
throw new \Exception('Database fixture not found: ' . $fixturePath);
}
$config = include $mysqlConfigPath;
$this->shell->execute(
'mysql --host=%s --user=%s --password=%s -e %s',
[
$config['source_db_host'],
$config['source_db_user'],
$config['source_db_pass'],
"DROP DATABASE IF EXISTS `{$config['source_db_name']}`"
]
);
$this->shell->execute(
'mysql --host=%s --user=%s --password=%s -e %s',
[
$config['source_db_host'],
$config['source_db_user'],
$config['source_db_pass'],
"CREATE DATABASE IF NOT EXISTS `{$config['source_db_name']}`"
]
);
$this->shell->execute(
'mysql --host=%s --user=%s --password=%s --database=%s < %s',
[
$config['source_db_host'],
$config['source_db_user'],
$config['source_db_pass'],
$config['source_db_name'],
$resourceSource
]
);
$this->shell->execute(
'mysql --host=%s --user=%s --password=%s -e %s',
[
$config['dest_db_host'],
$config['dest_db_user'],
$config['dest_db_pass'],
"DROP DATABASE IF EXISTS `{$config['dest_db_name']}`"
]
);
$this->shell->execute(
'mysql --host=%s --user=%s --password=%s -e %s',
[
$config['dest_db_host'],
$config['dest_db_user'],
$config['dest_db_pass'],
"CREATE DATABASE `{$config['dest_db_name']}`"
]
);
$this->shell->execute(
'mysql --host=%s --user=%s --password=%s --database=%s < %s',
[
$config['dest_db_host'],
$config['dest_db_user'],
$config['dest_db_pass'],
$config['dest_db_name'],
$resourceDestination
]
);
}
/**
* getter for config path
*
* @return string
*/
public function getConfigPath()
{
return $this->configPath;
}
/**
* @return string
*/
public function getTestSuite()
{
return $this->testSuite;
}
/**
* @param string $testSuite
* @return $this
*/
public function setTestSuite($testSuite)
{
$this->testSuite = $testSuite;
return $this;
}
/**
* @param array $annotations
* @return void
*/
public function loadFixture($annotations)
{
$fixture = 'default';
$annotations = array_replace($annotations['class'], $annotations['method']);
if (!empty($annotations['dbFixture'])) {
$fixtureName = $this->getFixturePrefix() . reset($annotations['dbFixture']);
$fixture = (is_dir($this->dbFixturePath . $fixtureName))
? $fixtureName
: reset($annotations['dbFixture']);
}
if (!isset($this->testFixtures[$this->getTestSuite()]) || $this->currentFixture != $fixture) {
$this->reinstallDb($fixture);
$this->testFixtures[$this->getTestSuite()] = $fixture;
$this->currentFixture = $fixture;
}
}
/**
* Check if fixture prefix defined and return it
*
* @return string
*/
public function getFixturePrefix()
{
$prefix = null;
if (defined('FIXTURE_PREFIX')) {
$prefix = FIXTURE_PREFIX;
}
return (string)$prefix;
}
}
================================================
FILE: tests/integration/framework/Listener.php
================================================
helper = \Migration\TestFramework\Helper::getInstance();
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.ShortVariable)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function addError(\PHPUnit\Framework\Test $test, \Exception $e, $time)
{
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.ShortVariable)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function addFailure(\PHPUnit\Framework\Test $test, \PHPUnit\Framework\AssertionFailedError $e, $time)
{
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.ShortVariable)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function addWarning(\PHPUnit\Framework\Test $test, \PHPUnit\Framework\Warning $e, $time)
{
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.ShortVariable)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function addIncompleteTest(\PHPUnit\Framework\Test $test, \Exception $e, $time)
{
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.ShortVariable)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function addRiskyTest(\PHPUnit\Framework\Test $test, \Exception $e, $time)
{
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.ShortVariable)
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function addSkippedTest(\PHPUnit\Framework\Test $test, \Exception $e, $time)
{
}
/**
* {@inheritdoc}
*/
public function startTestSuite(\PHPUnit\Framework\TestSuite $suite)
{
$this->helper->setTestSuite($suite->getName());
}
/**
* {@inheritdoc}
*/
public function endTestSuite(\PHPUnit\Framework\TestSuite $suite)
{
}
/**
* {@inheritdoc}
* @param \PHPUnit\Framework\Test|\PHPUnit\Framework\TestCase $test
*/
public function startTest(\PHPUnit\Framework\Test $test)
{
$this->helper->loadFixture($test->getAnnotations());
}
/**
* {@inheritdoc}
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function endTest(\PHPUnit\Framework\Test $test, $time)
{
}
}
================================================
FILE: tests/integration/framework/ProgressBar.php
================================================
add('Migration\\Test\\', "{$testsBaseDir}/testsuite/Migration");
$vendorAutoload->addPsr4('Migration\\TestFramework\\', "{$testsBaseDir}/framework");
================================================
FILE: tests/integration/framework/bootstrap.php
================================================
deleteDirectory(TESTS_TEMP_DIR);
}
mkdir(TESTS_TEMP_DIR);
\Magento\Framework\Phrase::setRenderer(new \Magento\Framework\Phrase\Renderer\Placeholder());
set_time_limit(0);
ini_set('display_errors', 1);
error_reporting(E_ALL);
date_default_timezone_set('UTC');
================================================
FILE: tests/integration/phpunit.ee.xml.dist
================================================
testsuite
================================================
FILE: tests/integration/phpunit.xml.dist
================================================
testsuite
================================================
FILE: tests/integration/resource/customer/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Dumping structure for table magento2cetest.customer_address_entity
DROP TABLE IF EXISTS `customer_address_entity`;
CREATE TABLE IF NOT EXISTS `customer_address_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
`increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
`parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
`is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',
`city` varchar(255) NOT NULL COMMENT 'City',
`company` varchar(255) DEFAULT NULL COMMENT 'Company',
`country_id` varchar(255) NOT NULL COMMENT 'Country',
`fax` varchar(255) DEFAULT NULL COMMENT 'Fax',
`firstname` varchar(255) NOT NULL COMMENT 'First Name',
`lastname` varchar(255) NOT NULL COMMENT 'Last Name',
`middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name',
`postcode` varchar(255) DEFAULT NULL COMMENT 'Zip/Postal Code',
`prefix` varchar(40) DEFAULT NULL COMMENT 'Prefix',
`region` varchar(255) DEFAULT NULL COMMENT 'State/Province',
`region_id` int(10) unsigned DEFAULT NULL COMMENT 'State/Province',
`street` text NOT NULL COMMENT 'Street Address',
`suffix` varchar(40) DEFAULT NULL COMMENT 'Suffix',
`telephone` varchar(255) NOT NULL COMMENT 'Phone Number',
`vat_id` varchar(255) DEFAULT NULL COMMENT 'VAT number',
`vat_is_valid` int(10) unsigned DEFAULT NULL COMMENT 'VAT number validity',
`vat_request_date` varchar(255) DEFAULT NULL COMMENT 'VAT number validation request date',
`vat_request_id` varchar(255) DEFAULT NULL COMMENT 'VAT number validation request ID',
`vat_request_success` int(10) unsigned DEFAULT NULL COMMENT 'VAT number validation request success',
PRIMARY KEY (`entity_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_PARENT_ID` (`parent_id`),
CONSTRAINT `CUSTOMER_ADDRESS_ENTITY_PARENT_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity';
-- Dumping data for table magento2cetest.customer_address_entity: ~0 rows (approximately)
DELETE FROM `customer_address_entity`;
/*!40000 ALTER TABLE `customer_address_entity` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_address_entity_datetime
DROP TABLE IF EXISTS `customer_address_entity_datetime`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` datetime DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';
-- Dumping data for table magento2cetest.customer_address_entity_datetime: ~0 rows (approximately)
DELETE FROM `customer_address_entity_datetime`;
/*!40000 ALTER TABLE `customer_address_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_datetime` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_address_entity_decimal
DROP TABLE IF EXISTS `customer_address_entity_decimal`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';
-- Dumping data for table magento2cetest.customer_address_entity_decimal: ~0 rows (approximately)
DELETE FROM `customer_address_entity_decimal`;
/*!40000 ALTER TABLE `customer_address_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_decimal` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_address_entity_int
DROP TABLE IF EXISTS `customer_address_entity_int`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';
-- Dumping data for table magento2cetest.customer_address_entity_int: ~0 rows (approximately)
DELETE FROM `customer_address_entity_int`;
/*!40000 ALTER TABLE `customer_address_entity_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_int` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_address_entity_text
DROP TABLE IF EXISTS `customer_address_entity_text`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` text NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';
-- Dumping data for table magento2cetest.customer_address_entity_text: ~0 rows (approximately)
DELETE FROM `customer_address_entity_text`;
/*!40000 ALTER TABLE `customer_address_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_text` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_address_entity_varchar
DROP TABLE IF EXISTS `customer_address_entity_varchar`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';
-- Dumping data for table magento2cetest.customer_address_entity_varchar: ~0 rows (approximately)
DELETE FROM `customer_address_entity_varchar`;
/*!40000 ALTER TABLE `customer_address_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_varchar` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_entity
DROP TABLE IF EXISTS `customer_entity`;
CREATE TABLE IF NOT EXISTS `customer_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
`website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website Id',
`email` varchar(255) DEFAULT NULL COMMENT 'Email',
`group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',
`increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
`store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store Id',
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Updated At',
`is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',
`disable_auto_group_change` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Disable automatic group change based on VAT ID',
`created_in` varchar(255) DEFAULT NULL COMMENT 'Created From',
`prefix` varchar(40) DEFAULT NULL COMMENT 'Prefix',
`firstname` varchar(255) DEFAULT NULL COMMENT 'First Name',
`middlename` varchar(255) DEFAULT NULL COMMENT 'Middle Name/Initial',
`lastname` varchar(255) DEFAULT NULL COMMENT 'Last Name',
`suffix` varchar(40) DEFAULT NULL COMMENT 'Suffix',
`dob` date DEFAULT NULL COMMENT 'Date of Birth',
`password_hash` varchar(128) DEFAULT NULL COMMENT 'Password_hash',
`rp_token` varchar(128) DEFAULT NULL COMMENT 'Reset password token',
`rp_token_created_at` datetime DEFAULT NULL COMMENT 'Reset password token creation time',
`default_billing` int(10) unsigned DEFAULT NULL COMMENT 'Default Billing Address',
`default_shipping` int(10) unsigned DEFAULT NULL COMMENT 'Default Shipping Address',
`taxvat` varchar(50) DEFAULT NULL COMMENT 'Tax/VAT Number',
`confirmation` varchar(64) DEFAULT NULL COMMENT 'Is Confirmed',
`gender` smallint(5) unsigned DEFAULT NULL COMMENT 'Gender',
`failures_num` smallint(6) DEFAULT '0' COMMENT 'Failure Number',
`first_failure` timestamp NULL DEFAULT NULL COMMENT 'First Failure',
`lock_expires` timestamp NULL DEFAULT NULL COMMENT 'Lock Expiration Date',
PRIMARY KEY (`entity_id`),
UNIQUE KEY `CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),
KEY `CUSTOMER_ENTITY_STORE_ID` (`store_id`),
KEY `CUSTOMER_ENTITY_WEBSITE_ID` (`website_id`),
KEY `CUSTOMER_ENTITY_FIRSTNAME` (`firstname`),
KEY `CUSTOMER_ENTITY_LASTNAME` (`lastname`),
CONSTRAINT `CUSTOMER_ENTITY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,
CONSTRAINT `CUSTOMER_ENTITY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Customer Entity';
-- Dumping data for table magento2cetest.customer_entity: ~0 rows (approximately)
DELETE FROM `customer_entity`;
/*!40000 ALTER TABLE `customer_entity` DISABLE KEYS */;
INSERT INTO `customer_entity` (`entity_id`, `website_id`, `email`, `group_id`, `increment_id`, `store_id`, `created_at`, `updated_at`, `is_active`, `disable_auto_group_change`, `created_in`, `prefix`, `firstname`, `middlename`, `lastname`, `suffix`, `dob`, `password_hash`, `rp_token`, `rp_token_created_at`, `default_billing`, `default_shipping`, `taxvat`, `confirmation`, `gender`, `failures_num`, `first_failure`, `lock_expires`) VALUES
(1, 1, 'null1@null.com', 1, NULL, 1, '2017-06-08 05:28:58', '2017-06-08 05:28:58', 1, 0, 'Default Store View', NULL, 'Fn', NULL, 'Ln', NULL, NULL, '8c24b642a5531f743c01d151b20b6f8a5cea8294fb5f21d72ad3574cb3df7b88:Av6tBjQr44hKgHKp37BqCXWee6YepgJB:1', '6f8b74c35fe9a6646a34abe535f82113', '2017-06-08 05:28:58', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
/*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_entity_datetime
DROP TABLE IF EXISTS `customer_entity_datetime`;
CREATE TABLE IF NOT EXISTS `customer_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` datetime DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';
-- Dumping data for table magento2cetest.customer_entity_datetime: ~0 rows (approximately)
DELETE FROM `customer_entity_datetime`;
/*!40000 ALTER TABLE `customer_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_datetime` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_entity_decimal
DROP TABLE IF EXISTS `customer_entity_decimal`;
CREATE TABLE IF NOT EXISTS `customer_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';
-- Dumping data for table magento2cetest.customer_entity_decimal: ~0 rows (approximately)
DELETE FROM `customer_entity_decimal`;
/*!40000 ALTER TABLE `customer_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_decimal` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_entity_int
DROP TABLE IF EXISTS `customer_entity_int`;
CREATE TABLE IF NOT EXISTS `customer_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';
-- Dumping data for table magento2cetest.customer_entity_int: ~0 rows (approximately)
DELETE FROM `customer_entity_int`;
/*!40000 ALTER TABLE `customer_entity_int` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_int` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_entity_text
DROP TABLE IF EXISTS `customer_entity_text`;
CREATE TABLE IF NOT EXISTS `customer_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` text NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';
-- Dumping data for table magento2cetest.customer_entity_text: ~0 rows (approximately)
DELETE FROM `customer_entity_text`;
/*!40000 ALTER TABLE `customer_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_text` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.customer_entity_varchar
DROP TABLE IF EXISTS `customer_entity_varchar`;
CREATE TABLE IF NOT EXISTS `customer_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';
-- Dumping data for table magento2cetest.customer_entity_varchar: ~0 rows (approximately)
DELETE FROM `customer_entity_varchar`;
/*!40000 ALTER TABLE `customer_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_varchar` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.eav_attribute
DROP TABLE IF EXISTS `eav_attribute`;
CREATE TABLE IF NOT EXISTS `eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` varchar(255) DEFAULT NULL COMMENT 'Attribute Code',
`attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` varchar(255) DEFAULT NULL COMMENT 'Backend Model',
`backend_type` varchar(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` varchar(255) DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` varchar(255) DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` varchar(50) DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` varchar(255) DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` varchar(255) DEFAULT NULL COMMENT 'Frontend Class',
`source_model` varchar(255) DEFAULT NULL COMMENT 'Source Model',
`is_required` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` text COMMENT 'Default Value',
`is_unique` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` varchar(255) DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE KEY `EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`,`attribute_code`),
CONSTRAINT `EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=135 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute';
-- Dumping data for table magento2cetest.eav_attribute: ~134 rows (approximately)
DELETE FROM `eav_attribute`;
/*!40000 ALTER TABLE `eav_attribute` DISABLE KEYS */;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES
(1, 1, 'website_id', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website', 1, 0, NULL, 0, NULL),
(2, 1, 'store_id', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Store', 'static', NULL, NULL, 'select', 'Create In', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Store', 1, 0, NULL, 0, NULL),
(3, 1, 'created_in', NULL, NULL, 'static', NULL, NULL, 'text', 'Created From', NULL, NULL, 0, 0, NULL, 0, NULL),
(4, 1, 'prefix', NULL, NULL, 'static', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),
(5, 1, 'firstname', NULL, NULL, 'static', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(6, 1, 'middlename', NULL, NULL, 'static', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),
(7, 1, 'lastname', NULL, NULL, 'static', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(8, 1, 'suffix', NULL, NULL, 'static', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),
(9, 1, 'email', NULL, NULL, 'static', NULL, NULL, 'text', 'Email', NULL, NULL, 1, 0, NULL, 0, NULL),
(10, 1, 'group_id', NULL, NULL, 'static', NULL, NULL, 'select', 'Group', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Group', 1, 0, NULL, 0, NULL),
(11, 1, 'dob', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime', 'static', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime', 'date', 'Date of Birth', NULL, NULL, 0, 0, NULL, 0, NULL),
(12, 1, 'password_hash', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Password', 'static', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(13, 1, 'rp_token', NULL, NULL, 'static', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(14, 1, 'rp_token_created_at', NULL, NULL, 'static', NULL, NULL, 'date', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(15, 1, 'default_billing', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Billing', 'static', NULL, NULL, 'text', 'Default Billing Address', NULL, NULL, 0, 0, NULL, 0, NULL),
(16, 1, 'default_shipping', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Shipping', 'static', NULL, NULL, 'text', 'Default Shipping Address', NULL, NULL, 0, 0, NULL, 0, NULL),
(17, 1, 'taxvat', NULL, NULL, 'static', NULL, NULL, 'text', 'Tax/VAT Number', NULL, NULL, 0, 0, NULL, 0, NULL),
(18, 1, 'confirmation', NULL, NULL, 'static', NULL, NULL, 'text', 'Is Confirmed', NULL, NULL, 0, 0, NULL, 0, NULL),
(19, 1, 'created_at', NULL, NULL, 'static', NULL, NULL, 'date', 'Created At', NULL, NULL, 0, 0, NULL, 0, NULL),
(20, 1, 'gender', NULL, NULL, 'static', NULL, NULL, 'select', 'Gender', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table', 0, 0, NULL, 0, NULL),
(21, 1, 'disable_auto_group_change', NULL, 'Magento\\Customer\\Model\\Attribute\\Backend\\Data\\Boolean', 'static', NULL, NULL, 'boolean', 'Disable Automatic Group Change Based on VAT ID', NULL, NULL, 0, 0, NULL, 0, NULL),
(22, 2, 'prefix', NULL, NULL, 'static', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),
(23, 2, 'firstname', NULL, NULL, 'static', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(24, 2, 'middlename', NULL, NULL, 'static', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),
(25, 2, 'lastname', NULL, NULL, 'static', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(26, 2, 'suffix', NULL, NULL, 'static', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),
(27, 2, 'company', NULL, NULL, 'static', NULL, NULL, 'text', 'Company', NULL, NULL, 0, 0, NULL, 0, NULL),
(28, 2, 'street', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\DefaultBackend', 'static', NULL, NULL, 'multiline', 'Street Address', NULL, NULL, 1, 0, NULL, 0, NULL),
(29, 2, 'city', NULL, NULL, 'static', NULL, NULL, 'text', 'City', NULL, NULL, 1, 0, NULL, 0, NULL),
(30, 2, 'country_id', NULL, NULL, 'static', NULL, NULL, 'select', 'Country', NULL, 'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Country', 1, 0, NULL, 0, NULL),
(31, 2, 'region', NULL, 'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Backend\\Region', 'static', NULL, NULL, 'text', 'State/Province', NULL, NULL, 0, 0, NULL, 0, NULL),
(32, 2, 'region_id', NULL, NULL, 'static', NULL, NULL, 'hidden', 'State/Province', NULL, 'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Source\\Region', 0, 0, NULL, 0, NULL),
(33, 2, 'postcode', NULL, NULL, 'static', NULL, NULL, 'text', 'Zip/Postal Code', NULL, NULL, 0, 0, NULL, 0, NULL),
(34, 2, 'telephone', NULL, NULL, 'static', NULL, NULL, 'text', 'Phone Number', NULL, NULL, 1, 0, NULL, 0, NULL),
(35, 2, 'fax', NULL, NULL, 'static', NULL, NULL, 'text', 'Fax', NULL, NULL, 0, 0, NULL, 0, NULL),
(36, 2, 'vat_id', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number', NULL, NULL, 0, 0, NULL, 0, NULL),
(37, 2, 'vat_is_valid', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validity', NULL, NULL, 0, 0, NULL, 0, NULL),
(38, 2, 'vat_request_id', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validation request ID', NULL, NULL, 0, 0, NULL, 0, NULL),
(39, 2, 'vat_request_date', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validation request date', NULL, NULL, 0, 0, NULL, 0, NULL),
(40, 2, 'vat_request_success', NULL, NULL, 'static', NULL, NULL, 'text', 'VAT number validation request success', NULL, NULL, 0, 0, NULL, 0, NULL),
(41, 1, 'updated_at', NULL, NULL, 'static', NULL, NULL, 'date', 'Updated At', NULL, NULL, 0, 0, NULL, 0, NULL),
(42, 1, 'failures_num', NULL, NULL, 'static', NULL, NULL, 'hidden', 'Failures Number', NULL, NULL, 0, 0, NULL, 0, NULL),
(43, 1, 'first_failure', NULL, NULL, 'static', NULL, NULL, 'date', 'First Failure Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(44, 1, 'lock_expires', NULL, NULL, 'static', NULL, NULL, 'date', 'Failures Number', NULL, NULL, 0, 0, NULL, 0, NULL),
(45, 3, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(46, 3, 'is_active', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Active', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean', 1, 0, NULL, 0, NULL),
(47, 3, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 0, 0, NULL, 0, NULL),
(48, 3, 'image', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Image', 'varchar', NULL, NULL, 'image', 'Image', NULL, NULL, 0, 0, NULL, 0, NULL),
(49, 3, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Page Title', NULL, NULL, 0, 0, NULL, 0, NULL),
(50, 3, 'meta_keywords', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),
(51, 3, 'meta_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, NULL),
(52, 3, 'display_mode', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Mode', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Mode', 0, 0, NULL, 0, NULL),
(53, 3, 'landing_page', NULL, NULL, 'int', NULL, NULL, 'select', 'CMS Block', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Page', 0, 0, NULL, 0, NULL),
(54, 3, 'is_anchor', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Anchor', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean', 0, 0, '1', 0, NULL),
(55, 3, 'path', NULL, NULL, 'static', NULL, NULL, 'text', 'Path', NULL, NULL, 0, 0, NULL, 0, NULL),
(56, 3, 'position', NULL, NULL, 'static', NULL, NULL, 'text', 'Position', NULL, NULL, 0, 0, NULL, 0, NULL),
(57, 3, 'all_children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(58, 3, 'path_in_store', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(59, 3, 'children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(60, 3, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Custom Design', NULL, 'Magento\\Theme\\Model\\Theme\\Source\\Theme', 0, 0, NULL, 0, NULL),
(61, 3, 'custom_design_from', 'Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute', 'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate', 'datetime', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Frontend\\Datetime', 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),
(62, 3, 'custom_design_to', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),
(63, 3, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Page Layout', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Layout', 0, 0, NULL, 0, NULL),
(64, 3, 'custom_layout_update', NULL, 'Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Custom Layout Update', NULL, NULL, 0, 0, NULL, 0, NULL),
(65, 3, 'level', NULL, NULL, 'static', NULL, NULL, 'text', 'Level', NULL, NULL, 0, 0, NULL, 0, NULL),
(66, 3, 'children_count', NULL, NULL, 'static', NULL, NULL, 'text', 'Children Count', NULL, NULL, 0, 0, NULL, 0, NULL),
(67, 3, 'available_sort_by', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby', 'text', NULL, NULL, 'multiselect', 'Available Product Listing Sort By', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby', 1, 0, NULL, 0, NULL),
(68, 3, 'default_sort_by', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Backend\\Sortby', 'varchar', NULL, NULL, 'select', 'Default Product Listing Sort By', NULL, 'Magento\\Catalog\\Model\\Category\\Attribute\\Source\\Sortby', 1, 0, NULL, 0, NULL),
(69, 3, 'include_in_menu', NULL, NULL, 'int', NULL, NULL, 'select', 'Include in Navigation Menu', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean', 1, 0, '1', 0, NULL),
(70, 3, 'custom_use_parent_settings', NULL, NULL, 'int', NULL, NULL, 'select', 'Use Parent Category Settings', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean', 0, 0, NULL, 0, NULL),
(71, 3, 'custom_apply_to_products', NULL, NULL, 'int', NULL, NULL, 'select', 'Apply To Products', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Boolean', 0, 0, NULL, 0, NULL),
(72, 3, 'filter_price_range', NULL, NULL, 'decimal', NULL, NULL, 'text', 'Layered Navigation Price Step', NULL, NULL, 0, 0, NULL, 0, NULL),
(73, 4, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Product Name', 'validate-length maximum-length-255', NULL, 1, 0, NULL, 0, NULL),
(74, 4, 'sku', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL),
(75, 4, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 0, 0, NULL, 0, NULL),
(76, 4, 'short_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Short Description', NULL, NULL, 0, 0, NULL, 0, NULL),
(77, 4, 'price', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price', 'decimal', NULL, NULL, 'price', 'Price', NULL, NULL, 1, 0, NULL, 0, NULL),
(78, 4, 'special_price', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price', 'decimal', NULL, NULL, 'price', 'Special Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(79, 4, 'special_from_date', NULL, 'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate', 'datetime', NULL, NULL, 'date', 'Special Price From Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(80, 4, 'special_to_date', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime', 'datetime', NULL, NULL, 'date', 'Special Price To Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(81, 4, 'cost', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price', 'decimal', NULL, NULL, 'price', 'Cost', NULL, NULL, 0, 1, NULL, 0, NULL),
(82, 4, 'weight', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Weight', 'decimal', NULL, NULL, 'weight', 'Weight', NULL, NULL, 0, 0, NULL, 0, NULL),
(83, 4, 'manufacturer', NULL, NULL, 'int', NULL, NULL, 'select', 'Manufacturer', NULL, NULL, 0, 1, NULL, 0, NULL),
(84, 4, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Meta Title', NULL, NULL, 0, 0, NULL, 0, NULL),
(85, 4, 'meta_keyword', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),
(86, 4, 'meta_description', NULL, NULL, 'varchar', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, 'Maximum 255 chars. Meta Description should optimally be between 150-160 characters'),
(87, 4, 'image', NULL, NULL, 'varchar', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image', 'media_image', 'Base', NULL, NULL, 0, 0, NULL, 0, NULL),
(88, 4, 'small_image', NULL, NULL, 'varchar', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image', 'media_image', 'Small', NULL, NULL, 0, 0, NULL, 0, NULL),
(89, 4, 'thumbnail', NULL, NULL, 'varchar', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image', 'media_image', 'Thumbnail', NULL, NULL, 0, 0, NULL, 0, NULL),
(90, 4, 'media_gallery', NULL, NULL, 'static', NULL, NULL, 'gallery', 'Media Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),
(91, 4, 'old_id', NULL, NULL, 'int', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(92, 4, 'tier_price', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Tierprice', 'decimal', NULL, NULL, 'text', 'Tier Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(93, 4, 'color', NULL, NULL, 'int', NULL, NULL, 'select', 'Color', NULL, NULL, 0, 1, NULL, 0, NULL),
(94, 4, 'news_from_date', NULL, 'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate', 'datetime', NULL, NULL, 'date', 'Set Product as New from Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(95, 4, 'news_to_date', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime', 'datetime', NULL, NULL, 'date', 'Set Product as New to Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(96, 4, 'gallery', NULL, NULL, 'varchar', NULL, NULL, 'gallery', 'Image Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),
(97, 4, 'status', NULL, NULL, 'int', NULL, NULL, 'select', 'Enable Product', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Status', 0, 0, '1', 0, NULL),
(98, 4, 'minimal_price', NULL, NULL, 'decimal', NULL, NULL, 'price', 'Minimal Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(99, 4, 'visibility', NULL, NULL, 'int', NULL, NULL, 'select', 'Visibility', NULL, 'Magento\\Catalog\\Model\\Product\\Visibility', 0, 0, '4', 0, NULL),
(100, 4, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'New Theme', NULL, 'Magento\\Theme\\Model\\Theme\\Source\\Theme', 0, 0, NULL, 0, NULL),
(101, 4, 'custom_design_from', NULL, 'Magento\\Catalog\\Model\\Attribute\\Backend\\Startdate', 'datetime', NULL, NULL, 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),
(102, 4, 'custom_design_to', NULL, 'Magento\\Eav\\Model\\Entity\\Attribute\\Backend\\Datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),
(103, 4, 'custom_layout_update', NULL, 'Magento\\Catalog\\Model\\Attribute\\Backend\\Customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Layout Update XML', NULL, NULL, 0, 0, NULL, 0, NULL),
(104, 4, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Layout', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout', 0, 0, NULL, 0, NULL),
(105, 4, 'category_ids', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Category', 'static', NULL, NULL, 'text', 'Categories', NULL, NULL, 0, 0, NULL, 0, NULL),
(106, 4, 'options_container', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Product Options In', NULL, 'Magento\\Catalog\\Model\\Entity\\Product\\Attribute\\Design\\Options\\Container', 0, 0, 'container2', 0, NULL),
(107, 4, 'required_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(108, 4, 'has_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(109, 4, 'image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),
(110, 4, 'small_image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Small Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),
(111, 4, 'thumbnail_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Thumbnail Label', NULL, NULL, 0, 0, NULL, 0, NULL),
(112, 4, 'created_at', NULL, NULL, 'static', NULL, NULL, 'date', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(113, 4, 'updated_at', NULL, NULL, 'static', NULL, NULL, 'date', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(114, 4, 'country_of_manufacture', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Country of Manufacture', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Countryofmanufacture', 0, 0, NULL, 0, NULL),
(115, 4, 'quantity_and_stock_status', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\CatalogInventory\\Model\\Source\\Stock', 0, 0, '1', 0, NULL),
(116, 4, 'custom_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'New Layout', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Layout', 0, 0, NULL, 0, NULL),
(117, 3, 'url_key', NULL, NULL, 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),
(118, 3, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(119, 4, 'url_key', NULL, NULL, 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),
(120, 4, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(121, 4, 'msrp', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Price', 'decimal', NULL, NULL, 'price', 'Manufacturer\'s Suggested Retail Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(122, 4, 'msrp_display_actual_price_type', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean', 'varchar', NULL, NULL, 'select', 'Display Actual Price', NULL, 'Magento\\Msrp\\Model\\Product\\Attribute\\Source\\Type\\Price', 0, 0, '0', 0, NULL),
(123, 4, 'price_type', NULL, NULL, 'int', NULL, NULL, 'boolean', 'Dynamic Price', NULL, NULL, 1, 0, '0', 0, NULL),
(124, 4, 'sku_type', NULL, NULL, 'int', NULL, NULL, 'boolean', 'Dynamic SKU', NULL, NULL, 1, 0, '0', 0, NULL),
(125, 4, 'weight_type', NULL, NULL, 'int', NULL, NULL, 'boolean', 'Dynamic Weight', NULL, NULL, 1, 0, '0', 0, NULL),
(126, 4, 'price_view', NULL, NULL, 'int', NULL, NULL, 'select', 'Price View', NULL, 'Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Price\\View', 1, 0, NULL, 0, NULL),
(127, 4, 'shipment_type', NULL, NULL, 'int', NULL, NULL, 'select', 'Ship Bundle Items', NULL, 'Magento\\Bundle\\Model\\Product\\Attribute\\Source\\Shipment\\Type', 1, 0, '0', 0, NULL),
(128, 4, 'links_purchased_separately', NULL, NULL, 'int', NULL, NULL, NULL, 'Links can be purchased separately', NULL, NULL, 1, 0, NULL, 0, NULL),
(129, 4, 'samples_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Samples title', NULL, NULL, 1, 0, NULL, 0, NULL),
(130, 4, 'links_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Links title', NULL, NULL, 1, 0, NULL, 0, NULL),
(131, 4, 'links_exist', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, '0', 0, NULL),
(132, 4, 'swatch_image', NULL, NULL, 'varchar', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Frontend\\Image', 'media_image', 'Swatch', NULL, NULL, 0, 0, NULL, 0, NULL),
(133, 4, 'tax_class_id', NULL, NULL, 'int', NULL, NULL, 'select', 'Tax Class', NULL, 'Magento\\Tax\\Model\\TaxClass\\Source\\Product', 0, 0, '2', 0, NULL),
(134, 4, 'gift_message_available', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Boolean', 'varchar', NULL, NULL, 'select', 'Allow Gift Message', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Source\\Boolean', 0, 0, NULL, 0, NULL);
/*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */;
-- Dumping structure for table magento2cetest.eav_entity_type
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE IF NOT EXISTS `eav_entity_type` (
`entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` varchar(255) DEFAULT NULL COMMENT 'Increment Model',
`increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` varchar(255) DEFAULT NULL COMMENT 'Additional Attribute Table',
`entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
KEY `EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Type';
-- Dumping data for table magento2cetest.eav_entity_type: ~8 rows (approximately)
DELETE FROM `eav_entity_type`;
/*!40000 ALTER TABLE `eav_entity_type` DISABLE KEYS */;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES
(1, 'customer', 'Magento\\Customer\\Model\\ResourceModel\\Customer', 'Magento\\Customer\\Model\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 0, 8, '0', 'customer_eav_attribute', 'Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection'),
(2, 'customer_address', 'Magento\\Customer\\Model\\ResourceModel\\Address', 'Magento\\Customer\\Model\\Attribute', 'customer_address_entity', NULL, NULL, 1, 'default', 2, NULL, 0, 8, '0', 'customer_eav_attribute', 'Magento\\Customer\\Model\\ResourceModel\\Address\\Attribute\\Collection'),
(3, 'catalog_category', 'Magento\\Catalog\\Model\\ResourceModel\\Category', 'Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute', 'catalog_category_entity', NULL, NULL, 1, 'default', 3, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\Catalog\\Model\\ResourceModel\\Category\\Attribute\\Collection'),
(4, 'catalog_product', 'Magento\\Catalog\\Model\\ResourceModel\\Product', 'Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection'),
(5, 'order', 'Magento\\Sales\\Model\\ResourceModel\\Order', NULL, 'sales_order', NULL, NULL, 1, 'default', 5, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(6, 'invoice', 'Magento\\Sales\\Model\\ResourceModel\\Order', NULL, 'sales_invoice', NULL, NULL, 1, 'default', 6, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(7, 'creditmemo', 'Magento\\Sales\\Model\\ResourceModel\\Order\\Creditmemo', NULL, 'sales_creditmemo', NULL, NULL, 1, 'default', 7, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(8, 'shipment', 'Magento\\Sales\\Model\\ResourceModel\\Order\\Shipment', NULL, 'sales_shipment', NULL, NULL, 1, 'default', 8, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL);
/*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
================================================
FILE: tests/integration/resource/customer/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Dumping structure for table magento11431.customer_address_entity
DROP TABLE IF EXISTS `customer_address_entity`;
CREATE TABLE IF NOT EXISTS `customer_address_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
`parent_id` int(10) unsigned DEFAULT NULL COMMENT 'Parent Id',
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Created At',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',
`is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',
PRIMARY KEY (`entity_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_PARENT_ID` (`parent_id`),
CONSTRAINT `FK_CUSTOMER_ADDRESS_ENTITY_PARENT_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`parent_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity';
-- Dumping data for table magento11431.customer_address_entity: ~2 rows (approximately)
DELETE FROM `customer_address_entity`;
/*!40000 ALTER TABLE `customer_address_entity` DISABLE KEYS */;
INSERT INTO `customer_address_entity` (`entity_id`, `entity_type_id`, `attribute_set_id`, `increment_id`, `parent_id`, `created_at`, `updated_at`, `is_active`) VALUES
(1, 2, 0, NULL, 1, '2017-01-23 02:11:56', '2017-07-06 12:10:35', 1),
(2, 2, 0, NULL, 2, '2017-03-27 21:51:49', '2017-03-27 07:52:45', 1),
(5, 2, 0, NULL, 1, '2017-07-06 12:03:39', '2017-07-06 12:12:50', 1),
(6, 2, 0, NULL, 1, '2017-07-06 12:11:29', '2017-07-06 12:11:29', 1);
/*!40000 ALTER TABLE `customer_address_entity` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_address_entity_datetime
DROP TABLE IF EXISTS `customer_address_entity_datetime`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
KEY `IDX_CSTR_ADDR_ENTT_DTIME_ENTT_ID_ATTR_ID_VAL` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';
-- Dumping data for table magento11431.customer_address_entity_datetime: ~0 rows (approximately)
DELETE FROM `customer_address_entity_datetime`;
/*!40000 ALTER TABLE `customer_address_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_datetime` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_address_entity_decimal
DROP TABLE IF EXISTS `customer_address_entity_decimal`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';
-- Dumping data for table magento11431.customer_address_entity_decimal: ~0 rows (approximately)
DELETE FROM `customer_address_entity_decimal`;
/*!40000 ALTER TABLE `customer_address_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_address_entity_decimal` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_address_entity_int
DROP TABLE IF EXISTS `customer_address_entity_int`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_INT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';
-- Dumping data for table magento11431.customer_address_entity_int: ~2 rows (approximately)
DELETE FROM `customer_address_entity_int`;
/*!40000 ALTER TABLE `customer_address_entity_int` DISABLE KEYS */;
INSERT INTO `customer_address_entity_int` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES
(1, 2, 29, 1, 12),
(2, 2, 29, 2, 12),
(5, 2, 29, 5, 12),
(9, 2, 29, 6, 0);
/*!40000 ALTER TABLE `customer_address_entity_int` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_address_entity_text
DROP TABLE IF EXISTS `customer_address_entity_text`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` text NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_TEXT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';
-- Dumping data for table magento11431.customer_address_entity_text: ~2 rows (approximately)
DELETE FROM `customer_address_entity_text`;
/*!40000 ALTER TABLE `customer_address_entity_text` DISABLE KEYS */;
INSERT INTO `customer_address_entity_text` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES
(1, 2, 25, 1, '2801 Mission Street\n2801 Mission Street'),
(2, 2, 25, 2, '2801 Mission Street\n2801 Mission Street'),
(5, 2, 25, 5, '2065 Hamilton Ave\n2065 Hamilton Ave'),
(6, 2, 25, 6, '2/6 Oleksandra Boichenka St, apt. 52\n2/6 Oleksandra Boichenka St, apt. 52');
/*!40000 ALTER TABLE `customer_address_entity_text` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_address_entity_varchar
DROP TABLE IF EXISTS `customer_address_entity_varchar`;
CREATE TABLE IF NOT EXISTS `customer_address_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ADDR_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';
-- Dumping data for table magento11431.customer_address_entity_varchar: ~23 rows (approximately)
DELETE FROM `customer_address_entity_varchar`;
/*!40000 ALTER TABLE `customer_address_entity_varchar` DISABLE KEYS */;
INSERT INTO `customer_address_entity_varchar` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES
(1, 2, 20, 1, 'Viktor'),
(2, 2, 21, 1, 'Mn'),
(3, 2, 22, 1, 'Rad'),
(4, 2, 24, 1, NULL),
(5, 2, 26, 1, 'SAN FRANCISCO'),
(6, 2, 27, 1, 'US'),
(7, 2, 28, 1, 'California'),
(8, 2, 30, 1, '94110'),
(9, 2, 31, 1, '9702196522'),
(10, 2, 32, 1, '9702196522'),
(11, 2, 19, 1, NULL),
(12, 2, 23, 1, NULL),
(13, 2, 36, 1, NULL),
(14, 2, 20, 2, 'Viktor'),
(15, 2, 21, 2, NULL),
(16, 2, 22, 2, 'Rad'),
(17, 2, 24, 2, NULL),
(18, 2, 26, 2, 'SAN FRANCISCO'),
(19, 2, 27, 2, 'US'),
(20, 2, 28, 2, 'California'),
(21, 2, 30, 2, '94110'),
(22, 2, 31, 2, '9702196522'),
(23, 2, 32, 2, '9702196522'),
(44, 2, 20, 5, 'Fn'),
(45, 2, 21, 5, 'Mn'),
(46, 2, 22, 5, 'Ln'),
(47, 2, 24, 5, NULL),
(48, 2, 26, 5, 'San Jose'),
(49, 2, 27, 5, 'US'),
(50, 2, 28, 5, 'California'),
(51, 2, 30, 5, '95125'),
(52, 2, 31, 5, '4083767400'),
(53, 2, 32, 5, '123123123123'),
(56, 2, 179, 1, '2222222222222'),
(60, 2, 20, 6, 'Viktor'),
(61, 2, 21, 6, 'Mn'),
(62, 2, 22, 6, 'Rad'),
(63, 2, 24, 6, NULL),
(64, 2, 26, 6, 'Kiev'),
(65, 2, 27, 6, 'UA'),
(66, 2, 28, 6, NULL),
(67, 2, 30, 6, '02206'),
(68, 2, 31, 6, '44444444444'),
(69, 2, 32, 6, NULL),
(70, 2, 179, 6, NULL),
(71, 2, 179, 5, '777777777777');
/*!40000 ALTER TABLE `customer_address_entity_varchar` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_entity
DROP TABLE IF EXISTS `customer_entity`;
CREATE TABLE IF NOT EXISTS `customer_entity` (
`entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`website_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Website Id',
`email` varchar(255) DEFAULT NULL COMMENT 'Email',
`group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',
`increment_id` varchar(50) DEFAULT NULL COMMENT 'Increment Id',
`store_id` smallint(5) unsigned DEFAULT '0' COMMENT 'Store Id',
`created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Created At',
`updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',
`is_active` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Is Active',
`disable_auto_group_change` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Disable automatic group change based on VAT ID',
PRIMARY KEY (`entity_id`),
UNIQUE KEY `UNQ_CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),
KEY `IDX_CUSTOMER_ENTITY_STORE_ID` (`store_id`),
KEY `IDX_CUSTOMER_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ENTITY_EMAIL_WEBSITE_ID` (`email`,`website_id`),
KEY `IDX_CUSTOMER_ENTITY_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CUSTOMER_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE SET NULL ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE SET NULL ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COMMENT='Customer Entity';
-- Dumping data for table magento11431.customer_entity: ~2 rows (approximately)
DELETE FROM `customer_entity`;
/*!40000 ALTER TABLE `customer_entity` DISABLE KEYS */;
INSERT INTO `customer_entity` (`entity_id`, `entity_type_id`, `attribute_set_id`, `website_id`, `email`, `group_id`, `increment_id`, `store_id`, `created_at`, `updated_at`, `is_active`, `disable_auto_group_change`) VALUES
(1, 1, 0, 1, 'null1@null.com', 1, NULL, 1, '2017-01-19 10:11:43', '2017-04-04 10:48:54', 1, 0),
(2, 1, 0, 1, 'null2@null.com', 1, NULL, 1, '2017-03-27 07:50:09', '2017-03-27 07:52:44', 1, 0);
/*!40000 ALTER TABLE `customer_entity` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_entity_datetime
DROP TABLE IF EXISTS `customer_entity_datetime`;
CREATE TABLE IF NOT EXISTS `customer_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';
-- Dumping data for table magento11431.customer_entity_datetime: ~0 rows (approximately)
DELETE FROM `customer_entity_datetime`;
/*!40000 ALTER TABLE `customer_entity_datetime` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_datetime` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_entity_decimal
DROP TABLE IF EXISTS `customer_entity_decimal`;
CREATE TABLE IF NOT EXISTS `customer_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';
-- Dumping data for table magento11431.customer_entity_decimal: ~0 rows (approximately)
DELETE FROM `customer_entity_decimal`;
/*!40000 ALTER TABLE `customer_entity_decimal` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_decimal` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_entity_int
DROP TABLE IF EXISTS `customer_entity_int`;
CREATE TABLE IF NOT EXISTS `customer_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_INT_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ENTT_INT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';
-- Dumping data for table magento11431.customer_entity_int: ~10 rows (approximately)
DELETE FROM `customer_entity_int`;
/*!40000 ALTER TABLE `customer_entity_int` DISABLE KEYS */;
INSERT INTO `customer_entity_int` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES
(1, 1, 147, 1, 1),
(2, 1, 148, 1, 1),
(3, 1, 13, 1, 1),
(4, 1, 14, 1, 1),
(5, 1, 175, 1, 14),
(6, 1, 175, 2, 15),
(7, 1, 147, 2, 1),
(8, 1, 148, 2, 1),
(9, 1, 13, 2, 2),
(10, 1, 14, 2, 2);
/*!40000 ALTER TABLE `customer_entity_int` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_entity_text
DROP TABLE IF EXISTS `customer_entity_text`;
CREATE TABLE IF NOT EXISTS `customer_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` text NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CSTR_ENTT_TEXT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';
-- Dumping data for table magento11431.customer_entity_text: ~0 rows (approximately)
DELETE FROM `customer_entity_text`;
/*!40000 ALTER TABLE `customer_entity_text` DISABLE KEYS */;
/*!40000 ALTER TABLE `customer_entity_text` ENABLE KEYS */;
-- Dumping structure for table magento11431.customer_entity_varchar
DROP TABLE IF EXISTS `customer_entity_varchar`;
CREATE TABLE IF NOT EXISTS `customer_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `FK_CSTR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CSTR_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';
-- Dumping data for table magento11431.customer_entity_varchar: ~9 rows (approximately)
DELETE FROM `customer_entity_varchar`;
/*!40000 ALTER TABLE `customer_entity_varchar` DISABLE KEYS */;
INSERT INTO `customer_entity_varchar` (`value_id`, `entity_type_id`, `attribute_id`, `entity_id`, `value`) VALUES
(1, 1, 5, 1, 'Fn'),
(2, 1, 6, 1, 'Mn'),
(3, 1, 7, 1, 'Ln'),
(4, 1, 12, 1, 'eeb2ec5c4744a88f44ec1858b2576b8a2462ed9373d41e2627d2cbc81cea7aab:NIpU4Or6owS8GYRoVlnRPKJNj7tf0Tpl'),
(5, 1, 3, 1, 'Default Store View'),
(6, 1, 5, 2, 'Fn'),
(8, 1, 7, 2, 'Ln'),
(9, 1, 12, 2, '7900a4cff487ddfc9e9730d6053ca96ca22e0317d08a00d607a9eaa728ace5d8:4ulBtU3le2lDZAYrweTrwumaYkwAiwpX'),
(10, 1, 3, 2, 'view11');
/*!40000 ALTER TABLE `customer_entity_varchar` ENABLE KEYS */;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
-- Dumping structure for table magento1921.eav_attribute
DROP TABLE IF EXISTS `eav_attribute`;
CREATE TABLE IF NOT EXISTS `eav_attribute` (
`attribute_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` varchar(255) DEFAULT NULL COMMENT 'Attribute Code',
`attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` varchar(255) DEFAULT NULL COMMENT 'Backend Model',
`backend_type` varchar(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` varchar(255) DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` varchar(255) DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` varchar(50) DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` varchar(255) DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` varchar(255) DEFAULT NULL COMMENT 'Frontend Class',
`source_model` varchar(255) DEFAULT NULL COMMENT 'Source Model',
`is_required` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` text COMMENT 'Default Value',
`is_unique` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` varchar(255) DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE KEY `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`,`attribute_code`),
KEY `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute';
-- Dumping data for table magento1921.eav_attribute: ~135 rows (approximately)
DELETE FROM `eav_attribute`;
/*!40000 ALTER TABLE `eav_attribute` DISABLE KEYS */;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES
(0, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL),
(2, 1, 'store_id', NULL, 'customer/customer_attribute_backend_store', 'static', NULL, NULL, 'select', 'Create In', NULL, 'customer/customer_attribute_source_store', 1, 0, NULL, 0, NULL),
(3, 1, 'created_in', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Created From', NULL, NULL, 0, 0, NULL, 0, NULL),
(4, 1, 'prefix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),
(5, 1, 'firstname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(6, 1, 'middlename', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),
(7, 1, 'lastname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(8, 1, 'suffix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),
(9, 1, 'email', NULL, NULL, 'static', NULL, NULL, 'text', 'Email', NULL, NULL, 1, 0, NULL, 0, NULL),
(10, 1, 'group_id', NULL, NULL, 'static', NULL, NULL, 'select', 'Group', NULL, 'customer/customer_attribute_source_group', 1, 0, NULL, 0, NULL),
(11, 1, 'dob', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, 'eav/entity_attribute_frontend_datetime', 'date', 'Date Of Birth', NULL, NULL, 0, 0, NULL, 0, NULL),
(12, 1, 'password_hash', NULL, 'customer/customer_attribute_backend_password', 'varchar', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(13, 1, 'default_billing', NULL, 'customer/customer_attribute_backend_billing', 'int', NULL, NULL, 'text', 'Default Billing Address', NULL, NULL, 0, 0, NULL, 0, NULL),
(14, 1, 'default_shipping', NULL, 'customer/customer_attribute_backend_shipping', 'int', NULL, NULL, 'text', 'Default Shipping Address', NULL, NULL, 0, 0, NULL, 0, NULL),
(15, 1, 'taxvat', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Tax/VAT Number', NULL, NULL, 0, 0, NULL, 0, NULL),
(16, 1, 'confirmation', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Is Confirmed', NULL, NULL, 0, 0, NULL, 0, NULL),
(17, 1, 'created_at', NULL, NULL, 'static', NULL, NULL, 'datetime', 'Created At', NULL, NULL, 0, 0, NULL, 0, NULL),
(18, 1, 'gender', NULL, NULL, 'int', NULL, NULL, 'select', 'Gender', NULL, 'eav/entity_attribute_source_table', 0, 0, NULL, 0, NULL),
(19, 2, 'prefix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Prefix', NULL, NULL, 0, 0, NULL, 0, NULL),
(20, 2, 'firstname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'First Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(21, 2, 'middlename', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Middle Name/Initial', NULL, NULL, 0, 0, NULL, 0, NULL),
(22, 2, 'lastname', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Last Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(23, 2, 'suffix', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Suffix', NULL, NULL, 0, 0, NULL, 0, NULL),
(24, 2, 'company', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Company', NULL, NULL, 0, 0, NULL, 0, NULL),
(25, 2, 'street', NULL, 'customer/entity_address_attribute_backend_street', 'text', NULL, NULL, 'multiline', 'Street Address', NULL, NULL, 1, 0, NULL, 0, NULL),
(26, 2, 'city', NULL, NULL, 'varchar', NULL, NULL, 'text', 'City', NULL, NULL, 1, 0, NULL, 0, NULL),
(27, 2, 'country_id', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Country', NULL, 'customer/entity_address_attribute_source_country', 1, 0, NULL, 0, NULL),
(28, 2, 'region', NULL, 'customer/entity_address_attribute_backend_region', 'varchar', NULL, NULL, 'text', 'State/Province', NULL, NULL, 0, 0, NULL, 0, NULL),
(29, 2, 'region_id', NULL, NULL, 'int', NULL, NULL, 'hidden', 'State/Province', NULL, 'customer/entity_address_attribute_source_region', 0, 0, NULL, 0, NULL),
(30, 2, 'postcode', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Zip/Postal Code', NULL, NULL, 1, 0, NULL, 0, NULL),
(31, 2, 'telephone', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Telephone', NULL, NULL, 1, 0, NULL, 0, NULL),
(32, 2, 'fax', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Fax', NULL, NULL, 0, 0, NULL, 0, NULL),
(33, 1, 'rp_token', NULL, NULL, 'varchar', NULL, NULL, 'hidden', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(34, 1, 'rp_token_created_at', NULL, NULL, 'datetime', NULL, NULL, 'date', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(35, 1, 'disable_auto_group_change', NULL, 'customer/attribute_backend_data_boolean', 'static', NULL, NULL, 'boolean', 'Disable Automatic Group Change Based on VAT ID', NULL, NULL, 0, 0, NULL, 0, NULL),
(36, 2, 'vat_id', NULL, NULL, 'varchar', NULL, NULL, 'text', 'VAT number', NULL, NULL, 0, 0, NULL, 0, NULL),
(37, 2, 'vat_is_valid', NULL, NULL, 'int', NULL, NULL, 'text', 'VAT number validity', NULL, NULL, 0, 0, NULL, 0, NULL),
(38, 2, 'vat_request_id', NULL, NULL, 'varchar', NULL, NULL, 'text', 'VAT number validation request ID', NULL, NULL, 0, 0, NULL, 0, NULL),
(39, 2, 'vat_request_date', NULL, NULL, 'varchar', NULL, NULL, 'text', 'VAT number validation request date', NULL, NULL, 0, 0, NULL, 0, NULL),
(40, 2, 'vat_request_success', NULL, NULL, 'int', NULL, NULL, 'text', 'VAT number validation request success', NULL, NULL, 0, 0, NULL, 0, NULL),
(41, 3, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(42, 3, 'is_active', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Active', NULL, 'eav/entity_attribute_source_boolean', 1, 0, NULL, 0, NULL),
(43, 3, 'url_key', NULL, 'catalog/category_attribute_backend_urlkey', 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),
(44, 3, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 0, 0, NULL, 0, NULL),
(45, 3, 'image', NULL, 'catalog/category_attribute_backend_image', 'varchar', NULL, NULL, 'image', 'Image', NULL, NULL, 0, 0, NULL, 0, NULL),
(46, 3, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Page Title', NULL, NULL, 0, 0, NULL, 0, NULL),
(47, 3, 'meta_keywords', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),
(48, 3, 'meta_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, NULL),
(49, 3, 'display_mode', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Mode', NULL, 'catalog/category_attribute_source_mode', 0, 0, NULL, 0, NULL),
(50, 3, 'landing_page', NULL, NULL, 'int', NULL, NULL, 'select', 'CMS Block', NULL, 'catalog/category_attribute_source_page', 0, 0, NULL, 0, NULL),
(51, 3, 'is_anchor', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Anchor', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),
(52, 3, 'path', NULL, NULL, 'static', NULL, NULL, 'text', 'Path', NULL, NULL, 0, 0, NULL, 0, NULL),
(53, 3, 'position', NULL, NULL, 'static', NULL, NULL, 'text', 'Position', NULL, NULL, 0, 0, NULL, 0, NULL),
(54, 3, 'all_children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(55, 3, 'path_in_store', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(56, 3, 'children', NULL, NULL, 'text', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(57, 3, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(58, 3, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Custom Design', NULL, 'core/design_source_design', 0, 0, NULL, 0, NULL),
(59, 3, 'custom_design_from', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),
(60, 3, 'custom_design_to', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),
(61, 3, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Page Layout', NULL, 'catalog/category_attribute_source_layout', 0, 0, NULL, 0, NULL),
(62, 3, 'custom_layout_update', NULL, 'catalog/attribute_backend_customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Custom Layout Update', NULL, NULL, 0, 0, NULL, 0, NULL),
(63, 3, 'level', NULL, NULL, 'static', NULL, NULL, 'text', 'Level', NULL, NULL, 0, 0, NULL, 0, NULL),
(64, 3, 'children_count', NULL, NULL, 'static', NULL, NULL, 'text', 'Children Count', NULL, NULL, 0, 0, NULL, 0, NULL),
(65, 3, 'available_sort_by', NULL, 'catalog/category_attribute_backend_sortby', 'text', NULL, NULL, 'multiselect', 'Available Product Listing Sort By', NULL, 'catalog/category_attribute_source_sortby', 1, 0, NULL, 0, NULL),
(66, 3, 'default_sort_by', NULL, 'catalog/category_attribute_backend_sortby', 'varchar', NULL, NULL, 'select', 'Default Product Listing Sort By', NULL, 'catalog/category_attribute_source_sortby', 1, 0, NULL, 0, NULL),
(67, 3, 'include_in_menu', NULL, NULL, 'int', NULL, NULL, 'select', 'Include in Navigation Menu', NULL, 'eav/entity_attribute_source_boolean', 1, 0, '1', 0, NULL),
(68, 3, 'custom_use_parent_settings', NULL, NULL, 'int', NULL, NULL, 'select', 'Use Parent Category Settings', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),
(69, 3, 'custom_apply_to_products', NULL, NULL, 'int', NULL, NULL, 'select', 'Apply To Products', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),
(70, 3, 'filter_price_range', NULL, NULL, 'decimal', NULL, NULL, 'text', 'Layered Navigation Price Step', NULL, NULL, 0, 0, NULL, 0, NULL),
(71, 4, 'name', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Name', NULL, NULL, 1, 0, NULL, 0, NULL),
(72, 4, 'description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Description', NULL, NULL, 1, 0, NULL, 0, NULL),
(73, 4, 'short_description', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Short Description', NULL, NULL, 1, 0, NULL, 0, NULL),
(74, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', NULL, NULL, 'text', 'SKU', NULL, NULL, 1, 0, NULL, 1, NULL),
(75, 4, 'price', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Price', NULL, NULL, 1, 0, NULL, 0, NULL),
(76, 4, 'special_price', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Special Price', NULL, NULL, 0, 0, NULL, 0, 'The Special Price is active only when lower than the Actual Price'),
(77, 4, 'special_from_date', NULL, 'catalog/product_attribute_backend_startdate_specialprice', 'datetime', NULL, NULL, 'date', 'Special Price From Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(78, 4, 'special_to_date', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Special Price To Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(79, 4, 'cost', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Cost', NULL, NULL, 0, 1, NULL, 0, NULL),
(80, 4, 'weight', NULL, NULL, 'decimal', NULL, NULL, 'weight', 'Weight', NULL, NULL, 1, 0, NULL, 0, NULL),
(81, 4, 'manufacturer', NULL, NULL, 'int', NULL, NULL, 'select', 'Manufacturer', NULL, NULL, 0, 1, NULL, 0, NULL),
(82, 4, 'meta_title', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Meta Title', NULL, NULL, 0, 0, NULL, 0, NULL),
(83, 4, 'meta_keyword', NULL, NULL, 'text', NULL, NULL, 'textarea', 'Meta Keywords', NULL, NULL, 0, 0, NULL, 0, NULL),
(84, 4, 'meta_description', NULL, NULL, 'varchar', NULL, NULL, 'textarea', 'Meta Description', NULL, NULL, 0, 0, NULL, 0, 'Maximum 255 chars'),
(85, 4, 'image', NULL, NULL, 'varchar', NULL, 'catalog/product_attribute_frontend_image', 'media_image', 'Base Image', NULL, NULL, 0, 0, NULL, 0, NULL),
(86, 4, 'small_image', NULL, NULL, 'varchar', NULL, 'catalog/product_attribute_frontend_image', 'media_image', 'Small Image', NULL, NULL, 0, 0, NULL, 0, NULL),
(87, 4, 'thumbnail', NULL, NULL, 'varchar', NULL, 'catalog/product_attribute_frontend_image', 'media_image', 'Thumbnail', NULL, NULL, 0, 0, NULL, 0, NULL),
(88, 4, 'media_gallery', NULL, 'catalog/product_attribute_backend_media', 'varchar', NULL, NULL, 'gallery', 'Media Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),
(89, 4, 'old_id', NULL, NULL, 'int', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(90, 4, 'group_price', NULL, 'catalog/product_attribute_backend_groupprice', 'decimal', NULL, NULL, 'text', 'Group Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(91, 4, 'tier_price', NULL, 'catalog/product_attribute_backend_tierprice', 'decimal', NULL, NULL, 'text', 'Tier Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(92, 4, 'color', NULL, NULL, 'int', NULL, NULL, 'select', 'Color', NULL, NULL, 0, 1, NULL, 0, NULL),
(93, 4, 'news_from_date', NULL, 'catalog/product_attribute_backend_startdate', 'datetime', NULL, NULL, 'date', 'Set Product as New from Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(94, 4, 'news_to_date', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Set Product as New to Date', NULL, NULL, 0, 0, NULL, 0, NULL),
(95, 4, 'gallery', NULL, NULL, 'varchar', NULL, NULL, 'gallery', 'Image Gallery', NULL, NULL, 0, 0, NULL, 0, NULL),
(96, 4, 'status', NULL, NULL, 'int', NULL, NULL, 'select', 'Status', NULL, 'catalog/product_status', 1, 0, NULL, 0, NULL),
(97, 4, 'url_key', NULL, 'catalog/product_attribute_backend_urlkey', 'varchar', NULL, NULL, 'text', 'URL Key', NULL, NULL, 0, 0, NULL, 0, NULL),
(98, 4, 'url_path', NULL, NULL, 'varchar', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(99, 4, 'minimal_price', NULL, NULL, 'decimal', NULL, NULL, 'price', 'Minimal Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(100, 4, 'is_recurring', NULL, NULL, 'int', NULL, NULL, 'select', 'Enable Recurring Profile', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, 'Products with recurring profile participate in catalog as nominal items.'),
(101, 4, 'recurring_profile', NULL, 'catalog/product_attribute_backend_recurring', 'text', NULL, NULL, 'text', 'Recurring Payment Profile', NULL, NULL, 0, 0, NULL, 0, NULL),
(102, 4, 'visibility', NULL, NULL, 'int', NULL, NULL, 'select', 'Visibility', NULL, 'catalog/product_visibility', 1, 0, '4', 0, NULL),
(103, 4, 'custom_design', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Custom Design', NULL, 'core/design_source_design', 0, 0, NULL, 0, NULL),
(104, 4, 'custom_design_from', NULL, 'catalog/product_attribute_backend_startdate', 'datetime', NULL, NULL, 'date', 'Active From', NULL, NULL, 0, 0, NULL, 0, NULL),
(105, 4, 'custom_design_to', NULL, 'eav/entity_attribute_backend_datetime', 'datetime', NULL, NULL, 'date', 'Active To', NULL, NULL, 0, 0, NULL, 0, NULL),
(106, 4, 'custom_layout_update', NULL, 'catalog/attribute_backend_customlayoutupdate', 'text', NULL, NULL, 'textarea', 'Custom Layout Update', NULL, NULL, 0, 0, NULL, 0, NULL),
(107, 4, 'page_layout', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Page Layout', NULL, 'catalog/product_attribute_source_layout', 0, 0, NULL, 0, NULL),
(108, 4, 'category_ids', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(109, 4, 'options_container', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Display Product Options In', NULL, 'catalog/entity_product_attribute_design_options_container', 0, 0, 'container1', 0, NULL),
(110, 4, 'required_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(111, 4, 'has_options', NULL, NULL, 'static', NULL, NULL, 'text', NULL, NULL, NULL, 0, 0, NULL, 0, NULL),
(112, 4, 'image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),
(113, 4, 'small_image_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Small Image Label', NULL, NULL, 0, 0, NULL, 0, NULL),
(114, 4, 'thumbnail_label', NULL, NULL, 'varchar', NULL, NULL, 'text', 'Thumbnail Label', NULL, NULL, 0, 0, NULL, 0, NULL),
(115, 4, 'created_at', NULL, 'eav/entity_attribute_backend_time_created', 'static', NULL, NULL, 'text', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(116, 4, 'updated_at', NULL, 'eav/entity_attribute_backend_time_updated', 'static', NULL, NULL, 'text', NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(117, 4, 'country_of_manufacture', NULL, NULL, 'varchar', NULL, NULL, 'select', 'Country of Manufacture', NULL, 'catalog/product_attribute_source_countryofmanufacture', 0, 0, NULL, 0, NULL),
(118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL),
(119, 4, 'msrp_display_actual_price_type', NULL, 'catalog/product_attribute_backend_boolean', 'varchar', NULL, NULL, 'select', 'Display Actual Price', NULL, 'catalog/product_attribute_source_msrp_type_price', 0, 0, '4', 0, NULL),
(120, 4, 'msrp', NULL, 'catalog/product_attribute_backend_price', 'decimal', NULL, NULL, 'price', 'Manufacturer\'s Suggested Retail Price', NULL, NULL, 0, 0, NULL, 0, NULL),
(121, 4, 'tax_class_id', NULL, NULL, 'int', NULL, NULL, 'select', 'Tax Class', NULL, 'tax/class_source_product', 1, 0, NULL, 0, NULL),
(122, 4, 'gift_message_available', NULL, 'catalog/product_attribute_backend_boolean', 'varchar', NULL, NULL, 'select', 'Allow Gift Message', NULL, 'eav/entity_attribute_source_boolean', 0, 0, NULL, 0, NULL),
(123, 4, 'price_type', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(124, 4, 'sku_type', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(125, 4, 'weight_type', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0, NULL),
(126, 4, 'price_view', NULL, NULL, 'int', NULL, NULL, 'select', 'Price View', NULL, 'bundle/product_attribute_source_price_view', 1, 0, NULL, 0, NULL),
(127, 4, 'shipment_type', NULL, NULL, 'int', NULL, NULL, NULL, 'Shipment', NULL, NULL, 1, 0, NULL, 0, NULL),
(128, 4, 'links_purchased_separately', NULL, NULL, 'int', NULL, NULL, NULL, 'Links can be purchased separately', NULL, NULL, 1, 0, NULL, 0, NULL),
(129, 4, 'samples_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Samples title', NULL, NULL, 1, 0, NULL, 0, NULL),
(130, 4, 'links_title', NULL, NULL, 'varchar', NULL, NULL, NULL, 'Links title', NULL, NULL, 1, 0, NULL, 0, NULL),
(131, 4, 'links_exist', NULL, NULL, 'int', NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, '0', 0, NULL),
(132, 4, 'configurable', NULL, NULL, 'int', NULL, NULL, 'select', 'configurable1', NULL, NULL, 0, 1, '', 0, NULL),
(133, 4, 'enable_googlecheckout', NULL, NULL, 'int', NULL, NULL, 'select', 'Is Product Available for Purchase with Google Checkout', NULL, 'eav/entity_attribute_source_boolean', 0, 0, '1', 0, NULL),
(134, 3, 'thumbnail', NULL, 'catalog/category_attribute_backend_image', 'varchar', NULL, NULL, 'image', 'Thumbnail Image', NULL, NULL, 0, 0, NULL, 0, NULL),
(135, 4, 'confgrbl1', NULL, NULL, 'int', NULL, NULL, 'select', 'confgrbl1', NULL, 'eav/entity_attribute_source_table', 0, 1, '', 0, NULL);
/*!40000 ALTER TABLE `eav_attribute` ENABLE KEYS */;
-- Dumping structure for table magento1921.eav_entity_type
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE IF NOT EXISTS `eav_entity_type` (
`entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` varchar(255) DEFAULT '' COMMENT 'Increment Model',
`increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` varchar(255) DEFAULT '' COMMENT 'Additional Attribute Table',
`entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
KEY `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Eav Entity Type';
-- Dumping data for table magento1921.eav_entity_type: ~8 rows (approximately)
DELETE FROM `eav_entity_type`;
/*!40000 ALTER TABLE `eav_entity_type` DISABLE KEYS */;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES
(1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', NULL, NULL, 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection'),
(2, 'customer_address', 'customer/address', 'customer/attribute', 'customer/address_entity', NULL, NULL, 1, 'default', 2, NULL, 0, 8, '0', 'customer/eav_attribute', 'customer/address_attribute_collection'),
(3, 'catalog_category', 'catalog/category', 'catalog/resource_eav_attribute', 'catalog/category', NULL, NULL, 1, 'default', 3, NULL, 0, 8, '0', 'catalog/eav_attribute', 'catalog/category_attribute_collection'),
(4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection'),
(5, 'order', 'sales/order', NULL, 'sales/order', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL),
(6, 'invoice', 'sales/order_invoice', NULL, 'sales/invoice', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL),
(7, 'creditmemo', 'sales/order_creditmemo', NULL, 'sales/creditmemo', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL),
(8, 'shipment', 'sales/order_shipment', NULL, 'sales/shipment', NULL, NULL, 1, 'default', 0, 'eav/entity_increment_numeric', 1, 8, '0', NULL, NULL);
/*!40000 ALTER TABLE `eav_entity_type` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
================================================
FILE: tests/integration/resource/data_integrity/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
================================================
FILE: tests/integration/resource/data_integrity/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0;
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT '' COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT '' COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT '' COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
) ENGINE=InnoDB COMMENT='Eav Entity Type' COLLATE='utf8_general_ci';
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection');
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');
CREATE TABLE `eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` VARCHAR(255) NOT NULL COMMENT 'Attribute Code',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',
`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',
`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',
`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` TEXT NULL COMMENT 'Default Value',
`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
INDEX `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
) ENGINE=InnoDB COMMENT='Eav Attribute' COLLATE='utf8_general_ci';
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (63, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', '', '', 'text', 'SKU', '', '', 1, 0, '', 1, '');
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL);
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` varchar(255) NOT NULL COMMENT 'Attribute Set Name',
`sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE KEY `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`,`attribute_set_name`),
KEY `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`,`sort_order`),
CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=0 DEFAULT CHARSET=utf8 COMMENT='Eav Attribute Set';
INSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 'Default', 1);
INSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (2, 'Default', 1);
INSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (3, 'Default', 1);
INSERT INTO `eav_attribute_set` (`entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 'Default', 2);
SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS;
================================================
FILE: tests/integration/resource/default/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `common_table`
--
DROP TABLE IF EXISTS `common_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `common_table` (
`key` int(11) NOT NULL AUTO_INCREMENT,
`dest_field_ignored` int(11) NOT NULL DEFAULT '0',
`common_field` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `common_table`
--
LOCK TABLES `common_table` WRITE;
/*!40000 ALTER TABLE `common_table` DISABLE KEYS */;
/*!40000 ALTER TABLE `common_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `common_table_extra_field`
--
DROP TABLE IF EXISTS `common_table_extra_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `common_table_extra_field` (
`key` int(11) NOT NULL AUTO_INCREMENT,
`common_field` int(11) DEFAULT NULL,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `common_table_extra_field`
--
LOCK TABLES `common_table_extra_field` WRITE;
/*!40000 ALTER TABLE `common_table_extra_field` DISABLE KEYS */;
/*!40000 ALTER TABLE `common_table_extra_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dest_table_ignored`
--
DROP TABLE IF EXISTS `dest_table_ignored`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dest_table_ignored` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dest_table_ignored`
--
LOCK TABLES `dest_table_ignored` WRITE;
/*!40000 ALTER TABLE `dest_table_ignored` DISABLE KEYS */;
/*!40000 ALTER TABLE `dest_table_ignored` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dest_table_renamed`
--
DROP TABLE IF EXISTS `dest_table_renamed`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dest_table_renamed` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dest_table_renamed`
--
LOCK TABLES `dest_table_renamed` WRITE;
/*!40000 ALTER TABLE `dest_table_renamed` DISABLE KEYS */;
/*!40000 ALTER TABLE `dest_table_renamed` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `table_without_data`
--
DROP TABLE IF EXISTS `table_without_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `table_without_data` (
`key` int(11) NOT NULL AUTO_INCREMENT,
`field1` int(11) DEFAULT NULL,
`field2` int(11) DEFAULT NULL,
`field3` int(11) DEFAULT NULL,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `table_without_data`
--
LOCK TABLES `table_without_data` WRITE;
/*!40000 ALTER TABLE `table_without_data` DISABLE KEYS */;
/*!40000 ALTER TABLE `table_without_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `table_ignored`
--
DROP TABLE IF EXISTS `table_ignored`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `table_ignored` (
`field1` int(11) NOT NULL AUTO_INCREMENT,
`field2` int(11) DEFAULT NULL,
PRIMARY KEY (`field1`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_table_ignored`
--
LOCK TABLES `table_ignored` WRITE;
/*!40000 ALTER TABLE `table_ignored` DISABLE KEYS */;
/*!40000 ALTER TABLE `table_ignored` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dest_table_1`
--
DROP TABLE IF EXISTS `dest_table_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dest_table_1` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dest_table_1`
--
LOCK TABLES `dest_table_1` WRITE;
/*!40000 ALTER TABLE `dest_table_1` DISABLE KEYS */;
/*!40000 ALTER TABLE `dest_table_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `dest_table_2`
--
DROP TABLE IF EXISTS `dest_table_2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `dest_table_2` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dest_table_2`
--
LOCK TABLES `dest_table_2` WRITE;
/*!40000 ALTER TABLE `dest_table_2` DISABLE KEYS */;
/*!40000 ALTER TABLE `dest_table_2` ENABLE KEYS */;
UNLOCK TABLES;
-- Dumping structure for table magento2mainlinece.core_config_data
DROP TABLE IF EXISTS `core_config_data`;
CREATE TABLE IF NOT EXISTS `core_config_data` (
`config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',
`scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',
`scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',
`path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',
`value` text COMMENT 'Config Value',
PRIMARY KEY (`config_id`),
UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COMMENT='Config Data';
LOCK TABLES `core_config_data` WRITE;
-- Dumping data for table magento2mainlinece.core_config_data: ~58 rows (approximately)
DELETE FROM `core_config_data`;
/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;
INSERT INTO `core_config_data` (`config_id`, `scope`, `scope_id`, `path`, `value`) VALUES
(1, 'default', 0, 'web/seo/use_rewrites', '0'),
(2, 'default', 0, 'web/unsecure/base_url', 'http://magento2.dev/'),
(3, 'default', 0, 'admin/security/session_lifetime', '60'),
(4, 'default', 0, 'catalog/seo/product_url_suffix', '.html');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/default/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `common_table`
--
DROP TABLE IF EXISTS `common_table`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `common_table` (
`key` int(11) NOT NULL AUTO_INCREMENT,
`common_field` int(11) DEFAULT NULL,
`source_field_ignored` int(11) DEFAULT NULL,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `common_table`
--
LOCK TABLES `common_table` WRITE;
/*!40000 ALTER TABLE `common_table` DISABLE KEYS */;
INSERT INTO `common_table` VALUES (1,2,3),(2,3,4),(3,4,5),(4,5,6),(5,5,5),(6,6,7),(7,7,7);
/*!40000 ALTER TABLE `common_table` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `common_table_extra_field`
--
DROP TABLE IF EXISTS `common_table_extra_field`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `common_table_extra_field` (
`key` int(11) NOT NULL AUTO_INCREMENT,
`common_field` int(11) DEFAULT NULL,
`source_field_extra` int(11) DEFAULT NULL,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `common_table_extra_field`
--
LOCK TABLES `common_table_extra_field` WRITE;
/*!40000 ALTER TABLE `common_table_extra_field` DISABLE KEYS */;
INSERT INTO `common_table_extra_field` VALUES (1,2,3),(2,3,4),(3,4,5),(4,5,6),(5,5,5),(6,6,7),(7,7,7);
/*!40000 ALTER TABLE `common_table_extra_field` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `source_table_ignored`
--
DROP TABLE IF EXISTS `source_table_ignored`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `source_table_ignored` (
`field1` int(11) NOT NULL AUTO_INCREMENT,
`field2` int(11) DEFAULT NULL,
PRIMARY KEY (`field1`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_table_ignored`
--
LOCK TABLES `source_table_ignored` WRITE;
/*!40000 ALTER TABLE `source_table_ignored` DISABLE KEYS */;
INSERT INTO `source_table_ignored` VALUES (1,2),(2,3),(3,4),(4,5),(5,5),(6,6),(7,7);
/*!40000 ALTER TABLE `source_table_ignored` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `table_ignored`
--
DROP TABLE IF EXISTS `table_ignored`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `table_ignored` (
`field1` int(11) NOT NULL AUTO_INCREMENT,
`field2` int(11) DEFAULT NULL,
PRIMARY KEY (`field1`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_table_ignored`
--
LOCK TABLES `table_ignored` WRITE;
/*!40000 ALTER TABLE `table_ignored` DISABLE KEYS */;
INSERT INTO `table_ignored` VALUES (1,2),(2,3),(3,4),(4,5),(5,5),(6,6),(7,7);
/*!40000 ALTER TABLE `table_ignored` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `source_table_renamed`
--
DROP TABLE IF EXISTS `source_table_renamed`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `source_table_renamed` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_table_renamed`
--
LOCK TABLES `source_table_renamed` WRITE;
/*!40000 ALTER TABLE `source_table_renamed` DISABLE KEYS */;
/*!40000 ALTER TABLE `source_table_renamed` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `table_with_data`
--
DROP TABLE IF EXISTS `table_with_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `table_with_data` (
`key` int(11) NOT NULL AUTO_INCREMENT,
`field1` int(11) DEFAULT NULL,
`field2` int(11) DEFAULT NULL,
`field3` int(11) DEFAULT NULL,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `table_with_data`
--
LOCK TABLES `table_with_data` WRITE;
/*!40000 ALTER TABLE `table_with_data` DISABLE KEYS */;
INSERT INTO `table_with_data` VALUES (NULL,1,2,3),(NULL,2,3,4),(NULL,3,4,5),(NULL,4,5,6),(NULL,5,5,5),(NULL,6,6,7),(NULL,7,7,7);
/*!40000 ALTER TABLE `table_with_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `source_table_1`
--
DROP TABLE IF EXISTS `source_table_1`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `source_table_1` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_table_1`
--
LOCK TABLES `source_table_1` WRITE;
/*!40000 ALTER TABLE `source_table_1` DISABLE KEYS */;
/*!40000 ALTER TABLE `source_table_1` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `source_table_2`
--
DROP TABLE IF EXISTS `source_table_2`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `source_table_2` (
`key` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `source_table_2`
--
LOCK TABLES `source_table_2` WRITE;
/*!40000 ALTER TABLE `source_table_2` DISABLE KEYS */;
/*!40000 ALTER TABLE `source_table_2` ENABLE KEYS */;
UNLOCK TABLES;
-- Dumping structure for table magento2mainlinece.core_config_data
DROP TABLE IF EXISTS `core_config_data`;
CREATE TABLE IF NOT EXISTS `core_config_data` (
`config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',
`scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',
`scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',
`path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',
`value` text COMMENT 'Config Value',
PRIMARY KEY (`config_id`),
UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)
) ENGINE=InnoDB AUTO_INCREMENT=59 DEFAULT CHARSET=utf8 COMMENT='Config Data';
LOCK TABLES `core_config_data` WRITE;
-- Dumping data for table magento2mainlinece.core_config_data: ~58 rows (approximately)
DELETE FROM `core_config_data`;
/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;
INSERT INTO `core_config_data` (`config_id`, `scope`, `scope_id`, `path`, `value`) VALUES
(1, 'default', 0, 'web/seo/use_rewrites', '1'),
(2, 'default', 0, 'web/unsecure/base_url', 'http://magento1.dev/'),
(3, 'default', 0, 'admin/security/session_cookie_lifetime', '90'),
(4, 'default', 0, 'catalog/seo/product_url_suffix', 'phtml'),
(5, 'default', 0, 'my/extension/path', 'value1');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:38
================================================
FILE: tests/integration/resource/eav/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'Magento\\Catalog\\Model\\ResourceModel\\Product', 'Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection');
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'Magento\\Customer\\Model\\ResourceModel\\Customer', 'Magento\\Customer\\Model\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\Eav\\Model\\Entity\\Increment\\Numeric', 0, 8, '0', 'customer_eav_attribute', 'Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection');
DROP TABLE IF EXISTS `eav_attribute`;
CREATE TABLE `eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Code',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',
`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',
`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',
`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` TEXT NULL COMMENT 'Default Value',
`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (70, 4, 'sku', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website', 1, 0, NULL, 0, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (115, 4, 'quantity_and_stock_status', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\CatalogInventory\\Model\\Source\\Stock', 0, 0, '1', 0, NULL);
DROP TABLE IF EXISTS `catalog_eav_attribute`;
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute ID',
`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',
`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',
`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',
`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',
`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',
`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',
`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',
`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',
`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',
`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',
`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',
`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',
`is_required_in_admin_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',
`search_weight` FLOAT NOT NULL DEFAULT '3' COMMENT 'Search Weight',
PRIMARY KEY (`attribute_id`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog EAV Attribute Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (70, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);
DROP TABLE IF EXISTS `eav_attribute_set`;
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Set Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),
INDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Set'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 2);
DROP TABLE IF EXISTS `eav_attribute_group`;
CREATE TABLE `eav_attribute_group` (
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',
`attribute_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Code',
`tab_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Tab Group Code',
PRIMARY KEY (`attribute_group_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),
INDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Group'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (7, 4, 'Product Details', 10, 1, 'product-details', 'basic');
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (1, 1, 'General', 1, 1, NULL, NULL);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (8, 4, 'Design', 11, 1, 'design', 'advanced');
CREATE TABLE `eav_entity_attribute` (
`entity_attribute_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`entity_attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Attributes'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (70, 4, 4, 7, 70, 20);
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (113, 4, 4, 7, 115, 3);
CREATE TABLE `customer_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
`is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);
CREATE TABLE `store_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
PRIMARY KEY (`website_id`),
UNIQUE INDEX `UNQ_STORE_WEBSITE_CODE` (`code`),
INDEX `IDX_STORE_WEBSITE_SORT_ORDER` (`sort_order`),
INDEX `IDX_STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
)
COMMENT='Websites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (1, 'base', 'Main Website', 0, 1, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `customer_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'Main Website Store', 2, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_STORE_CODE` (`code`),
INDEX `IDX_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'Default Store View', 0, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `eav_attribute_label` (
`attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`attribute_label_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option` (
`option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option_value` (
`value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',
`option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option Value'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',
PRIMARY KEY (`entity_id`),
INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_datetime` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_decimal` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_int` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` INT(11) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_store` (
`entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',
`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',
PRIMARY KEY (`entity_store_id`),
INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Store'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_text` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` TEXT NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_varchar` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
PRIMARY KEY (`type_id`),
UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),
INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`fieldset_id`),
UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),
INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_element` (
`element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`element_id`),
UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),
INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),
INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,
CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Element'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset_label` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
PRIMARY KEY (`fieldset_id`, `store_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type_entity` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
PRIMARY KEY (`type_id`, `entity_type_id`),
INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
================================================
FILE: tests/integration/resource/eav/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT '' COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT '' COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT '' COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection');
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');
CREATE TABLE `eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` VARCHAR(255) NOT NULL COMMENT 'Attribute Code',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',
`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',
`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',
`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` TEXT NULL COMMENT 'Default Value',
`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
INDEX `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (63, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', '', '', 'text', 'SKU', '', '', 1, 0, '', 1, '');
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL);
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',
`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',
`search_weight` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Search Weight',
`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',
`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',
`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',
`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',
`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',
`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',
`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',
`is_configurable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Configurable',
`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',
`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',
`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',
PRIMARY KEY (`attribute_id`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog EAV Attribute Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `search_weight`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `is_configurable`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`) VALUES (63, '', 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, '', 1, 0, 0, 0);
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Set Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Set Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),
INDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Set'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 1);
CREATE TABLE `eav_attribute_group` (
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Group Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Group Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',
PRIMARY KEY (`attribute_group_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),
INDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Group'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (4, 4, 'General', 1, 1);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (1, 1, 'General', 1, 1);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (5, 4, 'Prices', 2, 0);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (6, 4, 'Design', 3, 0);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (7, 4, 'Images', 4, 0);
CREATE TABLE `eav_entity_attribute` (
`entity_attribute_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`entity_attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Attributes'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (63, 4, 4, 4, 63, 4);
CREATE TABLE `customer_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
`is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);
CREATE TABLE `core_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
`is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',
`master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',
`master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',
`visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',
PRIMARY KEY (`website_id`),
UNIQUE INDEX `UNQ_CORE_WEBSITE_CODE` (`code`),
INDEX `IDX_CORE_WEBSITE_SORT_ORDER` (`sort_order`),
INDEX `IDX_CORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
)
COMMENT='Websites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');
CREATE TABLE `customer_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `core_store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);
CREATE TABLE `core_store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),
INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
INSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'English', 0, 1);
CREATE TABLE `eav_attribute_label` (
`attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`attribute_label_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option` (
`option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option_value` (
`value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',
`option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option Value'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` TIMESTAMP NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Updated At',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',
PRIMARY KEY (`entity_id`),
INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_datetime` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DATETIME NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_decimal` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_int` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` INT(11) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_store` (
`entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',
`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',
PRIMARY KEY (`entity_store_id`),
INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Store'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_text` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` TEXT NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_varchar` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
PRIMARY KEY (`type_id`),
UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),
INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`fieldset_id`),
UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),
INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_element` (
`element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`element_id`),
UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),
INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),
INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,
CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Element'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset_label` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Fieldset Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
PRIMARY KEY (`fieldset_id`, `store_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type_entity` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
PRIMARY KEY (`type_id`, `entity_type_id`),
INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
================================================
FILE: tests/integration/resource/ee.eav/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'Magento\\Catalog\\Model\\ResourceModel\\Product', 'Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection');
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'Magento\\Customer\\Model\\ResourceModel\\Customer', 'Magento\\Customer\\Model\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\Eav\\Model\\Entity\\Increment\\Numeric', 0, 8, '0', 'customer_eav_attribute', 'Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection');
DROP TABLE IF EXISTS `eav_attribute`;
CREATE TABLE `eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Code',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',
`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',
`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',
`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` TEXT NULL COMMENT 'Default Value',
`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (70, 4, 'sku', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website', 1, 0, NULL, 0, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (115, 4, 'quantity_and_stock_status', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\CatalogInventory\\Model\\Source\\Stock', 0, 0, '1', 0, NULL);
DROP TABLE IF EXISTS `catalog_eav_attribute`;
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute ID',
`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',
`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',
`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',
`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',
`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',
`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',
`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',
`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',
`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',
`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',
`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',
`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',
`is_required_in_admin_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',
`search_weight` FLOAT NOT NULL DEFAULT '3' COMMENT 'Search Weight',
PRIMARY KEY (`attribute_id`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog EAV Attribute Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (70, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);
DROP TABLE IF EXISTS `eav_attribute_set`;
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Set Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),
INDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Set'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 2);
DROP TABLE IF EXISTS `eav_attribute_group`;
CREATE TABLE `eav_attribute_group` (
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',
`attribute_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Code',
`tab_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Tab Group Code',
PRIMARY KEY (`attribute_group_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),
INDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Group'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (7, 4, 'Product Details', 10, 1, 'product-details', 'basic');
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (1, 1, 'General', 1, 1, NULL, NULL);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (8, 4, 'Design', 11, 1, 'design', 'advanced');
CREATE TABLE `eav_entity_attribute` (
`entity_attribute_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`entity_attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Attributes'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (70, 4, 4, 7, 70, 20);
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (113, 4, 4, 7, 115, 3);
CREATE TABLE `customer_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
`is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);
CREATE TABLE `store_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
PRIMARY KEY (`website_id`),
UNIQUE INDEX `UNQ_STORE_WEBSITE_CODE` (`code`),
INDEX `IDX_STORE_WEBSITE_SORT_ORDER` (`sort_order`),
INDEX `IDX_STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
)
COMMENT='Websites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (1, 'base', 'Main Website', 0, 1, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `customer_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'Main Website Store', 2, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_STORE_CODE` (`code`),
INDEX `IDX_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'Default Store View', 0, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `eav_attribute_label` (
`attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`attribute_label_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option` (
`option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option_value` (
`value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',
`option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option Value'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',
PRIMARY KEY (`entity_id`),
INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_datetime` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_decimal` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_int` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` INT(11) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_store` (
`entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',
`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',
PRIMARY KEY (`entity_store_id`),
INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Store'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_text` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` TEXT NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_varchar` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
PRIMARY KEY (`type_id`),
UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),
INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`fieldset_id`),
UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),
INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_element` (
`element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`element_id`),
UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),
INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),
INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,
CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Element'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset_label` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
PRIMARY KEY (`fieldset_id`, `store_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type_entity` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
PRIMARY KEY (`type_id`, `entity_type_id`),
INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `magento_rma_item_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_MAGENTO_RMA_ITEM_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='RMA Item EAV Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `magento_rma_item_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_MAGENTO_RMA_ITEM_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_MAGENTO_RMA_ITEM_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_MAGENTO_RMA_ITEM_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Enterprise RMA Item Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
================================================
FILE: tests/integration/resource/ee.eav/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT '' COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT '' COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT '' COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection');
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');
CREATE TABLE `eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` VARCHAR(255) NOT NULL COMMENT 'Attribute Code',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',
`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',
`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',
`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` TEXT NULL COMMENT 'Default Value',
`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
INDEX `IDX_EAV_ATTRIBUTE_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (63, 4, 'sku', NULL, 'catalog/product_attribute_backend_sku', 'static', '', '', 'text', 'SKU', '', '', 1, 0, '', 1, '');
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'customer/customer_attribute_backend_website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'customer/customer_attribute_source_website', 1, 0, NULL, 0, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (118, 4, 'msrp_enabled', NULL, 'catalog/product_attribute_backend_msrp', 'varchar', NULL, NULL, 'select', 'Apply MAP', NULL, 'catalog/product_attribute_source_msrp_type_enabled', 0, 0, '2', 0, NULL);
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',
`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',
`search_weight` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Search Weight',
`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',
`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',
`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',
`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',
`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',
`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',
`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',
`is_configurable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Configurable',
`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',
`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',
`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',
PRIMARY KEY (`attribute_id`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog EAV Attribute Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `search_weight`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `is_configurable`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`) VALUES (63, '', 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, '', 1, 0, 0, 0);
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Set Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Set Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),
INDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Set'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 1);
CREATE TABLE `eav_attribute_group` (
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Group Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_name` VARCHAR(255) NOT NULL COMMENT 'Attribute Group Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',
PRIMARY KEY (`attribute_group_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),
INDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Group'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (4, 4, 'General', 1, 1);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (1, 1, 'General', 1, 1);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (5, 4, 'Prices', 2, 0);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (6, 4, 'Design', 3, 0);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`) VALUES (7, 4, 'Images', 4, 0);
CREATE TABLE `eav_entity_attribute` (
`entity_attribute_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`entity_attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Attributes'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (63, 4, 4, 4, 63, 4);
CREATE TABLE `customer_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
`is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);
CREATE TABLE `core_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
`is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',
`master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',
`master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',
`visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',
PRIMARY KEY (`website_id`),
UNIQUE INDEX `UNQ_CORE_WEBSITE_CODE` (`code`),
INDEX `IDX_CORE_WEBSITE_SORT_ORDER` (`sort_order`),
INDEX `IDX_CORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
)
COMMENT='Websites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');
CREATE TABLE `customer_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `core_store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);
CREATE TABLE `core_store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),
INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
INSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'English', 0, 1);
CREATE TABLE `eav_attribute_label` (
`attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`attribute_label_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option` (
`option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option_value` (
`value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',
`option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option Value'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` TIMESTAMP NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Updated At',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',
PRIMARY KEY (`entity_id`),
INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_datetime` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DATETIME NOT NULL DEFAULT '1975-01-01 00:00:00' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_decimal` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_int` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` INT(11) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_store` (
`entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',
`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',
PRIMARY KEY (`entity_store_id`),
INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Store'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_text` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` TEXT NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_varchar` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
PRIMARY KEY (`type_id`),
UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),
INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`fieldset_id`),
UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),
INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_element` (
`element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`element_id`),
UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),
INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),
INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,
CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Element'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset_label` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Fieldset Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
PRIMARY KEY (`fieldset_id`, `store_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type_entity` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
PRIMARY KEY (`type_id`, `entity_type_id`),
INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `enterprise_rma_item_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_ENT_RMA_ITEM_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='RMA Item EAV Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `enterprise_rma_item_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_ENTERPRISE_RMA_ITEM_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_ENT_RMA_ITEM_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_ENT_RMA_ITEM_EAV_ATTR_WS_WS_ID_CORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Enterprise RMA Item Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
================================================
FILE: tests/integration/resource/ee.url_rewrite_11410/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `url_rewrite`
--
DROP TABLE IF EXISTS `url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
`entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',
`target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',
`redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
`description` varchar(255) DEFAULT NULL COMMENT 'Description',
`is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',
`metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),
KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),
KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Row ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ROW_ID` (`row_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,41,0,1,'Root Catalog'),
(2,41,0,2,'Default Category'),
(3,48,0,2,'PRODUCTS');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Row ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_url_rewrite_product_category`
--
DROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_url_rewrite_product_category` (
`url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',
`category_id` int(10) unsigned NOT NULL COMMENT 'category_id',
`product_id` int(10) unsigned NOT NULL COMMENT 'product_id',
KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),
KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_url_rewrite_product_category`
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/ee.url_rewrite_11410/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Dumping structure for magento1.cms_page
DROP TABLE IF EXISTS `cms_page`;
CREATE TABLE IF NOT EXISTS `cms_page` (
`page_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',
`title` varchar(255) DEFAULT NULL COMMENT 'Page Title',
`root_template` varchar(255) DEFAULT NULL COMMENT 'Page Template',
`meta_keywords` text COMMENT 'Page Meta Keywords',
`meta_description` text COMMENT 'Page Meta Description',
`identifier` varchar(100) DEFAULT NULL COMMENT 'Page String Identifier',
`content_heading` varchar(255) DEFAULT NULL COMMENT 'Page Content Heading',
`content` mediumtext COMMENT 'Page Content',
`creation_time` timestamp NULL DEFAULT NULL COMMENT 'Page Creation Time',
`update_time` timestamp NULL DEFAULT NULL COMMENT 'Page Modification Time',
`is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',
`sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',
`layout_update_xml` text COMMENT 'Page Layout Update Content',
`custom_theme` varchar(100) DEFAULT NULL COMMENT 'Page Custom Theme',
`custom_root_template` varchar(255) DEFAULT NULL COMMENT 'Page Custom Template',
`custom_layout_update_xml` text COMMENT 'Page Custom Layout Update Content',
`custom_theme_from` date DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',
`custom_theme_to` date DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',
`published_revision_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',
`website_root` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Website Root',
`under_version_control` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',
PRIMARY KEY (`page_id`),
KEY `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='CMS Page Table';
-- Dumping data for table magento1.cms_page: ~10 rows
-- DELETE FROM `cms_page`;
/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;
INSERT INTO `cms_page` (`page_id`, `title`, `root_template`, `meta_keywords`, `meta_description`, `identifier`, `content_heading`, `content`, `creation_time`, `update_time`, `is_active`, `sort_order`, `layout_update_xml`, `custom_theme`, `custom_root_template`, `custom_layout_update_xml`, `custom_theme_from`, `custom_theme_to`, `published_revision_id`, `website_root`, `under_version_control`) VALUES
(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', NULL, '\r\n
We are sorry, but the page you are looking for cannot be found. \r\n \r\n
\r\n If you typed the URL directly, please make sure the spelling is correct. \r\n If you clicked on a link to get here, we must have moved the content.\r\n Please try our store search box above to search for an item. \r\n If you are not sure how you got here,\r\n go back to the previous page\r\n or return to our store homepage . \r\n \r\n
\n\n\r\n', '2015-10-09 15:15:23', '2015-10-09 15:15:23', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(2, 'Home page', 'two_columns_right', NULL, NULL, 'home', NULL, '
Home Page ', '2015-10-09 15:15:24', '2015-10-09 15:15:42', 1, 0, '', NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(3, 'About Us', 'two_columns_right', NULL, NULL, 'about-magento-demo-store', NULL, '\r\n\r\n
About Magento Store \r\n\r\n\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec,\r\ntempus vitae, iaculis semper, pede.
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis,\r\nporta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.
\r\n
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus.\r\nDuis lobortis. Nulla nec velit.
\r\n
Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper.\r\nPhasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada\r\nfames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac,\r\ntempus nec, tempor nec, justo.
\r\n
Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam.\r\nPellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.\r\nVestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est.\r\nNulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat.\r\nPellentesque eget velit. Nunc tincidunt.
\r\n
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper
\r\n
Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci,\r\nsit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.
\r\n
Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.
\r\n
\r\n
To all of you, from all of us at Magento Store - Thank you and Happy eCommerce!
\r\n
John Doe \r\nSome important guy
\r\n
', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(4, 'Customer Service', 'three_columns', NULL, NULL, 'customer-service', NULL, '\r\n
Customer Service \r\n\r\n\r\n\r\nShipping & Delivery \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nPrivacy & Security \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nReturns & Replacements \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nOrdering \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nPayment, Pricing & Promotions \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nViewing Orders \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\n justo. \r\nUpdating Account Information \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\n Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\n Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\n faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\n justo. \r\n ', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(5, 'Enable Cookies', 'one_column', NULL, NULL, 'enable-cookies', NULL, '\r\n
\r\n \r\n \r\n Please enable cookies in your web browser to continue. \r\n \r\n \r\n \r\n
\r\n
What are Cookies?\r\n
\r\n
Cookies are short pieces of data that are sent to your computer when you visit a website.\r\n On later visits, this data is then returned to that website. Cookies allow us to recognize you automatically\r\n whenever you visit our site so that we can personalize your experience and provide you with better service.\r\n We also use cookies (and similar browser data, such as Flash cookies) for fraud prevention and other purposes.\r\n If your web browser is set to refuse cookies from our website, you will not be able to complete a purchase\r\n or take advantage of certain features of our website, such as storing items in your Shopping Cart or\r\n receiving personalized recommendations. As a result, we strongly encourage you to configure your web\r\n browser to accept cookies from our website.
\r\n
Enabling Cookies \r\n
\r\n
Internet Explorer 7.x\r\n
\r\n \r\n Start Internet Explorer
\r\n \r\n \r\n Under the Tools menu, click Internet Options
\r\n
\r\n \r\n \r\n Click the Privacy tab
\r\n
\r\n \r\n \r\n Click the Advanced button
\r\n
\r\n \r\n \r\n Put a check mark in the box for Override Automatic Cookie Handling ,\r\n put another check mark in the Always accept session cookies box
\r\n
\r\n \r\n \r\n Click OK
\r\n
\r\n \r\n \r\n Click OK
\r\n
\r\n \r\n \r\n Restart Internet Explore
\r\n \r\n \r\n
Back to Top
\r\n
Internet Explorer 6.x\r\n
\r\n \r\n Select Internet Options from the Tools menu
\r\n
\r\n \r\n \r\n Click on the Privacy tab
\r\n \r\n \r\n Click the Default button (or manually slide the bar down to Medium )\r\n under Settings . Click OK
\r\n
\r\n \r\n \r\n
Back to Top
\r\n
Mozilla/Firefox\r\n
\r\n \r\n Click on the Tools -menu in Mozilla
\r\n \r\n \r\n Click on the Options... item in the menu - a new window open
\r\n \r\n \r\n Click on the Privacy selection in the left part of the window. (See image below)
\r\n
\r\n \r\n \r\n Expand the Cookies section
\r\n \r\n \r\n Check the Enable cookies and Accept cookies normally checkboxes
\r\n \r\n \r\n Save changes by clicking Ok .
\r\n \r\n \r\n
Back to Top
\r\n
Opera 7.x\r\n
\r\n \r\n Click on the Tools menu in Opera
\r\n \r\n \r\n Click on the Preferences... item in the menu - a new window open
\r\n \r\n \r\n Click on the Privacy selection near the bottom left of the window. (See image below)
\r\n
\r\n \r\n \r\n The Enable cookies checkbox must be checked, and Accept all cookies \r\n should be selected in the "Normal cookies " drop-down
\r\n \r\n \r\n Save changes by clicking Ok
\r\n \r\n \r\n
Back to Top
\r\n
\r\n', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(6, 'Privacy Policy', 'one_column', NULL, NULL, 'privacy-policy-cookie-restriction-mode', 'Privacy Policy', '\r\n Please replace this text with you Privacy Policy.\r\n Please add any additional cookies your website uses below (e.g., Google Analytics)\r\n
\r\n\r\n This privacy policy sets out how {{config path="general/store_information/name"}} uses and protects any information\r\n that you give {{config path="general/store_information/name"}} when you use this website.\r\n {{config path="general/store_information/name"}} is committed to ensuring that your privacy is protected.\r\n Should we ask you to provide certain information by which you can be identified when using this website,\r\n then you can be assured that it will only be used in accordance with this privacy statement.\r\n {{config path="general/store_information/name"}} may change this policy from time to time by updating this page.\r\n You should check this page from time to time to ensure that you are happy with any changes.\r\n
\r\nWhat we collect \r\nWe may collect the following information:
\r\n\r\n name \r\n contact information including email address \r\n demographic information such as postcode, preferences and interests \r\n other information relevant to customer surveys and/or offers \r\n \r\n\r\n For the exhaustive list of cookies we collect see the List of cookies we collect section.\r\n
\r\nWhat we do with the information we gather \r\n\r\n We require this information to understand your needs and provide you with a better service,\r\n and in particular for the following reasons:\r\n
\r\n\r\n Internal record keeping. \r\n We may use the information to improve our products and services. \r\n \r\n We may periodically send promotional emails about new products, special offers or other information which we\r\n think you may find interesting using the email address which you have provided.\r\n \r\n \r\n From time to time, we may also use your information to contact you for market research purposes.\r\n We may contact you by email, phone, fax or mail. We may use the information to customise the website\r\n according to your interests.\r\n \r\n \r\nSecurity \r\n\r\n We are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure,\r\n we have put in place suitable physical, electronic and managerial procedures to safeguard and secure\r\n the information we collect online.\r\n
\r\nHow we use cookies \r\n\r\n A cookie is a small file which asks permission to be placed on your computer\'s hard drive.\r\n Once you agree, the file is added and the cookie helps analyse web traffic or lets you know when you visit\r\n a particular site. Cookies allow web applications to respond to you as an individual. The web application\r\n can tailor its operations to your needs, likes and dislikes by gathering and remembering information about\r\n your preferences.\r\n
\r\n\r\n We use traffic log cookies to identify which pages are being used. This helps us analyse data about web page traffic\r\n and improve our website in order to tailor it to customer needs. We only use this information for statistical\r\n analysis purposes and then the data is removed from the system.\r\n
\r\n\r\n Overall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful\r\n and which you do not. A cookie in no way gives us access to your computer or any information about you,\r\n other than the data you choose to share with us. You can choose to accept or decline cookies.\r\n Most web browsers automatically accept cookies, but you can usually modify your browser setting\r\n to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n
\r\nLinks to other websites \r\n\r\n Our website may contain links to other websites of interest. However, once you have used these links\r\n to leave our site, you should note that we do not have any control over that other website.\r\n Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst\r\n visiting such sites and such sites are not governed by this privacy statement.\r\n You should exercise caution and look at the privacy statement applicable to the website in question.\r\n
\r\nControlling your personal information \r\nYou may choose to restrict the collection or use of your personal information in the following ways:
\r\n\r\n \r\n whenever you are asked to fill in a form on the website, look for the box that you can click to indicate\r\n that you do not want the information to be used by anybody for direct marketing purposes\r\n \r\n \r\n if you have previously agreed to us using your personal information for direct marketing purposes,\r\n you may change your mind at any time by writing to or emailing us at\r\n {{config path="trans_email/ident_general/email"}}\r\n \r\n \r\n\r\n We will not sell, distribute or lease your personal information to third parties unless we have your permission\r\n or are required by law to do so. We may use your personal information to send you promotional information\r\n about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n
\r\n\r\n You may request details of personal information which we hold about you under the Data Protection Act 1998.\r\n A small fee will be payable. If you would like a copy of the information held on you please write to\r\n {{config path="general/store_information/address"}}.\r\n
\r\n\r\n If you believe that any information we are holding on you is incorrect or incomplete,\r\n please write to or email us as soon as possible, at the above address.\r\n We will promptly correct any information found to be incorrect.\r\n
\r\n List of cookies we collect \r\nThe table below lists the cookies we collect and what information they store.
\r\n\r\n \r\n \r\n COOKIE name \r\n COOKIE Description \r\n \r\n \r\n \r\n \r\n CART \r\n The association with your shopping cart. \r\n \r\n \r\n CATEGORY_INFO \r\n Stores the category info on the page, that allows to display pages more quickly. \r\n \r\n \r\n COMPARE \r\n The items that you have in the Compare Products list. \r\n \r\n \r\n CURRENCY \r\n Your preferred currency \r\n \r\n \r\n CUSTOMER \r\n An encrypted version of your customer id with the store. \r\n \r\n \r\n CUSTOMER_AUTH \r\n An indicator if you are currently logged into the store. \r\n \r\n \r\n CUSTOMER_INFO \r\n An encrypted version of the customer group you belong to. \r\n \r\n \r\n CUSTOMER_SEGMENT_IDS \r\n Stores the Customer Segment ID \r\n \r\n \r\n EXTERNAL_NO_CACHE \r\n A flag, which indicates whether caching is disabled or not. \r\n \r\n \r\n FRONTEND \r\n You sesssion ID on the server. \r\n \r\n \r\n GUEST-VIEW \r\n Allows guests to edit their orders. \r\n \r\n \r\n LAST_CATEGORY \r\n The last category you visited. \r\n \r\n \r\n LAST_PRODUCT \r\n The most recent product you have viewed. \r\n \r\n \r\n NEWMESSAGE \r\n Indicates whether a new message has been received. \r\n \r\n \r\n NO_CACHE \r\n Indicates whether it is allowed to use cache. \r\n \r\n \r\n PERSISTENT_SHOPPING_CART \r\n A link to information about your cart and viewing history if you have asked the site. \r\n \r\n \r\n POLL \r\n The ID of any polls you have recently voted in. \r\n \r\n \r\n POLLN \r\n Information on what polls you have voted on. \r\n \r\n \r\n RECENTLYCOMPARED \r\n The items that you have recently compared. \r\n \r\n \r\n STF \r\n Information on products you have emailed to friends. \r\n \r\n \r\n STORE \r\n The store view or language you have selected. \r\n \r\n \r\n USER_ALLOWED_SAVE_COOKIE \r\n Indicates whether a customer allowed to use cookies. \r\n \r\n \r\n VIEWED_PRODUCT_IDS \r\n The products that you have recently viewed. \r\n \r\n \r\n WISHLIST \r\n An encrypted list of products added to your Wishlist. \r\n \r\n \r\n WISHLIST_CNT \r\n The number of items in your Wishlist. \r\n \r\n \r\n
', '2015-10-09 15:15:25', '2015-10-09 15:15:25', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(7, '503 Service Unavailable', 'one_column', NULL, NULL, 'service-unavailable', NULL, '
We\'re Offline... \r\n...but only for just a bit. We\'re working to make the Magento Enterprise Demo a better place for you!
', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(8, 'Welcome to our Exclusive Online Store', 'one_column', NULL, NULL, 'private-sales', NULL, '\r\n
\r\n
\r\n
Welcome to our Exclusive Online Store \r\n
If you are a registered member, please log in here .
\r\n
Magento is the leading hub for exclusive specialty items for all your home, apparel and entertainment needs!
\r\n
\r\n
\r\n
', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(9, 'Reward Points', 'one_column', NULL, NULL, 'reward-points', 'Reward Points', 'The Reward Points Program allows you to earn points for certain actions you take on the site. Points are awarded based on making purchases and customer actions such as submitting reviews.
\r\n\r\nBenefits of Reward Points for Registered Customers \r\nOnce you register you will be able to earn and accrue reward points, which are then redeemable at time of purchase towards the cost of your order. Rewards are an added bonus to your shopping experience on the site and just one of the ways we thank you for being a loyal customer.
\r\n\r\nEarning Reward Points \r\nRewards can currently be earned for the following actions:
\r\n\r\nMaking purchases — every time you make a purchase you earn points based on the price of products purchased and these points are added to your Reward Points balance. \r\nRegistering on the site. \r\nSubscribing to a newsletter for the first time. \r\nSending Invitations — Earn points by inviting your friends to join the site. \r\nConverting Invitations to Customer — Earn points for every invitation you send out which leads to your friends registering on the site. \r\nConverting Invitations to Order — Earn points for every invitation you send out which leads to a sale. \r\nReview Submission — Earn points for submitting product reviews. \r\nNew Tag Submission — Earn points for adding tags to products. \r\n \r\n\r\nReward Points Exchange Rates \r\nThe value of reward points is determined by an exchange rate of both currency spent on products to points, and an exchange rate of points earned to currency for spending on future purchases.
\r\n\r\nRedeeming Reward Points \r\nYou can redeem your reward points at checkout. If you have accumulated enough points to redeem them you will have the option of using points as one of the payment methods. The option to use reward points, as well as your balance and the monetary equivalent this balance, will be shown to you in the Payment Method area of the checkout. Redeemable reward points can be used in conjunction with other payment methods such as credit cards, gift cards and more.
\r\n
\r\n\r\nReward Points Minimums and Maximums \r\nReward points may be capped at a minimum value required for redemption. If this option is selected you will not be able to use your reward points until you accrue a minimum number of points, at which point they will become available for redemption.
\r\nReward points may also be capped at the maximum value of points which can be accrued. If this option is selected you will need to redeem your accrued points before you are able to earn more points.
\r\n\r\nManaging My Reward Points \r\nYou have the ability to view and manage your points through your Customer Account . From your account you will be able to view your total points (and currency equivalent), minimum needed to redeem, whether you have reached the maximum points limit and a cumulative history of points acquired, redeemed and lost. The history record will retain and display historical rates and currency for informational purposes. The history will also show you comprehensive informational messages regarding points, including expiration notifications.
\r\n
\r\n\r\nReward Points Expiration \r\nReward points can be set to expire. Points will expire in the order form which they were first earned.
\r\nNote : You can sign up to receive email notifications each time your balance changes when you either earn, redeem or lose points, as well as point expiration notifications. This option is found in the Reward Points section of the My Account area.
\r\n', '2015-10-09 15:15:44', '2015-10-09 15:15:44', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0);
/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;
-- Dumping structure for magento1.cms_page_store
DROP TABLE IF EXISTS `cms_page_store`;
CREATE TABLE IF NOT EXISTS `cms_page_store` (
`page_id` smallint(6) NOT NULL COMMENT 'Page ID',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
PRIMARY KEY (`page_id`,`store_id`),
KEY `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Page To Store Linkage Table';
-- Dumping data for table magento1.cms_page_store: ~9 rows
DELETE FROM `cms_page_store`;
/*!40000 ALTER TABLE `cms_page_store` DISABLE KEYS */;
INSERT INTO `cms_page_store` (`page_id`, `store_id`) VALUES
(1, 0),
(2, 0),
(3, 0),
(4, 0),
(5, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0);
/*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */;
--
-- Table structure for table `core_store`
--
DROP TABLE IF EXISTS `core_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_store` (
`store_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` varchar(32) DEFAULT NULL COMMENT 'Code',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` varchar(255) NOT NULL COMMENT 'Store Name',
`sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE KEY `UNQ_CORE_STORE_CODE` (`code`),
KEY `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
KEY `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`,`sort_order`),
KEY `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_store`
--
LOCK TABLES `core_store` WRITE;
/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;
INSERT INTO `core_store` VALUES
(0,'admin',0,0,'Admin',0,1),
(1,'default',1,1,'Default Store View',0,1),
(2,'de',1,1,'German',0,1),
(3,'mw_store_02',1,2,'MWStore View02',0,1);
/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_config_data`
--
DROP TABLE IF EXISTS `core_config_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_config_data` (
`config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',
`scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',
`scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',
`path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',
`value` text COMMENT 'Config Value',
PRIMARY KEY (`config_id`),
UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)
) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8 COMMENT='Config Data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_config_data`
--
LOCK TABLES `core_config_data` WRITE;
/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;
INSERT INTO `core_config_data` VALUES
(1,'default',0,'catalog/seo/product_url_suffix','.html'),
(2,'default',0,'catalog/seo/category_url_suffix','.html'),
(3,'websites',1,'catalog/seo/product_url_suffix','.html1'),
(4,'stores',3,'catalog/seo/product_url_suffix','.html2');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_url_rewrite`
--
DROP TABLE IF EXISTS `enterprise_url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Url Rewrite Id',
`request_path` varchar(255) NOT NULL COMMENT 'Request Path',
`target_path` varchar(255) NOT NULL COMMENT 'Target path',
`is_system` smallint(5) unsigned NOT NULL COMMENT 'Is url rewrite System',
`guid` varchar(32) NOT NULL COMMENT 'GUID',
`identifier` varchar(255) NOT NULL COMMENT 'Unique url identifier',
`inc` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'Url increment',
`value_id` int(10) unsigned NOT NULL COMMENT 'Entity table identifier',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
`entity_type` smallint(5) unsigned NOT NULL COMMENT 'Url Rewrite Entity Type',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REQUEST_PATH_STORE_ID_ENTITY_TYPE` (`request_path`,`store_id`,`entity_type`),
KEY `IDX_ENTERPRISE_URL_REWRITE_IDENTIFIER` (`identifier`),
KEY `IDX_ENTERPRISE_URL_REWRITE_VALUE_ID_GUID` (`value_id`,`guid`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='URL Rewrite';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_url_rewrite`
--
LOCK TABLES `enterprise_url_rewrite` WRITE;
/*!40000 ALTER TABLE `enterprise_url_rewrite` DISABLE KEYS */;
INSERT INTO `enterprise_url_rewrite` VALUES
(1,'test','catalog/category/view/id/3',1,'aafdc55c2b13623895ba2f0d586f69e1','test',1,3,1,2),
(28,'test2','catalog/category/view/id/4',1,'e310bd9490c57030e520593d9eb6ce2e','test2',1,4,1,2),
(29,'test2','catalog/category/view/id/4',1,'ecb44f765c18a3af00f24128d8b6a3b8','test2',1,4,2,2),
(30,'test','catalog/category/view/id/3',1,'962b97814939018fb8477ca2e7e03c35','test',1,3,2,2),
(33,'test2/test3','catalog/category/view/id/5',1,'e0afb234ba3561cdbaba88938a562a4b','test2/test3',1,5,1,2),
(34,'test2/test3','catalog/category/view/id/5',1,'9b0dfaa6bee6bf08eabe6b185fdf2df8','test2/test3',1,5,2,2),
(35,'test','catalog/category/view/id/3',1,'c8cab577a8c630cd873427bb6b90f96d','test',1,3,3,2),
(36,'test2','catalog/category/view/id/4',1,'10eaef8757f416c135a609dbec41ea77','test2',1,4,3,2),
(37,'test2/test3','catalog/category/view/id/5',1,'ed3ccf135ec704e3df20648b5ae7b8b0','test2/test3',1,5,3,2),
(46,'test','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test',1,10,0,3),
(47,'test-product','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-product',1,11,3,3),
(48,'test-store-first','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-store-first',1,12,1,3),
(49,'test1.html','contacts',0,'4a0c0b790c2cb138ef699611f922339b','test1.html',1,1,1,1),
(50,'test2/test3/test_product.html','catalog/product/view/id/4/category/5',0,'4a0c0b790c2cb138ef699611f922339b','test2/test3/test_product.html',1,2,1,1),
(52,'test1','catalog/category/view/id/6',1,'a5d86e86af7f3b8b870bd5378d5084f2','test1',1,6,1,2),
(53,'test1','catalog/category/view/id/6',1,'69c325cf7b8a05180bda36bc511c1cce','test1',1,6,2,2),
(54,'test1','catalog/category/view/id/6',1,'f7011308e6f8f4e431bca3efdd1026f0','test1',1,6,3,2),
(55,'test1','catalog/product/view/id/5',1,'ada15e3563bf79b2d5c67d5cd5069e68','test1',1,13,0,3),
(56,'test4','catalog/category/view/id/7',1,'bd0ccc57528c1f3f086e6a82b83741a6','test4',1,7,1,2),
(57,'test4','catalog/category/view/id/7',1,'6eff0e8bfa846138f11cfb4a7bf5410d','test4',1,7,2,2),
(58,'test4','catalog/category/view/id/7',1,'d7f037bfe70bc4681d129bc7f5dcc76d','test4',1,7,3,2),
(59,'test5.html','contacts',0,'941ecaa436b59edf3c32e6f58c666697','test5.html',1,6,1,1),
(60,'test5','catalog/category/view/id/8',1,'74c8106e92344a3dcbf5732d6d8534fd','test5',1,8,1,2),
(61,'test5','catalog/category/view/id/8',1,'6d98585d20ddb1677a4e6458dabfe6be','test5',1,8,2,2),
(62,'test5','catalog/category/view/id/8',1,'8375e1e3b337311dde8a4b84e5e05c3f','test5',1,8,3,2);
/*!40000 ALTER TABLE `enterprise_url_rewrite` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_url_rewrite_redirect`
--
DROP TABLE IF EXISTS `enterprise_url_rewrite_redirect`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_url_rewrite_redirect` (
`redirect_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Redirect Id',
`identifier` varchar(255) NOT NULL COMMENT 'Url identifier',
`target_path` varchar(255) NOT NULL COMMENT 'Target path',
`options` varchar(255) DEFAULT NULL COMMENT 'Redirect options',
`description` varchar(255) DEFAULT NULL COMMENT 'Description',
`category_id` int(10) unsigned DEFAULT NULL COMMENT 'Category Id',
`product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
PRIMARY KEY (`redirect_id`),
UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REDIRECT_IDENTIFIER_STORE_ID` (`identifier`,`store_id`),
KEY `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),
KEY `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Permanent redirect';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_url_rewrite_redirect`
--
LOCK TABLES `enterprise_url_rewrite_redirect` WRITE;
/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` DISABLE KEYS */;
INSERT INTO `enterprise_url_rewrite_redirect` VALUES
(1,'test1.html','catalog/category/view/id/6','RP',NULL,6,NULL,1),
(2,'test2/test3/test_product.html','catalog/product/view/id/4/category/5','RP',NULL,5,4,1),
(3,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,2),
(4,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,3),
(6,'test5.html','contacts','RP',NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_url_key`
--
DROP TABLE IF EXISTS `catalog_category_entity_url_key`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_url_key` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Category Url Key',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID_STORE_ID` (`entity_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Url Key Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_url_key`
--
LOCK TABLES `catalog_category_entity_url_key` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_url_key` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_url_key` VALUES
(1,3,43,1,1,'root-catalog'),
(2,3,43,1,2,'default-category'),
(3,3,43,0,3,'test'),
(4,3,43,0,4,'test2'),
(5,3,43,0,5,'test3'),
(6,3,43,0,6,'test1'),
(7,3,43,0,7,'test4'),
(8,3,43,0,8,'test5');
/*!40000 ALTER TABLE `catalog_category_entity_url_key` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_url_key`
--
DROP TABLE IF EXISTS `catalog_product_entity_url_key`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_url_key` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Product Url Key',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_URL_KEY_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
UNIQUE KEY `UNQ_CATALOG_PRODUCT_ENTITY_URL_KEY_VALUE` (`value`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Url Key Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_url_key`
--
LOCK TABLES `catalog_product_entity_url_key` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_url_key` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_url_key` VALUES
(10,4,97,0,4,'test'),
(11,4,97,3,4,'test-product'),
(12,4,97,1,4,'test-store-first'),
(13,4,97,0,5,'test1');
/*!40000 ALTER TABLE `catalog_product_entity_url_key` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product`
--
DROP TABLE IF EXISTS `catalog_category_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
`position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
PRIMARY KEY (`category_id`,`product_id`),
KEY `IDX_CATALOG_CATEGORY_PRODUCT_PRODUCT_ID` (`product_id`),
CONSTRAINT `FK_CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Category Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product`
--
LOCK TABLES `catalog_category_product` WRITE;
/*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */;
INSERT INTO `catalog_category_product` VALUES
(3,4,1),
(3,5,1),
(4,4,1),
(5,4,0);
/*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_website`
--
DROP TABLE IF EXISTS `catalog_product_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_website` (
`product_id` int(10) unsigned NOT NULL COMMENT 'Product ID',
`website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
PRIMARY KEY (`product_id`,`website_id`),
KEY `IDX_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_WS_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Website Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_website`
--
LOCK TABLES `catalog_product_website` WRITE;
/*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */;
INSERT INTO `catalog_product_website` VALUES
(4,1),
(5,1);
/*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_varchar`
--
LOCK TABLES `catalog_product_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,3,41,0,1,'Root Catalog'),
(2,3,41,1,1,'Root Catalog'),
(3,3,41,0,2,'Default Category');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:38
================================================
FILE: tests/integration/resource/ee.url_rewrite_191/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `url_rewrite`
--
DROP TABLE IF EXISTS `url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
`entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',
`target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',
`redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
`description` varchar(255) DEFAULT NULL COMMENT 'Description',
`is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',
`metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),
KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),
KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,41,0,1,'Root Catalog'),
(2,41,0,2,'Default Category'),
(3,48,0,2,'PRODUCTS');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_url_rewrite_product_category`
--
DROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_url_rewrite_product_category` (
`url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',
`category_id` int(10) unsigned NOT NULL COMMENT 'category_id',
`product_id` int(10) unsigned NOT NULL COMMENT 'product_id',
KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),
KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_url_rewrite_product_category`
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/ee.url_rewrite_191/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `core_store`;
CREATE TABLE `core_store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),
INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
LOCK TABLES `core_store` WRITE;
/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;
INSERT INTO `core_store` VALUES
(0,'admin',0,0,'Admin',0,1),
(1,'default',1,1,'Default Store View',0,1),
(2,'de',1,1,'German',0,1),
(3,'mw_store_02',1,2,'MWStore View02',0,1);
/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS `cms_page`;
CREATE TABLE `cms_page` (
`page_id` SMALLINT(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',
`title` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Title',
`root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Template',
`meta_keywords` TEXT NULL COMMENT 'Page Meta Keywords',
`meta_description` TEXT NULL COMMENT 'Page Meta Description',
`identifier` VARCHAR(100) NOT NULL COMMENT 'Page String Identifier',
`content_heading` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Content Heading',
`content` MEDIUMTEXT NULL COMMENT 'Page Content',
`creation_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Creation Time',
`update_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Modification Time',
`is_active` SMALLINT(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',
`layout_update_xml` TEXT NULL COMMENT 'Page Layout Update Content',
`custom_theme` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Page Custom Theme',
`custom_root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Custom Template',
`custom_layout_update_xml` TEXT NULL COMMENT 'Page Custom Layout Update Content',
`custom_theme_from` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',
`custom_theme_to` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',
`published_revision_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',
`website_root` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Website Root',
`under_version_control` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',
PRIMARY KEY (`page_id`),
INDEX `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)
)
COMMENT='CMS Page Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `cms_page` VALUES
(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', '', '
We’re sorry, the page you’re looking for can not be found. \n\n
\n If you typed the URL directly, please make sure the spelling is correct. \n If you clicked on a link to get here, we must have moved the content. Please try our store search box above to search for an item. \n If you are not sure how you got here, go back to the previous page or return to our store homepage . \n \n
\n\n', '2007-06-20 18:38:32', '2007-08-26 19:11:13', 1, 0, NULL, NULL, '', NULL, NULL, NULL, 1, 1, 0);
DROP TABLE IF EXISTS `cms_page_store`;
CREATE TABLE `cms_page_store` (
`page_id` SMALLINT(6) NOT NULL COMMENT 'Page ID',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store ID',
PRIMARY KEY (`page_id`, `store_id`),
INDEX `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='CMS Page To Store Linkage Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `cms_page_store` VALUES (1, 0);
DROP TABLE IF EXISTS `core_url_rewrite`;
CREATE TABLE `core_url_rewrite` (
`url_rewrite_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`category_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Category Id',
`product_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Product Id',
`id_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Id Path',
`request_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Request Path',
`target_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Target Path',
`is_system` SMALLINT(5) UNSIGNED NULL DEFAULT '1' COMMENT 'Defines is Rewrite System',
`options` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Options',
`description` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Deascription',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE INDEX `UNQ_CORE_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`, `store_id`),
UNIQUE INDEX `UNQ_CORE_URL_REWRITE_ID_PATH_IS_SYSTEM_STORE_ID` (`id_path`, `is_system`, `store_id`),
INDEX `IDX_CORE_URL_REWRITE_TARGET_PATH_STORE_ID` (`target_path`, `store_id`),
INDEX `IDX_CORE_URL_REWRITE_ID_PATH` (`id_path`),
INDEX `IDX_CORE_URL_REWRITE_STORE_ID` (`store_id`),
INDEX `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` (`product_id`),
INDEX `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),
CONSTRAINT `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Url Rewrites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_url_rewrite` VALUES
(1, 0, 1, 1, '1', 'test1.htm', 'contacts', 1, NULL, NULL),
(2, 1, 1, 1, '2', 'test1.htm', 'catalog/category/view/id/6', 1, NULL, NULL),
(3, 0, 2, 2, '3', 'test5.htm', 'contacts', 1, NULL, NULL),
(4, 1, 2, 2, '3', NULL, 'catalog/category/view/id/8', 1, NULL, NULL),
(5, 1, 3, 2, 'product/2/3', 'newcat/virtual-product.html', 'catalog/product/view/id/2/category/3', 1, '', NULL),
(6, 1, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL),
(7, 2, 3, 1, 'product/1/3', NULL, 'catalog/product/view/id/1/category/3', 1, '', NULL),
(8, 2, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL);
DROP TABLE IF EXISTS `catalog_category_entity`;
CREATE TABLE `catalog_category_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attriute Set ID',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Category ID',
`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',
`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',
`path` VARCHAR(255) NOT NULL COMMENT 'Tree Path',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`level` INT(11) NOT NULL DEFAULT '0' COMMENT 'Tree Level',
`children_count` INT(11) NOT NULL DEFAULT '0' COMMENT 'Child Count',
PRIMARY KEY (`entity_id`),
INDEX `IDX_CATALOG_CATEGORY_ENTITY_LEVEL` (`level`),
INDEX `IDX_CATALOG_CATEGORY_ENTITY_PATH_ENTITY_ID` (`path`, `entity_id`)
)
COMMENT='Catalog Category Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_category_entity` VALUES (1, 3, 0, 0, '0000-00-00 00:00:00', '2016-07-13 11:43:28', '1', 0, 0, 2),
(2, 3, 3, 1, '2016-07-13 11:43:28', '2016-07-13 11:43:28', '1/2', 1, 1, 1),
(3, 3, 3, 2, '2016-07-13 12:30:21', '2016-07-13 12:30:21', '1/2/3', 1, 2, 0);
CREATE TABLE `catalog_product_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',
`type_id` VARCHAR(32) NOT NULL DEFAULT 'simple' COMMENT 'Type ID',
`sku` VARCHAR(64) NULL DEFAULT NULL COMMENT 'SKU',
`has_options` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Has Options',
`required_options` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Required Options',
`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',
`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',
PRIMARY KEY (`entity_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_SKU` (`sku`),
CONSTRAINT `FK_CAT_PRD_ENTT_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog Product Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_product_entity` VALUES
(1, 4, 4, 'simple', 'SimpleProduct', 1, 1, '2016-07-13 12:31:52', '2016-07-13 12:34:07'),
(2, 4, 4, 'virtual', 'Virtual Product', 0, 0, '2016-07-13 12:34:53', '2016-07-13 12:34:53');
================================================
FILE: tests/integration/resource/post_processing/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (4, 'catalog_product', 'Magento\\Catalog\\Model\\ResourceModel\\Product', 'Magento\\Catalog\\Model\\ResourceModel\\Eav\\Attribute', 'catalog_product_entity', NULL, NULL, 1, 'default', 4, NULL, 0, 8, '0', 'catalog_eav_attribute', 'Magento\\Catalog\\Model\\ResourceModel\\Product\\Attribute\\Collection');
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`) VALUES (1, 'customer', 'Magento\\Customer\\Model\\ResourceModel\\Customer', 'Magento\\Customer\\Model\\Attribute', 'customer_entity', NULL, NULL, 1, 'default', 1, 'Magento\\Eav\\Model\\Entity\\Increment\\Numeric', 0, 8, '0', 'customer_eav_attribute', 'Magento\\Customer\\Model\\ResourceModel\\Attribute\\Collection');
DROP TABLE IF EXISTS `eav_attribute`;
CREATE TABLE `eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Code',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`backend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Model',
`backend_type` VARCHAR(8) NOT NULL DEFAULT 'static' COMMENT 'Backend Type',
`backend_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Backend Table',
`frontend_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Model',
`frontend_input` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Frontend Input',
`frontend_label` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Label',
`frontend_class` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Class',
`source_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Source Model',
`is_required` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Required',
`is_user_defined` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is User Defined',
`default_value` TEXT NULL COMMENT 'Default Value',
`is_unique` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Defines Is Unique',
`note` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Note',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (70, 4, 'sku', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Sku', 'static', NULL, NULL, 'text', 'SKU', 'validate-length maximum-length-64', NULL, 1, 0, NULL, 1, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (1, 1, 'website_id', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Backend\\Website', 'static', NULL, NULL, 'select', 'Associate to Website', NULL, 'Magento\\Customer\\Model\\Customer\\Attribute\\Source\\Website', 1, 0, NULL, 0, NULL);
INSERT INTO `eav_attribute` (`attribute_id`, `entity_type_id`, `attribute_code`, `attribute_model`, `backend_model`, `backend_type`, `backend_table`, `frontend_model`, `frontend_input`, `frontend_label`, `frontend_class`, `source_model`, `is_required`, `is_user_defined`, `default_value`, `is_unique`, `note`) VALUES (115, 4, 'quantity_and_stock_status', NULL, 'Magento\\Catalog\\Model\\Product\\Attribute\\Backend\\Stock', 'int', NULL, NULL, 'select', 'Quantity', NULL, 'Magento\\CatalogInventory\\Model\\Source\\Stock', 0, 0, '1', 0, NULL);
DROP TABLE IF EXISTS `catalog_eav_attribute`;
CREATE TABLE `catalog_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute ID',
`frontend_input_renderer` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Frontend Input Renderer',
`is_global` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Global',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`is_searchable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Searchable',
`is_filterable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable',
`is_comparable` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Comparable',
`is_visible_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible On Front',
`is_html_allowed_on_front` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is HTML Allowed On Front',
`is_used_for_price_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Price Rules',
`is_filterable_in_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Filterable In Search',
`used_in_product_listing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used In Product Listing',
`used_for_sort_by` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Sorting',
`apply_to` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Apply To',
`is_visible_in_advanced_search` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Visible In Advanced Search',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`is_wysiwyg_enabled` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is WYSIWYG Enabled',
`is_used_for_promo_rules` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Used For Promo Rules',
`is_required_in_admin_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is Required In Admin Store',
`search_weight` FLOAT NOT NULL DEFAULT '3' COMMENT 'Search Weight',
PRIMARY KEY (`attribute_id`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_FOR_SORT_BY` (`used_for_sort_by`),
INDEX `IDX_CATALOG_EAV_ATTRIBUTE_USED_IN_PRODUCT_LISTING` (`used_in_product_listing`),
CONSTRAINT `FK_CATALOG_EAV_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog EAV Attribute Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (70, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);
INSERT INTO `catalog_eav_attribute` (`attribute_id`, `frontend_input_renderer`, `is_global`, `is_visible`, `is_searchable`, `is_filterable`, `is_comparable`, `is_visible_on_front`, `is_html_allowed_on_front`, `is_used_for_price_rules`, `is_filterable_in_search`, `used_in_product_listing`, `used_for_sort_by`, `apply_to`, `is_visible_in_advanced_search`, `position`, `is_wysiwyg_enabled`, `is_used_for_promo_rules`, `is_required_in_admin_store`, `search_weight`) VALUES (1111, NULL, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, NULL, 1, 0, 0, 0, 0, 3);
DROP TABLE IF EXISTS `eav_attribute_set`;
CREATE TABLE `eav_attribute_set` (
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Set Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`, `attribute_set_name`),
INDEX `IDX_EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Set'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (4, 4, 'Default', 1);
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`) VALUES (1, 1, 'Default', 2);
DROP TABLE IF EXISTS `eav_attribute_group`;
CREATE TABLE `eav_attribute_group` (
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Group Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_name` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Name',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_id` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Default Id',
`attribute_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Group Code',
`tab_group_code` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Tab Group Code',
PRIMARY KEY (`attribute_group_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_ATTRIBUTE_GROUP_NAME` (`attribute_set_id`, `attribute_group_name`),
INDEX `IDX_EAV_ATTRIBUTE_GROUP_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
CONSTRAINT `FK_EAV_ATTR_GROUP_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Group'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (7, 4, 'Product Details', 10, 1, 'product-details', 'basic');
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (1, 1, 'General', 1, 1, NULL, NULL);
INSERT INTO `eav_attribute_group` (`attribute_group_id`, `attribute_set_id`, `attribute_group_name`, `sort_order`, `default_id`, `attribute_group_code`, `tab_group_code`) VALUES (8, 4, 'Design', 11, 1, 'design', 'advanced');
CREATE TABLE `eav_entity_attribute` (
`entity_attribute_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Attribute Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`attribute_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Group Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`entity_attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_ATTRIBUTE_ID` (`attribute_set_id`, `attribute_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_GROUP_ID_ATTRIBUTE_ID` (`attribute_group_id`, `attribute_id`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_SET_ID_SORT_ORDER` (`attribute_set_id`, `sort_order`),
INDEX `IDX_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_ATTR_ATTR_GROUP_ID_EAV_ATTR_GROUP_ATTR_GROUP_ID` FOREIGN KEY (`attribute_group_id`) REFERENCES `eav_attribute_group` (`attribute_group_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Attributes'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (70, 4, 4, 7, 70, 20);
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (113, 4, 4, 7, 115, 3);
INSERT INTO `eav_entity_attribute` (`entity_attribute_id`, `entity_type_id`, `attribute_set_id`, `attribute_group_id`, `attribute_id`, `sort_order`) VALUES (114, 4, 4, 7, 1111, 4);
CREATE TABLE `customer_eav_attribute` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`is_visible` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Visible',
`input_filter` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Input Filter',
`multiline_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Multiline Count',
`validate_rules` TEXT NULL COMMENT 'Validate Rules',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`sort_order` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`data_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Data Model',
`is_used_for_customer_segment` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Segment',
PRIMARY KEY (`attribute_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `customer_eav_attribute` (`attribute_id`, `is_visible`, `input_filter`, `multiline_count`, `validate_rules`, `is_system`, `sort_order`, `data_model`, `is_used_for_customer_segment`) VALUES (1, 1, NULL, 0, NULL, 1, 10, NULL, 0);
CREATE TABLE `store_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
PRIMARY KEY (`website_id`),
UNIQUE INDEX `UNQ_STORE_WEBSITE_CODE` (`code`),
INDEX `IDX_STORE_WEBSITE_SORT_ORDER` (`sort_order`),
INDEX `IDX_STORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
)
COMMENT='Websites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (1, 'base', 'Main Website', 0, 1, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `customer_eav_attribute_website` (
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Attribute Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`is_visible` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Visible',
`is_required` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Is Required',
`default_value` TEXT NULL COMMENT 'Default Value',
`multiline_count` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Multiline Count',
PRIMARY KEY (`attribute_id`, `website_id`),
INDEX `IDX_CUSTOMER_EAV_ATTRIBUTE_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CSTR_EAV_ATTR_WS_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Customer Eav Attribute Website'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_STORE_GROUP_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'Main Website Store', 2, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_STORE_CODE` (`code`),
INDEX `IDX_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_STORE_GROUP_ID_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_STORE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'Default Store View', 0, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `eav_attribute_label` (
`attribute_label_id` INT(10) UNSIGNED NOT NULL COMMENT 'Attribute Label Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`attribute_label_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_STORE_ID` (`attribute_id`, `store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTRIBUTE_LABEL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option` (
`option_id` INT(10) UNSIGNED NOT NULL COMMENT 'Option Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_attribute_option_value` (
`value_id` INT(10) UNSIGNED NOT NULL COMMENT 'Value Id',
`option_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Option Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_OPTION_ID` (`option_id`),
INDEX `IDX_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ATTRIBUTE_OPTION_VALUE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ATTR_OPT_VAL_OPT_ID_EAV_ATTR_OPT_OPT_ID` FOREIGN KEY (`option_id`) REFERENCES `eav_attribute_option` (`option_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Attribute Option Value'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set Id',
`increment_id` VARCHAR(50) NOT NULL COMMENT 'Increment Id',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`created_at` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Created At',
`updated_at` TIMESTAMP NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Updated At',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Entity Active',
PRIMARY KEY (`entity_id`),
INDEX `IDX_EAV_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_datetime` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DATETIME_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DATETIME_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DATETIME_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DATETIME_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DTIME_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_decimal` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_DECIMAL_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_DECIMAL_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_DEC_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_int` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` INT(11) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_INT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_INT_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_INT_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_INT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_store` (
`entity_store_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Store Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',
`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',
PRIMARY KEY (`entity_store_id`),
INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Store'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_text` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` TEXT NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_TEXT_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_TEXT_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_TEXT_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_entity_varchar` (
`value_id` INT(11) NOT NULL COMMENT 'Value Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Entity Type Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Attribute Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`entity_id` INT(10) UNSIGNED NOT NULL COMMENT 'Entity Id',
`value` VARCHAR(255) NOT NULL COMMENT 'Attribute Value',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_EAV_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`entity_id`, `attribute_id`, `store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_STORE_ID` (`store_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ATTRIBUTE_ID_VALUE` (`attribute_id`, `value`),
INDEX `IDX_EAV_ENTITY_VARCHAR_ENTITY_TYPE_ID_VALUE` (`entity_type_id`, `value`),
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_ENTITY_ID_EAV_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `eav_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_VCHR_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Value Prefix'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
`is_system` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Is System',
`theme` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Theme',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
PRIMARY KEY (`type_id`),
UNIQUE INDEX `UNQ_EAV_FORM_TYPE_CODE_THEME_STORE_ID` (`code`, `theme`, `store_id`),
INDEX `IDX_EAV_FORM_TYPE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`code` VARCHAR(64) NOT NULL COMMENT 'Code',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`fieldset_id`),
UNIQUE INDEX `UNQ_EAV_FORM_FIELDSET_TYPE_ID_CODE` (`type_id`, `code`),
INDEX `IDX_EAV_FORM_FIELDSET_TYPE_ID` (`type_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_element` (
`element_id` INT(10) UNSIGNED NOT NULL COMMENT 'Element Id',
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`fieldset_id` SMALLINT(5) UNSIGNED NULL DEFAULT NULL COMMENT 'Fieldset Id',
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`sort_order` INT(11) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`element_id`),
UNIQUE INDEX `UNQ_EAV_FORM_ELEMENT_TYPE_ID_ATTRIBUTE_ID` (`type_id`, `attribute_id`),
INDEX `IDX_EAV_FORM_ELEMENT_TYPE_ID` (`type_id`),
INDEX `IDX_EAV_FORM_ELEMENT_FIELDSET_ID` (`fieldset_id`),
INDEX `IDX_EAV_FORM_ELEMENT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `FK_EAV_FORM_ELEMENT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_ELEMENT_FIELDSET_ID_EAV_FORM_FIELDSET_FIELDSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE SET NULL,
CONSTRAINT `FK_EAV_FORM_ELEMENT_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Element'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_fieldset_label` (
`fieldset_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Fieldset Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`label` VARCHAR(255) NOT NULL COMMENT 'Label',
PRIMARY KEY (`fieldset_id`, `store_id`),
INDEX `IDX_EAV_FORM_FIELDSET_LABEL_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_FORM_FIELDSET_LABEL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_FSET_LBL_FSET_ID_EAV_FORM_FSET_FSET_ID` FOREIGN KEY (`fieldset_id`) REFERENCES `eav_form_fieldset` (`fieldset_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Fieldset Label'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `eav_form_type_entity` (
`type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Type Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
PRIMARY KEY (`type_id`, `entity_type_id`),
INDEX `IDX_EAV_FORM_TYPE_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
CONSTRAINT `FK_EAV_FORM_TYPE_ENTITY_TYPE_ID_EAV_FORM_TYPE_TYPE_ID` FOREIGN KEY (`type_id`) REFERENCES `eav_form_type` (`type_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_FORM_TYPE_ENTT_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Form Type Entity'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
CREATE TABLE `catalog_category_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` datetime DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ENTITY_ID` (`row_id`),
KEY `CATALOG_CATEGORY_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_DTIME_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Datetime Attribute Backend Table';
CREATE TABLE `catalog_category_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` decimal(12,4) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ENTITY_ID` (`row_id`),
KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_DEC_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Decimal Attribute Backend Table';
CREATE TABLE `catalog_category_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` int(11) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_CATEGORY_ENTITY_INT_ENTITY_ID` (`row_id`),
KEY `CATALOG_CATEGORY_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_CATEGORY_ENTITY_INT_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_INT_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Integer Attribute Backend Table';
CREATE TABLE `catalog_category_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` text COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_CATEGORY_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_CATEGORY_ENTITY_TEXT_ENTITY_ID` (`row_id`),
KEY `CATALOG_CATEGORY_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_TEXT_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Category Text Attribute Backend Table';
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`row_id`),
KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_CTGR_ENTT_VCHR_ROW_ID_CAT_CTGR_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_category_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
CREATE TABLE `catalog_product_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` datetime DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_PRODUCT_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_DATETIME_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_DTIME_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Datetime Attribute Backend Table';
CREATE TABLE `catalog_product_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` decimal(12,4) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID` (`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_DECIMAL_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_DEC_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Decimal Attribute Backend Table';
CREATE TABLE `catalog_product_entity_gallery` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ENTITY_ID` (`row_id`),
KEY `CATALOG_PRODUCT_ENTITY_GALLERY_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_GALLERY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_GLR_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Gallery Attribute Backend Table';
CREATE TABLE `catalog_product_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` int(11) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_PRODUCT_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_PRODUCT_ENTITY_INT_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_INT_ROW_ID_CATALOG_PRODUCT_ENTITY_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE,
CONSTRAINT `CATALOG_PRODUCT_ENTITY_INT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Integer Attribute Backend Table';
CREATE TABLE `catalog_product_entity_media_gallery` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
`media_type` varchar(32) NOT NULL DEFAULT 'image' COMMENT 'Media entry type',
`disabled` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Visibility status',
PRIMARY KEY (`value_id`),
KEY `CATALOG_PRODUCT_ENTITY_MEDIA_GALLERY_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CAT_PRD_ENTT_MDA_GLR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Media Gallery Attribute Backend Table';
CREATE TABLE `catalog_product_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` text COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_PRODUCT_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_TEXT_ROW_ID_CATALOG_PRODUCT_ENTITY_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE,
CONSTRAINT `CATALOG_PRODUCT_ENTITY_TEXT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Text Attribute Backend Table';
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_STORE_ID` (`row_id`,`attribute_id`,`store_id`),
KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),
CONSTRAINT `CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CAT_PRD_ENTT_VCHR_ROW_ID_CAT_PRD_ENTT_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `catalog_product_entity` (`row_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
CREATE TABLE `customer_address_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` datetime DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_DTIME_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Datetime';
CREATE TABLE `customer_address_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_DEC_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_DEC_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Decimal';
CREATE TABLE `customer_address_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_INT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_INT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Int';
CREATE TABLE `customer_address_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` text NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_TEXT_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Text';
CREATE TABLE `customer_address_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ADDRESS_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CSTR_ADDR_ENTT_VCHR_ENTT_ID_CSTR_ADDR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_address_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Address Entity Varchar';
CREATE TABLE `customer_entity_datetime` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` datetime DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_DATETIME_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Datetime';
CREATE TABLE `customer_entity_decimal` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_DECIMAL_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Decimal';
CREATE TABLE `customer_entity_int` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` int(11) NOT NULL DEFAULT '0' COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_INT_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_INT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_INT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Int';
CREATE TABLE `customer_entity_text` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` text NOT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_TEXT_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CUSTOMER_ENTITY_TEXT_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_TEXT_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Text';
CREATE TABLE `customer_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID` (`entity_id`,`attribute_id`),
KEY `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_ATTRIBUTE_ID_VALUE` (`entity_id`,`attribute_id`,`value`),
CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `CUSTOMER_ENTITY_VARCHAR_ENTITY_ID_CUSTOMER_ENTITY_ENTITY_ID` FOREIGN KEY (`entity_id`) REFERENCES `customer_entity` (`entity_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Entity Varchar';
CREATE TABLE `customer_form_attribute` (
`form_code` varchar(32) NOT NULL COMMENT 'Form Code',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
PRIMARY KEY (`form_code`,`attribute_id`),
KEY `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `CUSTOMER_FORM_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Customer Form Attribute';
CREATE TABLE `salesrule_product_attribute` (
`row_id` int(10) unsigned NOT NULL COMMENT 'Version Id',
`website_id` smallint(5) unsigned NOT NULL COMMENT 'Website Id',
`customer_group_id` smallint(5) unsigned NOT NULL COMMENT 'Customer Group Id',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
PRIMARY KEY (`row_id`,`website_id`,`customer_group_id`,`attribute_id`),
KEY `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID` (`website_id`),
KEY `SALESRULE_PRODUCT_ATTRIBUTE_CUSTOMER_GROUP_ID` (`customer_group_id`),
KEY `SALESRULE_PRODUCT_ATTRIBUTE_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `SALESRULE_PRD_ATTR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_PRD_ATTR_CSTR_GROUP_ID_CSTR_GROUP_CSTR_GROUP_ID` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`customer_group_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_ROW_ID_SALESRULE_ROW_ID` FOREIGN KEY (`row_id`) REFERENCES `salesrule` (`row_id`) ON DELETE CASCADE,
CONSTRAINT `SALESRULE_PRODUCT_ATTRIBUTE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Salesrule Product Attribute';
CREATE TABLE `weee_tax` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value Id',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Id',
`country` varchar(2) DEFAULT NULL COMMENT 'Country',
`value` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
`state` int(11) NOT NULL DEFAULT '0' COMMENT 'State',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute Id',
PRIMARY KEY (`value_id`),
KEY `WEEE_TAX_WEBSITE_ID` (`website_id`),
KEY `WEEE_TAX_ENTITY_ID` (`entity_id`),
KEY `WEEE_TAX_COUNTRY` (`country`),
KEY `WEEE_TAX_ATTRIBUTE_ID` (`attribute_id`),
CONSTRAINT `WEEE_TAX_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE,
CONSTRAINT `WEEE_TAX_COUNTRY_DIRECTORY_COUNTRY_COUNTRY_ID` FOREIGN KEY (`country`) REFERENCES `directory_country` (`country_id`) ON DELETE CASCADE,
CONSTRAINT `WEEE_TAX_ENTITY_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE` FOREIGN KEY (`entity_id`) REFERENCES `sequence_product` (`sequence_value`) ON DELETE CASCADE,
CONSTRAINT `WEEE_TAX_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Weee Tax';
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
================================================
FILE: tests/integration/resource/post_processing/source.sql
================================================
================================================
FILE: tests/integration/resource/sales_increment/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `sales_sequence_meta`;
CREATE TABLE `sales_sequence_meta` (
`meta_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Id',
`entity_type` VARCHAR(32) NOT NULL COMMENT 'Prefix',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store Id',
`sequence_table` VARCHAR(32) NOT NULL COMMENT 'table for sequence',
PRIMARY KEY (`meta_id`),
UNIQUE INDEX `SALES_SEQUENCE_META_ENTITY_TYPE_STORE_ID` (`entity_type`, `store_id`)
)
COMMENT='sales_sequence_meta'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
DROP TABLE IF EXISTS `sales_sequence_profile`;
CREATE TABLE `sales_sequence_profile` (
`profile_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Id',
`meta_id` INT(10) UNSIGNED NOT NULL COMMENT 'Meta_id',
`prefix` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Prefix',
`suffix` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Suffix',
`start_value` INT(10) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Start value for sequence',
`step` INT(10) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Step for sequence',
`max_value` INT(10) UNSIGNED NOT NULL COMMENT 'MaxValue for sequence',
`warning_value` INT(10) UNSIGNED NOT NULL COMMENT 'WarningValue for sequence',
`is_active` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'isActive flag',
PRIMARY KEY (`profile_id`),
UNIQUE INDEX `SALES_SEQUENCE_PROFILE_META_ID_PREFIX_SUFFIX` (`meta_id`, `prefix`, `suffix`),
CONSTRAINT `SALES_SEQUENCE_PROFILE_META_ID_SALES_SEQUENCE_META_META_ID` FOREIGN KEY (`meta_id`) REFERENCES `sales_sequence_meta` (`meta_id`) ON DELETE CASCADE
)
COMMENT='sales_sequence_profile'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE `eav_entity_type` (
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` VARCHAR(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` VARCHAR(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` VARCHAR(100) NULL DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Increment Model',
`increment_per_store` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` VARCHAR(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Additional Attribute Table',
`entity_attribute_collection` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` VALUES
(11, 'order', 'Magento\\Sales\\Model\\ResourceModel\\Order', NULL, 'sales_order', '', '', 1, 'default', 11, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(16, 'invoice', 'Magento\\Sales\\Model\\ResourceModel\\Order\\Invoice', NULL, 'sales_order_entity', '', '', 1, 'default', 16, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(19, 'shipment', 'Magento\\Sales\\Model\\ResourceModel\\Order\\Shipment', NULL, 'sales_order_entity', '', '', 1, 'default', 19, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(23, 'creditmemo', 'Magento\\Sales\\Model\\ResourceModel\\Order\\Creditmemo', NULL, 'sales_order_entity', '', '', 1, 'default', 23, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', NULL, NULL),
(26, 'rma_item', 'Magento\\Rma\\Model\\ResourceModel\\Item', 'Magento\\Rma\\Model\\Item\\Attribute', 'magento_rma_item_entity', NULL, NULL, 1, 'default', 27, 'Magento\\Eav\\Model\\Entity\\Increment\\NumericValue', 1, 8, '0', 'magento_rma_item_eav_attribute', NULL);
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/sales_increment/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `core_store`;
CREATE TABLE `core_store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),
INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store` VALUES
(0, 'admin', 0, 0, 'Admin', 0, 1),
(1, 'default', 1, 1, 'Default Store View', 0, 1);
DROP TABLE IF EXISTS `core_store_group`;
CREATE TABLE `core_store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store_group` VALUES
(0, 0, 'Default', 0, 0),
(1, 1, 'Main Website Store', 2, 1);
DROP TABLE IF EXISTS `eav_entity_store`;
CREATE TABLE `eav_entity_store` (
`entity_store_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity Store Id',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`increment_prefix` VARCHAR(20) NULL DEFAULT NULL COMMENT 'Increment Prefix',
`increment_last_id` VARCHAR(50) NULL DEFAULT NULL COMMENT 'Last Incremented Id',
PRIMARY KEY (`entity_store_id`),
INDEX `IDX_EAV_ENTITY_STORE_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_EAV_ENTITY_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_EAV_ENTITY_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_EAV_ENTT_STORE_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Eav Entity Store'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_store` VALUES
(1, 1, 0, '0', '000000001'),
(2, 11, 1, '1', '100000003'),
(3, 16, 1, '1', '100000001'),
(4, 19, 1, '1', '100000001');
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
================================================
FILE: tests/integration/resource/sales_order/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `sales_order`
--
DROP TABLE IF EXISTS `sales_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_order` (
`entity_id` int(11) DEFAULT NULL,
`store_id` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_order`
--
LOCK TABLES `sales_order` WRITE;
UNLOCK TABLES;
--
-- Table structure for table `eav_entity_int`
--
DROP TABLE IF EXISTS `eav_entity_int`;
CREATE TABLE `eav_entity_int` (
`value_id` INT(11) NOT NULL AUTO_INCREMENT,
`entity_type_id` SMALLINT(5) NULL DEFAULT NULL,
`attribute_id` SMALLINT(5) NULL DEFAULT NULL,
`store_id` SMALLINT(5) NULL DEFAULT NULL,
`entity_id` INT(10) NULL DEFAULT NULL,
`value` INT(11) NULL DEFAULT NULL,
PRIMARY KEY (`value_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
LOCK TABLES `eav_entity_int` WRITE;
UNLOCK TABLES;
--
-- Table structure for table `eav_attribute`
--
DROP TABLE IF EXISTS `eav_attribute`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `eav_attribute` (
`attribute_code` VARCHAR(32) DEFAULT NULL,
`attribute_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT,
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (`attribute_id`),
UNIQUE INDEX `UNQ_EAV_ATTRIBUTE_ENTITY_TYPE_ID_ATTRIBUTE_CODE` (`entity_type_id`, `attribute_code`),
CONSTRAINT `FK_EAV_ATTRIBUTE_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON UPDATE CASCADE ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `eav_attribute`
--
LOCK TABLES `eav_attribute` WRITE;
INSERT INTO `eav_attribute` VALUES ('reward_points_balance_refunded',1,1),('reward_salesrule_points',2,1);
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/sales_order/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `sales_flat_order`
--
DROP TABLE IF EXISTS `sales_flat_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order` (
`entity_id` int(11) DEFAULT NULL,
`store_id` int(11) DEFAULT NULL,
`reward_points_balance_refunded` int(11) DEFAULT NULL,
`reward_salesrule_points` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order`
--
LOCK TABLES `sales_flat_order` WRITE;
INSERT INTO `sales_flat_order` VALUES (1,1,1,2),(2,1,1,NULL),(3,1,NULL,2);
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_varchar`
--
LOCK TABLES `catalog_product_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,3,41,0,1,'Root Catalog'),
(2,3,41,1,1,'Root Catalog'),
(3,3,41,0,2,'Default Category');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
--
-- Table structure for table `sales_flat_order`
--
DROP TABLE IF EXISTS `sales_flat_order`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `sales_flat_order` (
`entity_id` int(11) DEFAULT NULL,
`store_id` int(11) DEFAULT NULL,
`reward_points_balance_refunded` int(11) DEFAULT NULL,
`reward_salesrule_points` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `sales_flat_order`
--
LOCK TABLES `sales_flat_order` WRITE;
INSERT INTO `sales_flat_order` VALUES (1,1,1,2),(2,1,1,NULL),(3,1,NULL,2);
UNLOCK TABLES;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:38
================================================
FILE: tests/integration/resource/stores/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
CREATE TABLE `store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`)
);
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`)
);
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `store_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
PRIMARY KEY (`website_id`)
);
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `store_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`) VALUES (0, 'admin', 'Admin', 0, 0, 0);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
================================================
FILE: tests/integration/resource/stores/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
CREATE TABLE `core_store` (
`store_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`)
);
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (0, 'admin', 0, 0, 'Admin', 0, 1);
INSERT INTO `core_store` (`store_id`, `code`, `website_id`, `group_id`, `name`, `sort_order`, `is_active`) VALUES (1, 'default', 1, 1, 'English', 0, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `core_store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`)
);
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `core_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
`is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',
`master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',
`master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',
`visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',
PRIMARY KEY (`website_id`)
);
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
================================================
FILE: tests/integration/resource/tier_price/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
CREATE TABLE `catalog_product_entity_tier_price` (
`value_id` INT(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`all_groups` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',
`customer_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
`qty` DECIMAL(12,4) NOT NULL DEFAULT '1.0000' COMMENT 'QTY',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `UNQ_E8AB433B9ACB00343ABB312AD2FAB087` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `website_id`),
INDEX `CATALOG_PRODUCT_ENTITY_TIER_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
INDEX `CATALOG_PRODUCT_ENTITY_TIER_PRICE_WEBSITE_ID` (`website_id`)
)
COMMENT='Catalog Product Tier Price Attribute Backend Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
AUTO_INCREMENT=0
;
================================================
FILE: tests/integration/resource/tier_price/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
CREATE TABLE `catalog_product_entity_tier_price` (
`value_id` INT(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`all_groups` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',
`customer_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
`qty` DECIMAL(12,4) NOT NULL DEFAULT '1.0000' COMMENT 'QTY',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',
`custom_field` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `E8AB433B9ACB00343ABB312AD2FAB087` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `website_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_TIER_PRICE_ENTITY_ID` (`entity_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_TIER_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_TIER_PRICE_WEBSITE_ID` (`website_id`)
)
COMMENT='Catalog Product Tier Price Attribute Backend Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
AUTO_INCREMENT=0
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `catalog_product_entity_tier_price` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `value`, `website_id`) VALUES ('1', '0', '1', '1.0000', '15.0000', '0');
INSERT INTO `catalog_product_entity_tier_price` (`entity_id`, `all_groups`, `customer_group_id`, `qty`, `value`, `website_id`) VALUES ('6', '0', '2', '3.0000', '85.0000', '0');
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
CREATE TABLE `catalog_product_entity_group_price` (
`value_id` INT(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`all_groups` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Is Applicable To All Customer Groups',
`customer_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Customer Group ID',
`value` DECIMAL(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Value',
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website ID',
PRIMARY KEY (`value_id`),
UNIQUE INDEX `CC12C83765B562314470A24F2BDD0F36` (`entity_id`, `all_groups`, `customer_group_id`, `website_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_ENTITY_ID` (`entity_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_CUSTOMER_GROUP_ID` (`customer_group_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_GROUP_PRICE_WEBSITE_ID` (`website_id`)
)
COMMENT='Catalog Product Group Price Attribute Backend Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
AUTO_INCREMENT=0
;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
INSERT INTO `catalog_product_entity_group_price` (`entity_id`, `all_groups`, `customer_group_id`, `value`, `website_id`) VALUES ('1', '0', '1', '10.0000', '0');
INSERT INTO `catalog_product_entity_group_price` (`entity_id`, `all_groups`, `customer_group_id`, `value`, `website_id`) VALUES ('6', '0', '3', '95.0000', '0');
/*!40101 SET SQL_MODE=IFNULL(@OLD_INSERT_SQL_MODE,'') */;
================================================
FILE: tests/integration/resource/url_rewrite_11410/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `url_rewrite`
--
DROP TABLE IF EXISTS `url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
`entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',
`target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',
`redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
`description` varchar(255) DEFAULT NULL COMMENT 'Description',
`is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',
`metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),
KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),
KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,41,0,1,'Root Catalog'),
(2,41,0,2,'Default Category'),
(3,48,0,2,'PRODUCTS');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_url_rewrite_product_category`
--
DROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_url_rewrite_product_category` (
`url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',
`category_id` int(10) unsigned NOT NULL COMMENT 'category_id',
`product_id` int(10) unsigned NOT NULL COMMENT 'product_id',
KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),
KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_url_rewrite_product_category`
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/url_rewrite_11410/source.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Dumping structure for magento1.cms_page
DROP TABLE IF EXISTS `cms_page`;
CREATE TABLE IF NOT EXISTS `cms_page` (
`page_id` smallint(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',
`title` varchar(255) DEFAULT NULL COMMENT 'Page Title',
`root_template` varchar(255) DEFAULT NULL COMMENT 'Page Template',
`meta_keywords` text COMMENT 'Page Meta Keywords',
`meta_description` text COMMENT 'Page Meta Description',
`identifier` varchar(100) DEFAULT NULL COMMENT 'Page String Identifier',
`content_heading` varchar(255) DEFAULT NULL COMMENT 'Page Content Heading',
`content` mediumtext COMMENT 'Page Content',
`creation_time` timestamp NULL DEFAULT NULL COMMENT 'Page Creation Time',
`update_time` timestamp NULL DEFAULT NULL COMMENT 'Page Modification Time',
`is_active` smallint(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',
`sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',
`layout_update_xml` text COMMENT 'Page Layout Update Content',
`custom_theme` varchar(100) DEFAULT NULL COMMENT 'Page Custom Theme',
`custom_root_template` varchar(255) DEFAULT NULL COMMENT 'Page Custom Template',
`custom_layout_update_xml` text COMMENT 'Page Custom Layout Update Content',
`custom_theme_from` date DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',
`custom_theme_to` date DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',
`published_revision_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',
`website_root` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Website Root',
`under_version_control` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',
PRIMARY KEY (`page_id`),
KEY `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COMMENT='CMS Page Table';
-- Dumping data for table magento1.cms_page: ~10 rows
-- DELETE FROM `cms_page`;
/*!40000 ALTER TABLE `cms_page` DISABLE KEYS */;
INSERT INTO `cms_page` (`page_id`, `title`, `root_template`, `meta_keywords`, `meta_description`, `identifier`, `content_heading`, `content`, `creation_time`, `update_time`, `is_active`, `sort_order`, `layout_update_xml`, `custom_theme`, `custom_root_template`, `custom_layout_update_xml`, `custom_theme_from`, `custom_theme_to`, `published_revision_id`, `website_root`, `under_version_control`) VALUES
(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', NULL, '\r\n
We are sorry, but the page you are looking for cannot be found. \r\n \r\n
\r\n If you typed the URL directly, please make sure the spelling is correct. \r\n If you clicked on a link to get here, we must have moved the content.\r\n Please try our store search box above to search for an item. \r\n If you are not sure how you got here,\r\n go back to the previous page\r\n or return to our store homepage . \r\n \r\n
\n\n\r\n', '2015-10-09 15:15:23', '2015-10-09 15:15:23', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(2, 'Home page', 'two_columns_right', NULL, NULL, 'home', NULL, '
Home Page ', '2015-10-09 15:15:24', '2015-10-09 15:15:42', 1, 0, '', NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(3, 'About Us', 'two_columns_right', NULL, NULL, 'about-magento-demo-store', NULL, '\r\n\r\n
About Magento Store \r\n\r\n\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec,\r\ntempus vitae, iaculis semper, pede.
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\r\nMorbi luctus. Duis lobortis. Nulla nec velit. Mauris pulvinar erat non massa. Suspendisse tortor turpis,\r\nporta nec, tempus vitae, iaculis semper, pede. Cras vel libero id lectus rhoncus porta.
\r\n
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus.\r\nDuis lobortis. Nulla nec velit.
\r\n
Vivamus tortor nisl, lobortis in, faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper.\r\nPhasellus id massa. Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada\r\nfames ac turpis egestas. Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac,\r\ntempus nec, tempor nec, justo.
\r\n
Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci, sit amet aliquet lectus dolor et quam.\r\nPellentesque consequat luctus purus. Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.\r\nVestibulum sapien dolor, aliquet nec, porta ac, malesuada a, libero. Praesent feugiat purus eget est.\r\nNulla facilisi. Vestibulum tincidunt sapien eu velit. Mauris purus. Maecenas eget mauris eu orci accumsan feugiat.\r\nPellentesque eget velit. Nunc tincidunt.
\r\n
\r\n
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper
\r\n
Maecenas ullamcorper, odio vel tempus egestas, dui orci faucibus orci,\r\nsit amet aliquet lectus dolor et quam. Pellentesque consequat luctus purus.
\r\n
Nunc et risus. Etiam a nibh. Phasellus dignissim metus eget nisi.
\r\n
\r\n
To all of you, from all of us at Magento Store - Thank you and Happy eCommerce!
\r\n
John Doe \r\nSome important guy
\r\n
', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(4, 'Customer Service', 'three_columns', NULL, NULL, 'customer-service', NULL, '\r\n
Customer Service \r\n\r\n\r\n\r\nShipping & Delivery \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nPrivacy & Security \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nReturns & Replacements \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nOrdering \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nPayment, Pricing & Promotions \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\nPellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\nNunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\njusto. \r\nViewing Orders \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\nMauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\nCras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\nfaucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\n justo. \r\nUpdating Account Information \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Morbi luctus. Duis lobortis. Nulla nec velit.\r\n Mauris pulvinar erat non massa. Suspendisse tortor turpis, porta nec, tempus vitae, iaculis semper, pede.\r\n Cras vel libero id lectus rhoncus porta. Suspendisse convallis felis ac enim. Vivamus tortor nisl, lobortis in,\r\n faucibus et, tempus at, dui. Nunc risus. Proin scelerisque augue. Nam ullamcorper. Phasellus id massa.\r\n Pellentesque nisl. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.\r\n Nunc augue. Aenean sed justo non leo vehicula laoreet. Praesent ipsum libero, auctor ac, tempus nec, tempor nec,\r\n justo. \r\n ', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(5, 'Enable Cookies', 'one_column', NULL, NULL, 'enable-cookies', NULL, '\r\n
\r\n \r\n \r\n Please enable cookies in your web browser to continue. \r\n \r\n \r\n \r\n
\r\n
What are Cookies?\r\n
\r\n
Cookies are short pieces of data that are sent to your computer when you visit a website.\r\n On later visits, this data is then returned to that website. Cookies allow us to recognize you automatically\r\n whenever you visit our site so that we can personalize your experience and provide you with better service.\r\n We also use cookies (and similar browser data, such as Flash cookies) for fraud prevention and other purposes.\r\n If your web browser is set to refuse cookies from our website, you will not be able to complete a purchase\r\n or take advantage of certain features of our website, such as storing items in your Shopping Cart or\r\n receiving personalized recommendations. As a result, we strongly encourage you to configure your web\r\n browser to accept cookies from our website.
\r\n
Enabling Cookies \r\n
\r\n
Internet Explorer 7.x\r\n
\r\n \r\n Start Internet Explorer
\r\n \r\n \r\n Under the Tools menu, click Internet Options
\r\n
\r\n \r\n \r\n Click the Privacy tab
\r\n
\r\n \r\n \r\n Click the Advanced button
\r\n
\r\n \r\n \r\n Put a check mark in the box for Override Automatic Cookie Handling ,\r\n put another check mark in the Always accept session cookies box
\r\n
\r\n \r\n \r\n Click OK
\r\n
\r\n \r\n \r\n Click OK
\r\n
\r\n \r\n \r\n Restart Internet Explore
\r\n \r\n \r\n
Back to Top
\r\n
Internet Explorer 6.x\r\n
\r\n \r\n Select Internet Options from the Tools menu
\r\n
\r\n \r\n \r\n Click on the Privacy tab
\r\n \r\n \r\n Click the Default button (or manually slide the bar down to Medium )\r\n under Settings . Click OK
\r\n
\r\n \r\n \r\n
Back to Top
\r\n
Mozilla/Firefox\r\n
\r\n \r\n Click on the Tools -menu in Mozilla
\r\n \r\n \r\n Click on the Options... item in the menu - a new window open
\r\n \r\n \r\n Click on the Privacy selection in the left part of the window. (See image below)
\r\n
\r\n \r\n \r\n Expand the Cookies section
\r\n \r\n \r\n Check the Enable cookies and Accept cookies normally checkboxes
\r\n \r\n \r\n Save changes by clicking Ok .
\r\n \r\n \r\n
Back to Top
\r\n
Opera 7.x\r\n
\r\n \r\n Click on the Tools menu in Opera
\r\n \r\n \r\n Click on the Preferences... item in the menu - a new window open
\r\n \r\n \r\n Click on the Privacy selection near the bottom left of the window. (See image below)
\r\n
\r\n \r\n \r\n The Enable cookies checkbox must be checked, and Accept all cookies \r\n should be selected in the "Normal cookies " drop-down
\r\n \r\n \r\n Save changes by clicking Ok
\r\n \r\n \r\n
Back to Top
\r\n
\r\n', '2015-10-09 15:15:24', '2015-10-09 15:15:24', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(6, 'Privacy Policy', 'one_column', NULL, NULL, 'privacy-policy-cookie-restriction-mode', 'Privacy Policy', '\r\n Please replace this text with you Privacy Policy.\r\n Please add any additional cookies your website uses below (e.g., Google Analytics)\r\n
\r\n\r\n This privacy policy sets out how {{config path="general/store_information/name"}} uses and protects any information\r\n that you give {{config path="general/store_information/name"}} when you use this website.\r\n {{config path="general/store_information/name"}} is committed to ensuring that your privacy is protected.\r\n Should we ask you to provide certain information by which you can be identified when using this website,\r\n then you can be assured that it will only be used in accordance with this privacy statement.\r\n {{config path="general/store_information/name"}} may change this policy from time to time by updating this page.\r\n You should check this page from time to time to ensure that you are happy with any changes.\r\n
\r\nWhat we collect \r\nWe may collect the following information:
\r\n\r\n name \r\n contact information including email address \r\n demographic information such as postcode, preferences and interests \r\n other information relevant to customer surveys and/or offers \r\n \r\n\r\n For the exhaustive list of cookies we collect see the List of cookies we collect section.\r\n
\r\nWhat we do with the information we gather \r\n\r\n We require this information to understand your needs and provide you with a better service,\r\n and in particular for the following reasons:\r\n
\r\n\r\n Internal record keeping. \r\n We may use the information to improve our products and services. \r\n \r\n We may periodically send promotional emails about new products, special offers or other information which we\r\n think you may find interesting using the email address which you have provided.\r\n \r\n \r\n From time to time, we may also use your information to contact you for market research purposes.\r\n We may contact you by email, phone, fax or mail. We may use the information to customise the website\r\n according to your interests.\r\n \r\n \r\nSecurity \r\n\r\n We are committed to ensuring that your information is secure. In order to prevent unauthorised access or disclosure,\r\n we have put in place suitable physical, electronic and managerial procedures to safeguard and secure\r\n the information we collect online.\r\n
\r\nHow we use cookies \r\n\r\n A cookie is a small file which asks permission to be placed on your computer\'s hard drive.\r\n Once you agree, the file is added and the cookie helps analyse web traffic or lets you know when you visit\r\n a particular site. Cookies allow web applications to respond to you as an individual. The web application\r\n can tailor its operations to your needs, likes and dislikes by gathering and remembering information about\r\n your preferences.\r\n
\r\n\r\n We use traffic log cookies to identify which pages are being used. This helps us analyse data about web page traffic\r\n and improve our website in order to tailor it to customer needs. We only use this information for statistical\r\n analysis purposes and then the data is removed from the system.\r\n
\r\n\r\n Overall, cookies help us provide you with a better website, by enabling us to monitor which pages you find useful\r\n and which you do not. A cookie in no way gives us access to your computer or any information about you,\r\n other than the data you choose to share with us. You can choose to accept or decline cookies.\r\n Most web browsers automatically accept cookies, but you can usually modify your browser setting\r\n to decline cookies if you prefer. This may prevent you from taking full advantage of the website.\r\n
\r\nLinks to other websites \r\n\r\n Our website may contain links to other websites of interest. However, once you have used these links\r\n to leave our site, you should note that we do not have any control over that other website.\r\n Therefore, we cannot be responsible for the protection and privacy of any information which you provide whilst\r\n visiting such sites and such sites are not governed by this privacy statement.\r\n You should exercise caution and look at the privacy statement applicable to the website in question.\r\n
\r\nControlling your personal information \r\nYou may choose to restrict the collection or use of your personal information in the following ways:
\r\n\r\n \r\n whenever you are asked to fill in a form on the website, look for the box that you can click to indicate\r\n that you do not want the information to be used by anybody for direct marketing purposes\r\n \r\n \r\n if you have previously agreed to us using your personal information for direct marketing purposes,\r\n you may change your mind at any time by writing to or emailing us at\r\n {{config path="trans_email/ident_general/email"}}\r\n \r\n \r\n\r\n We will not sell, distribute or lease your personal information to third parties unless we have your permission\r\n or are required by law to do so. We may use your personal information to send you promotional information\r\n about third parties which we think you may find interesting if you tell us that you wish this to happen.\r\n
\r\n\r\n You may request details of personal information which we hold about you under the Data Protection Act 1998.\r\n A small fee will be payable. If you would like a copy of the information held on you please write to\r\n {{config path="general/store_information/address"}}.\r\n
\r\n\r\n If you believe that any information we are holding on you is incorrect or incomplete,\r\n please write to or email us as soon as possible, at the above address.\r\n We will promptly correct any information found to be incorrect.\r\n
\r\n List of cookies we collect \r\nThe table below lists the cookies we collect and what information they store.
\r\n\r\n \r\n \r\n COOKIE name \r\n COOKIE Description \r\n \r\n \r\n \r\n \r\n CART \r\n The association with your shopping cart. \r\n \r\n \r\n CATEGORY_INFO \r\n Stores the category info on the page, that allows to display pages more quickly. \r\n \r\n \r\n COMPARE \r\n The items that you have in the Compare Products list. \r\n \r\n \r\n CURRENCY \r\n Your preferred currency \r\n \r\n \r\n CUSTOMER \r\n An encrypted version of your customer id with the store. \r\n \r\n \r\n CUSTOMER_AUTH \r\n An indicator if you are currently logged into the store. \r\n \r\n \r\n CUSTOMER_INFO \r\n An encrypted version of the customer group you belong to. \r\n \r\n \r\n CUSTOMER_SEGMENT_IDS \r\n Stores the Customer Segment ID \r\n \r\n \r\n EXTERNAL_NO_CACHE \r\n A flag, which indicates whether caching is disabled or not. \r\n \r\n \r\n FRONTEND \r\n You sesssion ID on the server. \r\n \r\n \r\n GUEST-VIEW \r\n Allows guests to edit their orders. \r\n \r\n \r\n LAST_CATEGORY \r\n The last category you visited. \r\n \r\n \r\n LAST_PRODUCT \r\n The most recent product you have viewed. \r\n \r\n \r\n NEWMESSAGE \r\n Indicates whether a new message has been received. \r\n \r\n \r\n NO_CACHE \r\n Indicates whether it is allowed to use cache. \r\n \r\n \r\n PERSISTENT_SHOPPING_CART \r\n A link to information about your cart and viewing history if you have asked the site. \r\n \r\n \r\n POLL \r\n The ID of any polls you have recently voted in. \r\n \r\n \r\n POLLN \r\n Information on what polls you have voted on. \r\n \r\n \r\n RECENTLYCOMPARED \r\n The items that you have recently compared. \r\n \r\n \r\n STF \r\n Information on products you have emailed to friends. \r\n \r\n \r\n STORE \r\n The store view or language you have selected. \r\n \r\n \r\n USER_ALLOWED_SAVE_COOKIE \r\n Indicates whether a customer allowed to use cookies. \r\n \r\n \r\n VIEWED_PRODUCT_IDS \r\n The products that you have recently viewed. \r\n \r\n \r\n WISHLIST \r\n An encrypted list of products added to your Wishlist. \r\n \r\n \r\n WISHLIST_CNT \r\n The number of items in your Wishlist. \r\n \r\n \r\n
', '2015-10-09 15:15:25', '2015-10-09 15:15:25', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(7, '503 Service Unavailable', 'one_column', NULL, NULL, 'service-unavailable', NULL, '
We\'re Offline... \r\n...but only for just a bit. We\'re working to make the Magento Enterprise Demo a better place for you!
', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(8, 'Welcome to our Exclusive Online Store', 'one_column', NULL, NULL, 'private-sales', NULL, '\r\n
\r\n
\r\n
Welcome to our Exclusive Online Store \r\n
If you are a registered member, please log in here .
\r\n
Magento is the leading hub for exclusive specialty items for all your home, apparel and entertainment needs!
\r\n
\r\n
\r\n
', '2015-10-09 15:15:43', '2015-10-09 15:15:43', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0),
(9, 'Reward Points', 'one_column', NULL, NULL, 'reward-points', 'Reward Points', 'The Reward Points Program allows you to earn points for certain actions you take on the site. Points are awarded based on making purchases and customer actions such as submitting reviews.
\r\n\r\nBenefits of Reward Points for Registered Customers \r\nOnce you register you will be able to earn and accrue reward points, which are then redeemable at time of purchase towards the cost of your order. Rewards are an added bonus to your shopping experience on the site and just one of the ways we thank you for being a loyal customer.
\r\n\r\nEarning Reward Points \r\nRewards can currently be earned for the following actions:
\r\n\r\nMaking purchases — every time you make a purchase you earn points based on the price of products purchased and these points are added to your Reward Points balance. \r\nRegistering on the site. \r\nSubscribing to a newsletter for the first time. \r\nSending Invitations — Earn points by inviting your friends to join the site. \r\nConverting Invitations to Customer — Earn points for every invitation you send out which leads to your friends registering on the site. \r\nConverting Invitations to Order — Earn points for every invitation you send out which leads to a sale. \r\nReview Submission — Earn points for submitting product reviews. \r\nNew Tag Submission — Earn points for adding tags to products. \r\n \r\n\r\nReward Points Exchange Rates \r\nThe value of reward points is determined by an exchange rate of both currency spent on products to points, and an exchange rate of points earned to currency for spending on future purchases.
\r\n\r\nRedeeming Reward Points \r\nYou can redeem your reward points at checkout. If you have accumulated enough points to redeem them you will have the option of using points as one of the payment methods. The option to use reward points, as well as your balance and the monetary equivalent this balance, will be shown to you in the Payment Method area of the checkout. Redeemable reward points can be used in conjunction with other payment methods such as credit cards, gift cards and more.
\r\n
\r\n\r\nReward Points Minimums and Maximums \r\nReward points may be capped at a minimum value required for redemption. If this option is selected you will not be able to use your reward points until you accrue a minimum number of points, at which point they will become available for redemption.
\r\nReward points may also be capped at the maximum value of points which can be accrued. If this option is selected you will need to redeem your accrued points before you are able to earn more points.
\r\n\r\nManaging My Reward Points \r\nYou have the ability to view and manage your points through your Customer Account . From your account you will be able to view your total points (and currency equivalent), minimum needed to redeem, whether you have reached the maximum points limit and a cumulative history of points acquired, redeemed and lost. The history record will retain and display historical rates and currency for informational purposes. The history will also show you comprehensive informational messages regarding points, including expiration notifications.
\r\n
\r\n\r\nReward Points Expiration \r\nReward points can be set to expire. Points will expire in the order form which they were first earned.
\r\nNote : You can sign up to receive email notifications each time your balance changes when you either earn, redeem or lose points, as well as point expiration notifications. This option is found in the Reward Points section of the My Account area.
\r\n', '2015-10-09 15:15:44', '2015-10-09 15:15:44', 1, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0);
/*!40000 ALTER TABLE `cms_page` ENABLE KEYS */;
-- Dumping structure for magento1.cms_page_store
DROP TABLE IF EXISTS `cms_page_store`;
CREATE TABLE IF NOT EXISTS `cms_page_store` (
`page_id` smallint(6) NOT NULL COMMENT 'Page ID',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
PRIMARY KEY (`page_id`,`store_id`),
KEY `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='CMS Page To Store Linkage Table';
-- Dumping data for table magento1.cms_page_store: ~9 rows
DELETE FROM `cms_page_store`;
/*!40000 ALTER TABLE `cms_page_store` DISABLE KEYS */;
INSERT INTO `cms_page_store` (`page_id`, `store_id`) VALUES
(1, 0),
(2, 0),
(3, 0),
(4, 0),
(5, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0);
/*!40000 ALTER TABLE `cms_page_store` ENABLE KEYS */;
--
-- Table structure for table `core_store`
--
DROP TABLE IF EXISTS `core_store`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_store` (
`store_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Store Id',
`code` varchar(32) DEFAULT NULL COMMENT 'Code',
`website_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` varchar(255) NOT NULL COMMENT 'Store Name',
`sort_order` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE KEY `UNQ_CORE_STORE_CODE` (`code`),
KEY `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
KEY `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`,`sort_order`),
KEY `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Stores';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_store`
--
LOCK TABLES `core_store` WRITE;
/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;
INSERT INTO `core_store` VALUES
(0,'admin',0,0,'Admin',0,1),
(1,'default',1,1,'Default Store View',0,1),
(2,'de',1,1,'German',0,1),
(3,'mw_store_02',1,2,'MWStore View02',0,1);
/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `core_config_data`
--
DROP TABLE IF EXISTS `core_config_data`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `core_config_data` (
`config_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Config Id',
`scope` varchar(8) NOT NULL DEFAULT 'default' COMMENT 'Config Scope',
`scope_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Config Scope Id',
`path` varchar(255) NOT NULL DEFAULT 'general' COMMENT 'Config Path',
`value` text COMMENT 'Config Value',
PRIMARY KEY (`config_id`),
UNIQUE KEY `UNQ_CORE_CONFIG_DATA_SCOPE_SCOPE_ID_PATH` (`scope`,`scope_id`,`path`)
) ENGINE=InnoDB AUTO_INCREMENT=121 DEFAULT CHARSET=utf8 COMMENT='Config Data';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `core_config_data`
--
LOCK TABLES `core_config_data` WRITE;
/*!40000 ALTER TABLE `core_config_data` DISABLE KEYS */;
INSERT INTO `core_config_data` VALUES
(1,'default',0,'catalog/seo/product_url_suffix','.html'),
(2,'default',0,'catalog/seo/category_url_suffix','.html'),
(3,'websites',1,'catalog/seo/product_url_suffix','.html1'),
(4,'stores',3,'catalog/seo/product_url_suffix','.html2');
/*!40000 ALTER TABLE `core_config_data` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_url_rewrite`
--
DROP TABLE IF EXISTS `enterprise_url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Url Rewrite Id',
`request_path` varchar(255) NOT NULL COMMENT 'Request Path',
`target_path` varchar(255) NOT NULL COMMENT 'Target path',
`is_system` smallint(5) unsigned NOT NULL COMMENT 'Is url rewrite System',
`guid` varchar(32) NOT NULL COMMENT 'GUID',
`identifier` varchar(255) NOT NULL COMMENT 'Unique url identifier',
`inc` int(10) unsigned NOT NULL DEFAULT '1' COMMENT 'Url increment',
`value_id` int(10) unsigned NOT NULL COMMENT 'Entity table identifier',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
`entity_type` smallint(5) unsigned NOT NULL COMMENT 'Url Rewrite Entity Type',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REQUEST_PATH_STORE_ID_ENTITY_TYPE` (`request_path`,`store_id`,`entity_type`),
KEY `IDX_ENTERPRISE_URL_REWRITE_IDENTIFIER` (`identifier`),
KEY `IDX_ENTERPRISE_URL_REWRITE_VALUE_ID_GUID` (`value_id`,`guid`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8 COMMENT='URL Rewrite';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_url_rewrite`
--
LOCK TABLES `enterprise_url_rewrite` WRITE;
/*!40000 ALTER TABLE `enterprise_url_rewrite` DISABLE KEYS */;
INSERT INTO `enterprise_url_rewrite` VALUES
(1,'test','catalog/category/view/id/3',1,'aafdc55c2b13623895ba2f0d586f69e1','test',1,3,1,2),
(28,'test2','catalog/category/view/id/4',1,'e310bd9490c57030e520593d9eb6ce2e','test2',1,4,1,2),
(29,'test2','catalog/category/view/id/4',1,'ecb44f765c18a3af00f24128d8b6a3b8','test2',1,4,2,2),
(30,'test','catalog/category/view/id/3',1,'962b97814939018fb8477ca2e7e03c35','test',1,3,2,2),
(33,'test2/test3','catalog/category/view/id/5',1,'e0afb234ba3561cdbaba88938a562a4b','test2/test3',1,5,1,2),
(34,'test2/test3','catalog/category/view/id/5',1,'9b0dfaa6bee6bf08eabe6b185fdf2df8','test2/test3',1,5,2,2),
(35,'test','catalog/category/view/id/3',1,'c8cab577a8c630cd873427bb6b90f96d','test',1,3,3,2),
(36,'test2','catalog/category/view/id/4',1,'10eaef8757f416c135a609dbec41ea77','test2',1,4,3,2),
(37,'test2/test3','catalog/category/view/id/5',1,'ed3ccf135ec704e3df20648b5ae7b8b0','test2/test3',1,5,3,2),
(46,'test','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test',1,10,0,3),
(47,'test-product','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-product',1,11,3,3),
(48,'test-store-first','catalog/product/view/id/4',1,'79cd63a34f1f50f3a38cda4ef9591534','test-store-first',1,12,1,3),
(49,'test1.html','contacts',0,'4a0c0b790c2cb138ef699611f922339b','test1.html',1,1,1,1),
(50,'test2/test3/test_product.html','catalog/product/view/id/4/category/5',0,'4a0c0b790c2cb138ef699611f922339b','test2/test3/test_product.html',1,2,1,1),
(52,'test1','catalog/category/view/id/6',1,'a5d86e86af7f3b8b870bd5378d5084f2','test1',1,6,1,2),
(53,'test1','catalog/category/view/id/6',1,'69c325cf7b8a05180bda36bc511c1cce','test1',1,6,2,2),
(54,'test1','catalog/category/view/id/6',1,'f7011308e6f8f4e431bca3efdd1026f0','test1',1,6,3,2),
(55,'test1','catalog/product/view/id/5',1,'ada15e3563bf79b2d5c67d5cd5069e68','test1',1,13,0,3),
(56,'test4','catalog/category/view/id/7',1,'bd0ccc57528c1f3f086e6a82b83741a6','test4',1,7,1,2),
(57,'test4','catalog/category/view/id/7',1,'6eff0e8bfa846138f11cfb4a7bf5410d','test4',1,7,2,2),
(58,'test4','catalog/category/view/id/7',1,'d7f037bfe70bc4681d129bc7f5dcc76d','test4',1,7,3,2),
(59,'test5.html','contacts',0,'941ecaa436b59edf3c32e6f58c666697','test5.html',1,6,1,1),
(60,'test5','catalog/category/view/id/8',1,'74c8106e92344a3dcbf5732d6d8534fd','test5',1,8,1,2),
(61,'test5','catalog/category/view/id/8',1,'6d98585d20ddb1677a4e6458dabfe6be','test5',1,8,2,2),
(62,'test5','catalog/category/view/id/8',1,'8375e1e3b337311dde8a4b84e5e05c3f','test5',1,8,3,2);
/*!40000 ALTER TABLE `enterprise_url_rewrite` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `enterprise_url_rewrite_redirect`
--
DROP TABLE IF EXISTS `enterprise_url_rewrite_redirect`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `enterprise_url_rewrite_redirect` (
`redirect_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Redirect Id',
`identifier` varchar(255) NOT NULL COMMENT 'Url identifier',
`target_path` varchar(255) NOT NULL COMMENT 'Target path',
`options` varchar(255) DEFAULT NULL COMMENT 'Redirect options',
`description` varchar(255) DEFAULT NULL COMMENT 'Description',
`category_id` int(10) unsigned DEFAULT NULL COMMENT 'Category Id',
`product_id` int(10) unsigned DEFAULT NULL COMMENT 'Product Id',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
PRIMARY KEY (`redirect_id`),
UNIQUE KEY `UNQ_ENTERPRISE_URL_REWRITE_REDIRECT_IDENTIFIER_STORE_ID` (`identifier`,`store_id`),
KEY `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),
KEY `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_ENT_URL_REWRITE_REDIRECT_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COMMENT='Permanent redirect';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `enterprise_url_rewrite_redirect`
--
LOCK TABLES `enterprise_url_rewrite_redirect` WRITE;
/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` DISABLE KEYS */;
INSERT INTO `enterprise_url_rewrite_redirect` VALUES
(1,'test1.html','catalog/category/view/id/6','RP',NULL,6,NULL,1),
(2,'test2/test3/test_product.html','catalog/product/view/id/4/category/5','RP',NULL,5,4,1),
(3,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,2),
(4,'test1.html','catalog/category/view/id/6',NULL,NULL,6,NULL,3),
(6,'test5.html','contacts','RP',NULL,NULL,NULL,1);
/*!40000 ALTER TABLE `enterprise_url_rewrite_redirect` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_url_key`
--
DROP TABLE IF EXISTS `catalog_category_entity_url_key`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_url_key` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Category Url Key',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID_STORE_ID` (`entity_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_URL_KEY_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Url Key Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_url_key`
--
LOCK TABLES `catalog_category_entity_url_key` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_url_key` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_url_key` VALUES
(1,3,43,1,1,'root-catalog'),
(2,3,43,1,2,'default-category'),
(3,3,43,0,3,'test'),
(4,3,43,0,4,'test2'),
(5,3,43,0,5,'test3'),
(6,3,43,0,6,'test1'),
(7,3,43,0,7,'test4'),
(8,3,43,0,8,'test5');
/*!40000 ALTER TABLE `catalog_category_entity_url_key` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_url_key`
--
DROP TABLE IF EXISTS `catalog_product_entity_url_key`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_url_key` (
`value_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Product Url Key',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_URL_KEY_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
UNIQUE KEY `UNQ_CATALOG_PRODUCT_ENTITY_URL_KEY_VALUE` (`value`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_URL_KEY_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_URL_KEY_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_URL_KEY_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Url Key Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_url_key`
--
LOCK TABLES `catalog_product_entity_url_key` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_url_key` DISABLE KEYS */;
INSERT INTO `catalog_product_entity_url_key` VALUES
(10,4,97,0,4,'test'),
(11,4,97,3,4,'test-product'),
(12,4,97,1,4,'test-store-first'),
(13,4,97,0,5,'test1');
/*!40000 ALTER TABLE `catalog_product_entity_url_key` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_product`
--
DROP TABLE IF EXISTS `catalog_category_product`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_product` (
`category_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',
`product_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',
`position` int(11) NOT NULL DEFAULT '0' COMMENT 'Position',
PRIMARY KEY (`category_id`,`product_id`),
KEY `IDX_CATALOG_CATEGORY_PRODUCT_PRODUCT_ID` (`product_id`),
CONSTRAINT `FK_CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Category Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_product`
--
LOCK TABLES `catalog_category_product` WRITE;
/*!40000 ALTER TABLE `catalog_category_product` DISABLE KEYS */;
INSERT INTO `catalog_category_product` VALUES
(3,4,1),
(3,5,1),
(4,4,1),
(5,4,0);
/*!40000 ALTER TABLE `catalog_category_product` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_website`
--
DROP TABLE IF EXISTS `catalog_product_website`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_website` (
`product_id` int(10) unsigned NOT NULL COMMENT 'Product ID',
`website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',
PRIMARY KEY (`product_id`,`website_id`),
KEY `IDX_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID` (`website_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_WEBSITE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_WS_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product To Website Linkage Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_website`
--
LOCK TABLES `catalog_product_website` WRITE;
/*!40000 ALTER TABLE `catalog_product_website` DISABLE KEYS */;
INSERT INTO `catalog_product_website` VALUES
(4,1),
(5,1);
/*!40000 ALTER TABLE `catalog_product_website` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
CONSTRAINT `FK_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_PRD_ENTT_VCHR_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_product_entity_varchar`
--
LOCK TABLES `catalog_product_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` DISABLE KEYS */;
/*!40000 ALTER TABLE `catalog_product_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_type_id`,`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`),
CONSTRAINT `FK_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ATTR_ID_EAV_ATTR_ATTR_ID` FOREIGN KEY (`attribute_id`) REFERENCES `eav_attribute` (`attribute_id`) ON DELETE CASCADE ON UPDATE CASCADE,
CONSTRAINT `FK_CAT_CTGR_ENTT_VCHR_ENTT_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE ON UPDATE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,3,41,0,1,'Root Catalog'),
(2,3,41,1,1,'Root Catalog'),
(3,3,41,0,2,'Default Category');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:38
================================================
FILE: tests/integration/resource/url_rewrite_191/dest.sql
================================================
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `url_rewrite`
--
DROP TABLE IF EXISTS `url_rewrite`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `url_rewrite` (
`url_rewrite_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
`entity_type` varchar(32) NOT NULL COMMENT 'Entity type code',
`entity_id` int(10) unsigned NOT NULL COMMENT 'Entity ID',
`request_path` varchar(255) DEFAULT NULL COMMENT 'Request Path',
`target_path` varchar(255) DEFAULT NULL COMMENT 'Target Path',
`redirect_type` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Redirect Type',
`store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',
`description` varchar(255) DEFAULT NULL COMMENT 'Description',
`is_autogenerated` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Is rewrite generated automatically flag',
`metadata` varchar(255) DEFAULT NULL COMMENT 'Meta data for url rewrite',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE KEY `UNQ_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`,`store_id`),
KEY `IDX_URL_REWRITE_TARGET_PATH` (`target_path`),
KEY `IDX_URL_REWRITE_STORE_ID_ENTITY_ID` (`store_id`,`entity_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Url Rewrites';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_category_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_category_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_category_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_CTGR_ENTT_VCHR_ENTT_TYPE_ID_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ENTITY_ID` (`entity_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_CATEGORY_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COMMENT='Catalog Category Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_category_entity_varchar`
--
LOCK TABLES `catalog_category_entity_varchar` WRITE;
/*!40000 ALTER TABLE `catalog_category_entity_varchar` DISABLE KEYS */;
INSERT INTO `catalog_category_entity_varchar` VALUES
(1,41,0,1,'Root Catalog'),
(2,41,0,2,'Default Category'),
(3,48,0,2,'PRODUCTS');
/*!40000 ALTER TABLE `catalog_category_entity_varchar` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `catalog_product_entity_varchar`
--
DROP TABLE IF EXISTS `catalog_product_entity_varchar`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_product_entity_varchar` (
`value_id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Value ID',
`attribute_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Attribute ID',
`store_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Store ID',
`entity_id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity ID',
`value` varchar(255) DEFAULT NULL COMMENT 'Value',
PRIMARY KEY (`value_id`),
UNIQUE KEY `UNQ_CAT_PRD_ENTT_VCHR_ENTT_ID_ATTR_ID_STORE_ID` (`entity_id`,`attribute_id`,`store_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_ATTRIBUTE_ID` (`attribute_id`),
KEY `IDX_CATALOG_PRODUCT_ENTITY_VARCHAR_STORE_ID` (`store_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Catalog Product Varchar Attribute Backend Table';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Table structure for table `catalog_url_rewrite_product_category`
--
DROP TABLE IF EXISTS `catalog_url_rewrite_product_category`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `catalog_url_rewrite_product_category` (
`url_rewrite_id` int(10) unsigned NOT NULL COMMENT 'url_rewrite_id',
`category_id` int(10) unsigned NOT NULL COMMENT 'category_id',
`product_id` int(10) unsigned NOT NULL COMMENT 'product_id',
KEY `IDX_CATALOG_URL_REWRITE_PRODUCT_CATEGORY_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),
KEY `FK_CAT_URL_REWRITE_PRD_CTGR_PRD_ID_CAT_PRD_ENTT_ENTT_ID` (`product_id`),
KEY `FK_BB79E64705D7F17FE181F23144528FC8` (`url_rewrite_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='url_rewrite_relation';
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `catalog_url_rewrite_product_category`
--
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2015-01-29 19:44:27
================================================
FILE: tests/integration/resource/url_rewrite_191/source.sql
================================================
DROP TABLE IF EXISTS `eav_entity_type`;
CREATE TABLE IF NOT EXISTS `eav_entity_type` (
`entity_type_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity Type Id',
`entity_type_code` varchar(50) NOT NULL COMMENT 'Entity Type Code',
`entity_model` varchar(255) NOT NULL COMMENT 'Entity Model',
`attribute_model` varchar(255) DEFAULT NULL COMMENT 'Attribute Model',
`entity_table` varchar(255) DEFAULT NULL COMMENT 'Entity Table',
`value_table_prefix` varchar(255) DEFAULT NULL COMMENT 'Value Table Prefix',
`entity_id_field` varchar(255) DEFAULT NULL COMMENT 'Entity Id Field',
`is_data_sharing` smallint(5) unsigned NOT NULL DEFAULT '1' COMMENT 'Defines Is Data Sharing',
`data_sharing_key` varchar(100) DEFAULT 'default' COMMENT 'Data Sharing Key',
`default_attribute_set_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Default Attribute Set Id',
`increment_model` varchar(255) DEFAULT NULL COMMENT 'Increment Model',
`increment_per_store` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Increment Per Store',
`increment_pad_length` smallint(5) unsigned NOT NULL DEFAULT '8' COMMENT 'Increment Pad Length',
`increment_pad_char` varchar(1) NOT NULL DEFAULT '0' COMMENT 'Increment Pad Char',
`additional_attribute_table` varchar(255) DEFAULT NULL COMMENT 'Additional Attribute Table',
`entity_attribute_collection` varchar(255) DEFAULT NULL COMMENT 'Entity Attribute Collection',
PRIMARY KEY (`entity_type_id`),
KEY `EAV_ENTITY_TYPE_ENTITY_TYPE_CODE` (`entity_type_code`)
)
COMMENT='Eav Entity Type'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_entity_type` (`entity_type_id`, `entity_type_code`, `entity_model`, `attribute_model`, `entity_table`, `value_table_prefix`, `entity_id_field`, `is_data_sharing`, `data_sharing_key`, `default_attribute_set_id`, `increment_model`, `increment_per_store`, `increment_pad_length`, `increment_pad_char`, `additional_attribute_table`, `entity_attribute_collection`)
VALUES (4, 'catalog_product', 'catalog/product', 'catalog/resource_eav_attribute', 'catalog/product', '', '', 1, 'default', 4, '', 0, 8, '0', 'catalog/eav_attribute', 'catalog/product_attribute_collection'),
(1, 'customer', 'customer/customer', 'customer/attribute', 'customer/entity', '', '', 1, 'default', 1, 'eav/entity_increment_numeric', 0, 8, '0', 'customer/eav_attribute', 'customer/attribute_collection');
DROP TABLE IF EXISTS `eav_attribute_set`;
CREATE TABLE IF NOT EXISTS `eav_attribute_set` (
`attribute_set_id` smallint(5) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Attribute Set Id',
`entity_type_id` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'Entity Type Id',
`attribute_set_name` varchar(255) DEFAULT NULL COMMENT 'Attribute Set Name',
`sort_order` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Sort Order',
PRIMARY KEY (`attribute_set_id`),
UNIQUE KEY `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_ATTRIBUTE_SET_NAME` (`entity_type_id`,`attribute_set_name`),
KEY `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_SORT_ORDER` (`entity_type_id`,`sort_order`),
CONSTRAINT `EAV_ATTRIBUTE_SET_ENTITY_TYPE_ID_EAV_ENTITY_TYPE_ENTITY_TYPE_ID` FOREIGN KEY (`entity_type_id`) REFERENCES `eav_entity_type` (`entity_type_id`) ON DELETE CASCADE
)
COMMENT='Eav Attribute Set'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `eav_attribute_set` (`attribute_set_id`, `entity_type_id`, `attribute_set_name`, `sort_order`)
VALUES (4, 4, 'Default', 1), (1, 1, 'Default', 1);
DROP TABLE IF EXISTS `catalog_category_entity`;
CREATE TABLE `catalog_category_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attriute Set ID',
`parent_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Parent Category ID',
`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',
`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',
`path` VARCHAR(255) NOT NULL COMMENT 'Tree Path',
`position` INT(11) NOT NULL DEFAULT '0' COMMENT 'Position',
`level` INT(11) NOT NULL DEFAULT '0' COMMENT 'Tree Level',
`children_count` INT(11) NOT NULL DEFAULT '0' COMMENT 'Child Count',
PRIMARY KEY (`entity_id`),
INDEX `IDX_CATALOG_CATEGORY_ENTITY_LEVEL` (`level`),
INDEX `IDX_CATALOG_CATEGORY_ENTITY_PATH_ENTITY_ID` (`path`, `entity_id`)
)
COMMENT='Catalog Category Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_category_entity` VALUES (1, 3, 0, 0, '1975-01-01 00:00:00', '2016-07-13 11:43:28', '1', 0, 0, 2),
(2, 3, 3, 1, '2016-07-13 11:43:28', '2016-07-13 11:43:28', '1/2', 1, 1, 1),
(3, 3, 3, 2, '2016-07-13 12:30:21', '2016-07-13 12:30:21', '1/2/3', 1, 2, 0);
DROP TABLE IF EXISTS `catalog_product_entity`;
CREATE TABLE `catalog_product_entity` (
`entity_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',
`entity_type_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Entity Type ID',
`attribute_set_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Attribute Set ID',
`type_id` VARCHAR(32) NOT NULL DEFAULT 'simple' COMMENT 'Type ID',
`sku` VARCHAR(64) NULL DEFAULT NULL COMMENT 'SKU',
`has_options` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Has Options',
`required_options` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Required Options',
`created_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Creation Time',
`updated_at` TIMESTAMP NULL DEFAULT NULL COMMENT 'Update Time',
PRIMARY KEY (`entity_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_ENTITY_TYPE_ID` (`entity_type_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_ATTRIBUTE_SET_ID` (`attribute_set_id`),
INDEX `IDX_CATALOG_PRODUCT_ENTITY_SKU` (`sku`),
CONSTRAINT `FK_CAT_PRD_ENTT_ATTR_SET_ID_EAV_ATTR_SET_ATTR_SET_ID` FOREIGN KEY (`attribute_set_id`) REFERENCES `eav_attribute_set` (`attribute_set_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Catalog Product Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `catalog_product_entity` VALUES
(1, 4, 4, 'simple', 'SimpleProduct', 1, 1, '2016-07-13 12:31:52', '2016-07-13 12:34:07'),
(2, 4, 4, 'virtual', 'Virtual Product', 0, 0, '2016-07-13 12:34:53', '2016-07-13 12:34:53');
CREATE TABLE `core_website` (
`website_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Website Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`name` VARCHAR(64) NULL DEFAULT NULL COMMENT 'Website Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Sort Order',
`default_group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Group Id',
`is_default` SMALLINT(5) UNSIGNED NULL DEFAULT '0' COMMENT 'Defines Is Website Default',
`is_staging` TINYINT(1) NOT NULL DEFAULT '0' COMMENT 'Is Staging Flag',
`master_login` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Master Login',
`master_password` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Master Password',
`visibility` VARCHAR(40) NULL DEFAULT NULL COMMENT 'Visibility',
PRIMARY KEY (`website_id`),
UNIQUE INDEX `UNQ_CORE_WEBSITE_CODE` (`code`),
INDEX `IDX_CORE_WEBSITE_SORT_ORDER` (`sort_order`),
INDEX `IDX_CORE_WEBSITE_DEFAULT_GROUP_ID` (`default_group_id`)
)
COMMENT='Websites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (0, 'admin', 'Admin', 0, 0, 0, 0, '', '', '');
INSERT INTO `core_website` (`website_id`, `code`, `name`, `sort_order`, `default_group_id`, `is_default`, `is_staging`, `master_login`, `master_password`, `visibility`) VALUES (1, 'base', 'Main Website', 0, 1, 1, 0, '', '', '');
CREATE TABLE `core_store_group` (
`group_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Group Id',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Group Name',
`root_category_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Root Category Id',
`default_store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Default Store Id',
PRIMARY KEY (`group_id`),
INDEX `IDX_CORE_STORE_GROUP_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_GROUP_DEFAULT_STORE_ID` (`default_store_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Store Groups'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (0, 0, 'Default', 0, 0);
INSERT INTO `core_store_group` (`group_id`, `website_id`, `name`, `root_category_id`, `default_store_id`) VALUES (1, 1, 'First Main Store', 2, 1);
DROP TABLE IF EXISTS `core_store`;
CREATE TABLE `core_store` (
`store_id` SMALLINT(5) UNSIGNED COMMENT 'Store Id',
`code` VARCHAR(32) NULL DEFAULT NULL COMMENT 'Code',
`website_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Website Id',
`group_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Group Id',
`name` VARCHAR(255) NOT NULL COMMENT 'Store Name',
`sort_order` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Sort Order',
`is_active` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Activity',
PRIMARY KEY (`store_id`),
UNIQUE INDEX `UNQ_CORE_STORE_CODE` (`code`),
INDEX `IDX_CORE_STORE_WEBSITE_ID` (`website_id`),
INDEX `IDX_CORE_STORE_IS_ACTIVE_SORT_ORDER` (`is_active`, `sort_order`),
INDEX `IDX_CORE_STORE_GROUP_ID` (`group_id`),
CONSTRAINT `FK_CORE_STORE_GROUP_ID_CORE_STORE_GROUP_GROUP_ID` FOREIGN KEY (`group_id`) REFERENCES `core_store_group` (`group_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_STORE_WEBSITE_ID_CORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `core_website` (`website_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Stores'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;
LOCK TABLES `core_store` WRITE;
/*!40000 ALTER TABLE `core_store` DISABLE KEYS */;
INSERT INTO `core_store` VALUES
(1,'admin',0,0,'Admin',0,1),
(2,'default',1,1,'Default Store View',0,1);
/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;
UNLOCK TABLES;
/*!40000 ALTER TABLE `core_store` ENABLE KEYS */;
DROP TABLE IF EXISTS `core_url_rewrite`;
CREATE TABLE `core_url_rewrite` (
`url_rewrite_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Rewrite Id',
`store_id` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Store Id',
`category_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Category Id',
`product_id` INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'Product Id',
`id_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Id Path',
`request_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Request Path',
`target_path` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Target Path',
`is_system` SMALLINT(5) UNSIGNED NULL DEFAULT '1' COMMENT 'Defines is Rewrite System',
`options` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Options',
`description` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Description',
PRIMARY KEY (`url_rewrite_id`),
UNIQUE INDEX `UNQ_CORE_URL_REWRITE_REQUEST_PATH_STORE_ID` (`request_path`, `store_id`),
UNIQUE INDEX `UNQ_CORE_URL_REWRITE_ID_PATH_IS_SYSTEM_STORE_ID` (`id_path`, `is_system`, `store_id`),
INDEX `IDX_CORE_URL_REWRITE_TARGET_PATH_STORE_ID` (`target_path`, `store_id`),
INDEX `IDX_CORE_URL_REWRITE_ID_PATH` (`id_path`),
INDEX `IDX_CORE_URL_REWRITE_STORE_ID` (`store_id`),
INDEX `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` (`product_id`),
INDEX `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` (`category_id`),
CONSTRAINT `FK_CORE_URL_REWRITE_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CORE_URL_REWRITE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='Url Rewrites'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (3, 1, 3, 1, 'product/1/3', NULL, 'catalog/product/view/id/1/category/3', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (4, 1, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (5, 2, 3, 1, 'product/1/3', NULL, 'catalog/product/view/id/1/category/3', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (6, 2, 1, 1, 'product/1', NULL, 'catalog/product/view/id/1', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (7, 1, 3, 2, 'product/2/3', 'newcat/virtual-product.html', 'catalog/product/view/id/2/category/3', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (8, 1, 1, 2, 'product/2', 'virtual-product.html', 'catalog/product/view/id/2', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (9, 2, 3, 2, 'product/2/3', 'newcat/virtual-product.html', 'catalog/product/view/id/2/category/3', 1, '', NULL);
INSERT INTO `core_url_rewrite` (`url_rewrite_id`, `store_id`, `category_id`, `product_id`, `id_path`, `request_path`, `target_path`, `is_system`, `options`, `description`) VALUES (10, 2, 1, 2, 'product/2', 'virtual-product.html', 'catalog/product/view/id/2', 1, '', NULL);
DROP TABLE IF EXISTS `cms_page`;
CREATE TABLE `cms_page` (
`page_id` SMALLINT(6) NOT NULL AUTO_INCREMENT COMMENT 'Page ID',
`title` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Title',
`root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Template',
`meta_keywords` TEXT NULL COMMENT 'Page Meta Keywords',
`meta_description` TEXT NULL COMMENT 'Page Meta Description',
`identifier` VARCHAR(100) NOT NULL COMMENT 'Page String Identifier',
`content_heading` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Content Heading',
`content` MEDIUMTEXT NULL COMMENT 'Page Content',
`creation_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Creation Time',
`update_time` TIMESTAMP NULL DEFAULT NULL COMMENT 'Page Modification Time',
`is_active` SMALLINT(6) NOT NULL DEFAULT '1' COMMENT 'Is Page Active',
`sort_order` SMALLINT(6) NOT NULL DEFAULT '0' COMMENT 'Page Sort Order',
`layout_update_xml` TEXT NULL COMMENT 'Page Layout Update Content',
`custom_theme` VARCHAR(100) NULL DEFAULT NULL COMMENT 'Page Custom Theme',
`custom_root_template` VARCHAR(255) NULL DEFAULT NULL COMMENT 'Page Custom Template',
`custom_layout_update_xml` TEXT NULL COMMENT 'Page Custom Layout Update Content',
`custom_theme_from` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active From Date',
`custom_theme_to` DATE NULL DEFAULT NULL COMMENT 'Page Custom Theme Active To Date',
`published_revision_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Published Revision Id',
`website_root` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'Website Root',
`under_version_control` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Under Version Control Flag',
PRIMARY KEY (`page_id`),
INDEX `IDX_CMS_PAGE_IDENTIFIER` (`identifier`)
)
COMMENT='CMS Page Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `cms_page` VALUES
(1, '404 Not Found 1', 'two_columns_right', 'Page keywords', 'Page description', 'no-route', '', '
We’re sorry, the page you’re looking for can not be found. \n\n
\n If you typed the URL directly, please make sure the spelling is correct. \n If you clicked on a link to get here, we must have moved the content. Please try our store search box above to search for an item. \n If you are not sure how you got here, go back to the previous page or return to our store homepage . \n \n
\n\n', '2007-06-20 18:38:32', '2007-08-26 19:11:13', 1, 0, NULL, NULL, '', NULL, NULL, NULL, 1, 1, 0);
DROP TABLE IF EXISTS `cms_page_store`;
CREATE TABLE `cms_page_store` (
`page_id` SMALLINT(6) NOT NULL COMMENT 'Page ID',
`store_id` SMALLINT(5) UNSIGNED NOT NULL COMMENT 'Store ID',
PRIMARY KEY (`page_id`, `store_id`),
INDEX `IDX_CMS_PAGE_STORE_STORE_ID` (`store_id`),
CONSTRAINT `FK_CMS_PAGE_STORE_PAGE_ID_CMS_PAGE_PAGE_ID` FOREIGN KEY (`page_id`) REFERENCES `cms_page` (`page_id`) ON UPDATE CASCADE ON DELETE CASCADE,
CONSTRAINT `FK_CMS_PAGE_STORE_STORE_ID_CORE_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `core_store` (`store_id`) ON UPDATE CASCADE ON DELETE CASCADE
)
COMMENT='CMS Page To Store Linkage Table'
COLLATE='utf8_general_ci'
ENGINE=InnoDB
;
INSERT INTO `cms_page_store` VALUES (1, 1);
================================================
FILE: tests/integration/testsuite/Migration/App/SetupDeltaLogTest.php
================================================
objectManager = $helper->getObjectManager();
$this->objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->setupDeltaLog = $this->objectManager->create(
\Migration\App\SetupDeltaLog::class
);
$this->source = $this->objectManager->create(\Migration\ResourceModel\Source::class);
}
/**
* @return void
*/
public function testSetupTriggers()
{
ob_start();
$this->assertTrue($this->setupDeltaLog->perform());
ob_end_clean();
$dataTable = 'table_with_data';
$this->checkDeltaLogTable($dataTable, $this->source);
$this->checkDeltaLogTable('source_table_1', $this->source);
$this->checkDeltaLogTable('source_table_2', $this->source);
$sourceAdapter = $this->source->getAdapter();
$sourceAdapter->insertRecords(
$dataTable,
[
'field1' => 100,
'field2' => 2,
'field3' => 3,
]
);
$sourceAdapter->insertRecords(
$dataTable,
[
'field1' => 1000,
'field2' => 200
]
);
$sourceAdapter->insertRecords(
$dataTable,
[
'field1' => 101,
'field2' => 22,
'field3' => 33,
]
);
$sourceAdapter->updateDocument(
$dataTable,
[
'field2' => 12,
'field3' => 13,
],
'field1 = 100'
);
$expectedData = [
['key' => '8', 'operation' => 'UPDATE', 'processed' => 0],
['key' => '9', 'operation' => 'INSERT', 'processed' => 0],
['key' => '10', 'operation' => 'INSERT', 'processed' => 0]
];
$this->assertEquals($expectedData, $this->source->getRecords($this->source->getDeltaLogName($dataTable), 0));
}
/**
* @param string $dataTable
* @param \Migration\ResourceModel\Source $resource
* @return void
*/
protected function checkDeltaLogTable($dataTable, $resource)
{
$deltaLogTableName = $resource->getDeltaLogName($dataTable);
$deltaLogTable = $resource->getDocument($deltaLogTableName);
$this->assertEquals($deltaLogTableName, $deltaLogTable->getName());
}
/**
* @return void
*/
public function testSetupTriggersFail()
{
$message = [
\Monolog\Logger::WARNING => ['Some of the delta log tables were not created. Expected:3. Actual:2']
];
/** @var \Magento\Framework\DB\Adapter\Pdo\Mysql $adapter */
$adapter = $this->source->getAdapter()->getSelect()->getAdapter();
$adapter->dropTable('source_table_1');
ob_start();
$this->assertTrue($this->setupDeltaLog->perform());
ob_end_clean();
$this->assertEquals($message, \Migration\Logger\Logger::getMessages());
}
}
================================================
FILE: tests/integration/testsuite/Migration/ResourceModel/SourceDestinationTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->source = $objectManager->get(\Migration\ResourceModel\Source::class);
$this->destination = $objectManager->get(\Migration\ResourceModel\Destination::class);
}
/**
* @return void
*/
public function testGetRecordsCount()
{
$sourceCount = $this->source->getRecordsCount('table_with_data');
$destinationCount = $this->destination->getRecordsCount('table_without_data');
$this->assertEquals(7, $sourceCount);
$this->assertEquals(0, $destinationCount);
}
/**
* @return void
*/
public function testGetFields()
{
$sourceStruct = $this->source->getDocument('table_with_data')->getStructure()->getFields();
$destStruct = $this->destination->getDocument('table_without_data')->getStructure()->getFields();
$this->assertEquals(array_keys($sourceStruct), array_keys($destStruct));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Customer/DataTest.php
================================================
getObjectManager();
$this->config = $objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$this->source = $objectManager->create(\Migration\ResourceModel\Source::class);
$this->destination = $objectManager->create(\Migration\ResourceModel\Destination::class);
$this->recordFactory = $objectManager->create(\Migration\ResourceModel\RecordFactory::class);
$this->helper = $objectManager->create(\Migration\Step\TierPrice\Helper::class);
$this->logger = $objectManager->create(\Migration\Logger\Logger::class);
$this->recordTransformerFactory = $objectManager->create(\Migration\RecordTransformerFactory::class);
$this->mapFactory = $objectManager->create(\Migration\Reader\MapFactory::class);
$this->attributesToStatic = $objectManager->create(\Migration\Step\Customer\Model\AttributesToStatic::class);
$this->attributesDataToSkip = $objectManager->create(
\Migration\Step\Customer\Model\AttributesDataToSkip::class
);
$this->attributesDataToCustomerEntityRecords = $objectManager->create(
\Migration\Step\Customer\Model\AttributesDataToCustomerEntityRecords::class
);
$this->groupsFactory = $objectManager->create(\Migration\Reader\GroupsFactory::class);
}
/**
* @return void
*/
public function testPerform()
{
$data = new Data(
$this->config,
$this->progress,
$this->source,
$this->destination,
$this->recordFactory,
$this->recordTransformerFactory,
$this->attributesDataToCustomerEntityRecords,
$this->attributesDataToSkip,
$this->attributesToStatic,
$this->mapFactory,
$this->groupsFactory,
$this->logger
);
$this->assertTrue($data->perform());
$this->assertEquals(2, count($this->destination->getRecords('customer_entity', 0)));
$this->assertEquals(6, count($this->destination->getRecords('customer_entity_int', 0)));
$this->assertEquals(0, count($this->destination->getRecords('customer_entity_varchar', 0)));
$this->assertEquals(4, count($this->destination->getRecords('customer_address_entity', 0)));
$this->assertEquals(3, count($this->destination->getRecords('customer_address_entity_varchar', 0)));
$this->assertEquals(0, count($this->destination->getRecords('customer_address_entity_int', 0)));
$this->assertEquals(0, count($this->destination->getRecords('customer_address_entity_text', 0)));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/DataIntegrity/IntegrityTest.php
================================================
getObjectManager();
$this->config = $objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->logger = $objectManager->create(\Migration\Logger\Logger::class);
$this->progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$this->source = $objectManager->create(\Migration\ResourceModel\Source::class);
$this->checkerFactory = $objectManager->create(
\Migration\Step\DataIntegrity\Model\OrphanRecordsCheckerFactory::class
);
$this->dataIntegrity = $this->getMockBuilder(Integrity::class)
->disableOriginalConstructor()
->setMethods(['getDocumentList'])
->getMock();
$this->setProperties($this->dataIntegrity, [
'configReader' => $this->config,
'logger' => $this->logger,
'progress' => $this->progress,
'source' => $this->source,
'checkerFactory' => $this->checkerFactory
]);
}
/**
* @param array $documents
* @param bool $result
* @param array $messages
* @dataProvider documentsDataProvider
* @return void
*/
public function testPerform($documents, $result, $messages)
{
$this->dataIntegrity
->expects($this->any())
->method('getDocumentList')
->willReturn($documents);
\Migration\Logger\Logger::clearMessages();
$this->assertEquals($result, $this->dataIntegrity->perform());
$this->assertEquals($messages, \Migration\Logger\Logger::getMessages());
}
/**
* Data provider for testPerform
* @return array
*/
public function documentsDataProvider()
{
return [
[
'documents' => ['eav_entity_type', 'eav_attribute'],
'result' => true,
'messages' => []
],
[
'documents' => ['eav_attribute_set'],
'result' => false,
'messages' => [
\Monolog\Logger::ERROR => [
'Foreign key (FK_EAV_ATTR_SET_ENTT_TYPE_ID_EAV_ENTT_TYPE_ENTT_TYPE_ID) constraint fails ' .
'on source database. Orphan records id: 2,3 from `eav_attribute_set`.`entity_type_id` '.
'has no referenced records in `eav_entity_type`'
]
]
]
];
}
/**
* @param \PHPUnit_Framework_MockObject_MockObject $object
* @param array $properties
* @return void
*/
private function setProperties($object, $properties = [])
{
$reflectionClass = new \ReflectionClass(get_class($object));
foreach ($properties as $key => $value) {
if ($reflectionClass->hasProperty($key)) {
$reflectionProperty = $reflectionClass->getProperty($key);
$reflectionProperty->setAccessible(true);
$reflectionProperty->setValue($object, $value);
}
}
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/EAV/DataTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');
$initialData = $objectManager->get(\Migration\Step\Eav\InitialData::class);
$this->eav = $objectManager->create(
\Migration\Step\Eav\Data::class,
[
'initialData' => $initialData,
]
);
}
/**
* @return void
*/
public function testPerform()
{
$this->assertTrue($this->eav->perform());
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/EAV/IntegrityTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');
$initialData = $objectManager->get(\Migration\Step\Eav\InitialData::class);
$this->eav = $objectManager->create(
\Migration\Step\Eav\Integrity::class,
[
'initialData' => $initialData,
]
);
}
/**
* @return void
*/
public function testPerform()
{
$this->assertTrue($this->eav->perform());
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/EAV/VolumeTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');
$initialData = $objectManager->get(\Migration\Step\Eav\InitialData::class);
$ignoredAttributes = $objectManager->get(\Migration\Step\Eav\Model\IgnoredAttributes::class);
$this->data = $objectManager->create(
\Migration\Step\Eav\Data::class,
[
'initialData' => $initialData,
]
);
$this->volume = $objectManager->create(
\Migration\Step\Eav\Volume::class,
[
'initialData' => $initialData,
'ignoredAttributes' => $ignoredAttributes
]
);
}
/**
* @return void
*/
public function testPerform()
{
$this->assertTrue($this->data->perform());
$this->assertTrue($this->volume->perform());
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Map/DataTest.php
================================================
createPartialMock(
\Migration\App\Progress::class,
['getProcessedEntities', 'addProcessedEntity']
);
$progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));
$progress->expects($this->any())->method('addProcessedEntity');
$helper = \Migration\TestFramework\Helper::getInstance();
$objectManager = $helper->getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$logger->pushHandler($objectManager->create(\Migration\Logger\ConsoleHandler::class));
$config = $objectManager->get(\Migration\Config::class);
$destination = $objectManager->get(\Migration\ResourceModel\Destination::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
$map = $objectManager->create(
\Migration\Step\Map\Data::class,
[
'logger' => $logger,
'config' => $config,
'progress' => $progress
]
);
ob_start();
$map->perform();
ob_end_clean();
$migratedData = $destination->getRecords('table_without_data', 0);
$migratedDataExpected = [
['key' => 1, 'field1' => 1, 'field2' => 2, 'field3' => 3],
['key' => 2, 'field1' => 2, 'field2' => 3, 'field3' => 4],
['key' => 3, 'field1' => 3, 'field2' => 4, 'field3' => 5],
['key' => 4, 'field1' => 4, 'field2' => 5, 'field3' => 6],
['key' => 5, 'field1' => 5, 'field2' => 5, 'field3' => 5],
['key' => 6, 'field1' => 6, 'field2' => 6, 'field3' => 7],
['key' => 7, 'field1' => 7, 'field2' => 7, 'field3' => 7]
];
$migratedDataIgnored = $destination->getRecords('table_ignored', 0);
$migratedDataIgnoredExpected = [];
$migratedDataPresetValue = $destination->getRecords('common_table', 0);
$migratedDataPresetValueExpected = [
['key' => 1, 'dest_field_ignored' => 0, 'common_field' => 123],
['key' => 2, 'dest_field_ignored' => 0, 'common_field' => 123],
['key' => 3, 'dest_field_ignored' => 0, 'common_field' => 123],
['key' => 4, 'dest_field_ignored' => 0, 'common_field' => 123],
['key' => 5, 'dest_field_ignored' => 0, 'common_field' => 123],
['key' => 6, 'dest_field_ignored' => 0, 'common_field' => 123],
['key' => 7, 'dest_field_ignored' => 0, 'common_field' => 123]
];
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(isset($logOutput[\Monolog\Logger::ERROR]));
$this->assertEquals($migratedDataExpected, $migratedData);
$this->assertEquals($migratedDataIgnoredExpected, $migratedDataIgnored);
$this->assertEquals($migratedDataPresetValueExpected, $migratedDataPresetValue);
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Map/IntegrityTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$logger->pushHandler($objectManager->create(\Migration\Logger\ConsoleHandler::class));
$config = $objectManager->get(\Migration\Config::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
/** @var \Migration\Step\Map\Integrity $map */
$map = $objectManager->create(
\Migration\Step\Map\Integrity::class,
[
'logger' => $logger,
'config' => $config
]
);
ob_start();
$map->perform();
ob_end_clean();
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertTrue(isset($logOutput[\Monolog\Logger::ERROR]));
$config->setOption(\Migration\Config::OPTION_AUTO_RESOLVE, 1);
\Migration\Logger\Logger::clearMessages();
ob_start();
$map->perform();
ob_end_clean();
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertTrue(isset($logOutput[\Monolog\Logger::WARNING]));
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testIntegrityWithoutMap()
{
$objectManager = \Migration\TestFramework\Helper::getInstance()->getObjectManager();
$objectManager->get(\Migration\Config::class)->init(dirname(__DIR__) . '/../_files/config-with-empty-map.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$logger->pushHandler($objectManager->create(\Migration\Logger\ConsoleHandler::class));
$config = $objectManager->get(\Migration\Config::class);
$config->setOption(\Migration\Config::OPTION_AUTO_RESOLVE, 0);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
/** @var \Migration\Step\Map\Integrity $map */
$map = $objectManager->create(
\Migration\Step\Map\Integrity::class,
[
'logger' => $logger,
'config' => $config
]
);
ob_start();
$map->perform();
ob_end_clean();
$messages = [];
$messages[] = 'Source documents are not mapped: ';
$messages[] = 'source_table_1,source_table_2,source_table_ignored,source_table_renamed,table_with_data';
$messages[] = 'Destination documents are not mapped: ';
$messages[] = 'dest_table_1,dest_table_2,dest_table_ignored,dest_table_renamed,table_without_data';
$messages[] = 'Source fields are not mapped. ';
$messages[] = 'Document: common_table. Fields: source_field_ignored';
$messages[] = 'Destination fields are not mapped. ';
$messages[] = 'Document: common_table. Fields: dest_field_ignored';
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertTrue(isset($logOutput[\Monolog\Logger::ERROR]));
$errors = implode("\n", $logOutput[\Monolog\Logger::ERROR]);
foreach ($messages as $text) {
$this->assertContains($text, $errors);
}
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Map/VolumeTest.php
================================================
createPartialMock(
\Migration\App\Progress::class,
['getProcessedEntities', 'addProcessedEntity']
);
$progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));
$progress->expects($this->any())->method('addProcessedEntity');
$helper = \Migration\TestFramework\Helper::getInstance();
$objectManager = $helper->getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$config = $objectManager->get(\Migration\Config::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
$data = $objectManager->create(
\Migration\Step\Map\Data::class,
[
'logger' => $logger,
'config' => $config,
'progress' => $progress
]
);
$volume = $objectManager->create(
\Migration\Step\Map\Volume::class,
[
'logger' => $logger,
'config' => $config,
]
);
ob_start();
$data->perform();
$isSuccess = $volume->perform();
ob_end_clean();
$this->assertTrue($isSuccess);
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/PostProcessing/Model/EavLeftoverDataTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../../_files/' . $helper->getFixturePrefix() . 'config.xml');
$destination = $objectManager->create(\Migration\ResourceModel\Destination::class);
$groupsFactory = $objectManager->create(\Migration\Reader\GroupsFactory::class);
$config = $objectManager->get(\Migration\Config::class);
/** @var \Migration\Step\PostProcessing\Model\EavLeftoverData $eavLeftoverDataModel */
$eavLeftoverDataModel = $objectManager->create(
\Migration\Step\PostProcessing\Model\EavLeftoverData::class,
[
'destination' => $destination,
'groupsFactory' => $groupsFactory,
'config' => $config
]
);
$this->assertEquals([1111], $eavLeftoverDataModel->getLeftoverAttributeIds());
$this->assertEquals($documentsToCheck, $eavLeftoverDataModel->getDocumentsToCheck());
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/SalesIncrement/DataTest.php
================================================
1,
'entity_type' => 'order',
'store_id' => 0,
'sequence_table' => 'sequence_order_0',
],
[
'meta_id' => 2,
'entity_type' => 'order',
'store_id' => 1,
'sequence_table' => 'sequence_order_1',
],
[
'meta_id' => 3,
'entity_type' => 'invoice',
'store_id' => 0,
'sequence_table' => 'sequence_invoice_0',
],
[
'meta_id' => 4,
'entity_type' => 'invoice',
'store_id' => 1,
'sequence_table' => 'sequence_invoice_1',
],
[
'meta_id' => 5,
'entity_type' => 'creditmemo',
'store_id' => 0,
'sequence_table' => 'sequence_creditmemo_0',
],
[
'meta_id' => 6,
'entity_type' => 'creditmemo',
'store_id' => 1,
'sequence_table' => 'sequence_creditmemo_1',
],
[
'meta_id' => 7,
'entity_type' => 'shipment',
'store_id' => 0,
'sequence_table' => 'sequence_shipment_0',
],
[
'meta_id' => 8,
'entity_type' => 'shipment',
'store_id' => 1,
'sequence_table' => 'sequence_shipment_1',
],
[
'meta_id' => 9,
'entity_type' => 'rma_item',
'store_id' => 0,
'sequence_table' => 'sequence_rma_item_0',
],
[
'meta_id' => 10,
'entity_type' => 'rma_item',
'store_id' => 1,
'sequence_table' => 'sequence_rma_item_1',
]
];
/**
* @var array
*/
private $salesSequenceProfile = [
[
'profile_id' => 1,
'meta_id' => 1,
'prefix' => '',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 2,
'meta_id' => 2,
'prefix' => '1',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 3,
'meta_id' => 3,
'prefix' => '',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 4,
'meta_id' => 4,
'prefix' => '1',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 5,
'meta_id' => 5,
'prefix' => '',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 6,
'meta_id' => 6,
'prefix' => '1',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 7,
'meta_id' => 7,
'prefix' => '',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 8,
'meta_id' => 8,
'prefix' => '1',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 9,
'meta_id' => 9,
'prefix' => '',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
],
[
'profile_id' => 10,
'meta_id' => 10,
'prefix' => '1',
'suffix' => '',
'start_value' => 1,
'step' => 1,
'max_value' => 4294967295,
'warning_value' => 4294966295,
'is_active' => 1,
]
];
/**
* @throws \Migration\Exception
* @return void
*/
public function testPerform()
{
$helper = \Migration\TestFramework\Helper::getInstance();
$objectManager = $helper->getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$config = $objectManager->get(\Migration\Config::class);
$helper = $objectManager->get(\Migration\Step\SalesIncrement\Helper::class);
$destination = $objectManager->get(\Migration\ResourceModel\Destination::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
/** @var \Migration\Step\SalesIncrement\Data $salesIncrement */
$salesIncrement = $objectManager->create(
\Migration\Step\SalesIncrement\Data::class,
[
'logger' => $logger,
'config' => $config,
'helper' => $helper
]
);
ob_start();
$salesIncrement->perform();
ob_end_clean();
$this->assertEquals($this->salesSequenceMeta, $destination->getRecords('sales_sequence_meta', 0));
$this->assertEquals($this->salesSequenceProfile, $destination->getRecords('sales_sequence_profile', 0));
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(isset($logOutput[\Monolog\Logger::ERROR]));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/SalesOrder/DataTest.php
================================================
'1',
'store_id' => '1'
],
[
'entity_id' => '2',
'store_id' => '1'
],
[
'entity_id' => '3',
'store_id' => '1'
]
];
$eavAttributesToMigrate = [
[
'value_id' => '1',
'entity_type_id' => '1',
'attribute_id' => '1',
'store_id' => '1',
'entity_id' => '1',
'value' => '1'
],
[
'value_id' => '2',
'entity_type_id' => '1',
'attribute_id' => '2',
'store_id' => '1',
'entity_id' => '1',
'value' => '2'
],
[
'value_id' => '3',
'entity_type_id' => '1',
'attribute_id' => '1',
'store_id' => '1',
'entity_id' => '2',
'value' => '1'
],
[
'value_id' => '4',
'entity_type_id' => '1',
'attribute_id' => '2',
'store_id' => '1',
'entity_id' => '3',
'value' => '2'
]
];
$helper = \Migration\TestFramework\Helper::getInstance();
$objectManager = $helper->getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$config = $objectManager->get(\Migration\Config::class);
$initialData = $objectManager->get(\Migration\Step\SalesOrder\InitialData::class);
$destination = $objectManager->get(\Migration\ResourceModel\Destination::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
$salesOrder = $objectManager->create(
\Migration\Step\SalesOrder\Data::class,
[
'logger' => $logger,
'config' => $config,
'initialData' => $initialData
]
);
ob_start();
$salesOrder->perform();
ob_end_clean();
$this->assertEquals($eavAttributesToMigrate, $destination->getRecords('eav_entity_int', 0));
$this->assertEquals($salesOrderToMigrate, $destination->getRecords('sales_order', 0));
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(isset($logOutput[\Monolog\Logger::ERROR]));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/SalesOrder/IntegrityTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$config = $objectManager->get(\Migration\Config::class);
$initialData = $objectManager->get(\Migration\Step\SalesOrder\InitialData::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
/** @var \Migration\Step\SalesOrder\Integrity $salesOrder */
$salesOrder = $objectManager->create(
\Migration\Step\SalesOrder\Integrity::class,
[
'logger' => $logger,
'config' => $config,
'initialData' => $initialData
]
);
ob_start();
$salesOrder->perform();
ob_end_clean();
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(isset($logOutput[\Monolog\Logger::ERROR]));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/SalesOrder/VolumeTest.php
================================================
'1',
'store_id' => '1'
],
[
'entity_id' => '2',
'store_id' => '1'
],
[
'entity_id' => '3',
'store_id' => '1'
]
];
$eavAttributesToMigrate = [
[
'value_id' => '1',
'entity_type_id' => '1',
'attribute_id' => '1',
'store_id' => '1',
'entity_id' => '1',
'value' => '1'
],
[
'value_id' => '2',
'entity_type_id' => '1',
'attribute_id' => '2',
'store_id' => '1',
'entity_id' => '1',
'value' => '2'
],
[
'value_id' => '3',
'entity_type_id' => '1',
'attribute_id' => '1',
'store_id' => '1',
'entity_id' => '2',
'value' => '1'
],
[
'value_id' => '4',
'entity_type_id' => '1',
'attribute_id' => '2',
'store_id' => '1',
'entity_id' => '3',
'value' => '2'
]
];
$objectManager = \Migration\TestFramework\Helper::getInstance()->getObjectManager();
$objectManager->get(\Migration\Config::class)->init(dirname(__DIR__) . '/../_files/config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$config = $objectManager->get(\Migration\Config::class);
$initialData = $objectManager->get(\Migration\Step\SalesOrder\InitialData::class);
$destination = $objectManager->get(\Migration\ResourceModel\Destination::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
$data = $objectManager->create(
\Migration\Step\SalesOrder\Data::class,
[
'logger' => $logger,
'config' => $config,
'initialData' => $initialData
]
);
$volume = $objectManager->create(
\Migration\Step\SalesOrder\Volume::class,
[
'logger' => $logger,
'config' => $config,
'initialData' => $initialData
]
);
ob_start();
$data->perform();
$this->assertTrue($volume->perform());
ob_end_clean();
$this->assertEquals($eavAttributesToMigrate, $destination->getRecords('eav_entity_int', 0));
$this->assertEquals($salesOrderToMigrate, $destination->getRecords('sales_order', 0));
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(isset($logOutput[\Monolog\Logger::ERROR]));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Settings/DataTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$logManager = $objectManager->create(\Migration\Logger\Manager::class);
$recordFactory = $objectManager->create(\Migration\ResourceModel\RecordFactory::class);
$progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$logger = $objectManager->create(\Migration\Logger\Logger::class);
$mapReader = $objectManager->create(\Migration\Reader\Settings::class);
$handlerManagerFactory = $objectManager->get(\Migration\Handler\ManagerFactory::class);
$destination = $objectManager->get(\Migration\ResourceModel\Destination::class);
$source = $objectManager->get(\Migration\ResourceModel\Source::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
$data = $objectManager->create(
\Migration\Step\Settings\Data::class,
[
'destination' => $destination,
'source' => $source,
'logger' => $logger,
'progress' => $progress,
'recordFactory' => $recordFactory,
'mapReader' => $mapReader,
'handlerManagerFactory' => $handlerManagerFactory,
]
);
ob_start();
$data->perform();
ob_end_clean();
$migratedData = $destination->getRecords('core_config_data', 0);
$migratedDataExpected = [
[
'config_id' => 1,
'scope' => 'default',
'scope_id' => 0,
'path' => 'web/seo/use_rewrites',
'value' => 1
], [
'config_id' => 2,
'scope' => 'default',
'scope_id' => 0,
'path' => 'web/unsecure/base_url',
'value' => 'http://magento2.dev/'
], [
'config_id' => 3,
'scope' => 'default',
'scope_id' => 0,
'path' => 'admin/security/session_lifetime',
'value' => 90
], [
'config_id' => 4,
'scope' => 'default',
'scope_id' => 0,
'path' => 'catalog/seo/product_url_suffix',
'value' => '.phtml'
], [
'config_id' => 5,
'scope' => 'default',
'scope_id' => 0,
'path' => 'my/extension/path',
'value' => 'value1'
]
];
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(isset($logOutput[\Monolog\Logger::ERROR]));
$this->assertEquals($migratedDataExpected, $migratedData);
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Stores/DataTest.php
================================================
2,
'store_group' => 2,
'store_website' => 2
];
/**
* @var \Migration\App\ProgressBar\LogLevelProcessor
*/
private $progress;
/**
* @var \Migration\ResourceModel\Source
*/
private $source;
/**
* @var \Migration\ResourceModel\RecordFactory
*/
private $recordFactory;
/**
* @var \Migration\Step\Stores\Model\DocumentsList
*/
private $documentsList;
/**
* @var \Migration\RecordTransformerFactory
*/
private $recordTransformerFactory;
/**
* @var \Migration\Reader\MapFactory
*/
private $map;
/**
* @return void
*/
public function setUp()
{
$helper = \Migration\TestFramework\Helper::getInstance();
$objectManager = $helper->getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$this->source = $objectManager->create(\Migration\ResourceModel\Source::class);
$this->destination = $objectManager->create(\Migration\ResourceModel\Destination::class);
$this->recordFactory = $objectManager->create(\Migration\ResourceModel\RecordFactory::class);
$this->documentsList = $objectManager->create(\Migration\Step\Stores\Model\DocumentsList::class);
$this->recordTransformerFactory = $objectManager->create(\Migration\RecordTransformerFactory::class);
$this->map = $objectManager->create(\Migration\Reader\MapFactory::class);
}
/**
* @return void
*/
public function testPerform()
{
$data = new Data(
$this->progress,
$this->source,
$this->destination,
$this->recordFactory,
$this->documentsList,
$this->recordTransformerFactory,
$this->map
);
$this->assertTrue($data->perform());
foreach ($this->destinationDocuments as $documentName => $recordsCount) {
$this->assertEquals($recordsCount, count($this->destination->getRecords($documentName, 0)));
}
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/Stores/IntegrityTest.php
================================================
2,
'store_group' => 2,
'store_website' => 2
];
/**
* @var \Migration\App\ProgressBar\LogLevelProcessor
*/
private $progress;
/**
* @var \Migration\ResourceModel\Source
*/
private $source;
/**
* @var \Migration\Step\Stores\Model\DocumentsList
*/
private $documentsList;
/**
* @var \Migration\Logger\Logger
*/
private $logger;
/**
* @var \Migration\Reader\MapFactory
*/
private $mapFactory;
/**
* @var \Migration\Config
*/
private $config;
/**
* @return void
*/
public function setUp()
{
$helper = \Migration\TestFramework\Helper::getInstance();
$objectManager = $helper->getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$this->logger = $objectManager->create(\Migration\Logger\Logger::class);
$this->source = $objectManager->create(\Migration\ResourceModel\Source::class);
$this->destination = $objectManager->create(\Migration\ResourceModel\Destination::class);
$this->documentsList = $objectManager->create(\Migration\Step\Stores\Model\DocumentsList::class);
$this->mapFactory = $objectManager->create(\Migration\Reader\MapFactory::class);
$this->config = $objectManager->create(\Migration\Config::class);
}
/**
* @return void
*/
public function testPerform()
{
$integrity = new Integrity(
$this->documentsList,
$this->logger,
$this->config,
$this->progress,
$this->source,
$this->destination,
$this->mapFactory
);
$this->assertTrue($integrity->perform());
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/TierPrice/DataTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$this->source = $objectManager->create(\Migration\ResourceModel\Source::class);
$this->destination = $objectManager->create(\Migration\ResourceModel\Destination::class);
$this->recordFactory = $objectManager->create(\Migration\ResourceModel\RecordFactory::class);
$this->helper = $objectManager->create(\Migration\Step\TierPrice\Helper::class);
$this->logger = $objectManager->create(\Migration\Logger\Logger::class);
$this->recordTransformerFactory = $objectManager->create(\Migration\RecordTransformerFactory::class);
$this->mapFactory = $objectManager->create(\Migration\Reader\MapFactory::class);
}
/**
* @return void
*/
public function testPerform()
{
$data = new Data(
$this->progress,
$this->source,
$this->destination,
$this->recordFactory,
$this->logger,
$this->helper,
$this->recordTransformerFactory,
$this->mapFactory
);
$this->assertTrue($data->perform());
$this->assertEquals(3, count($this->destination->getRecords(self::TIRE_PRICE_TABLE_DESTINATION, 0)));
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/TierPrice/IntegrityTest.php
================================================
getObjectManager();
$objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->progress = $objectManager->create(\Migration\App\ProgressBar\LogLevelProcessor::class);
$this->source = $objectManager->create(\Migration\ResourceModel\Source::class);
$this->destination = $objectManager->create(\Migration\ResourceModel\Destination::class);
$this->helper = $objectManager->create(\Migration\Step\TierPrice\Helper::class);
$this->logger = $objectManager->create(\Migration\Logger\Logger::class);
$this->mapFactory = $objectManager->create(\Migration\Reader\MapFactory::class);
$this->config = $objectManager->create(\Migration\Config::class);
}
/**
* @return void
*/
public function testPerform()
{
$data = new Integrity(
$this->helper,
$this->logger,
$this->config,
$this->progress,
$this->source,
$this->destination,
$this->mapFactory
);
$this->assertTrue($data->perform());
}
/**
* @return void
*/
public function testPerformFail()
{
$data = new Integrity(
$this->helper,
$this->logger,
$this->config,
$this->progress,
$this->source,
$this->destination,
$this->mapFactory,
'tier_price_map_file_fail'
);
$this->assertFalse($data->perform());
$logOutput = \Migration\Logger\Logger::getMessages();
$error = 'Source fields are not mapped. Document: catalog_product_entity_tier_price. Fields: custom_field';
$this->assertEquals($error, $logOutput[\Monolog\Logger::ERROR][0]);
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/UrlRewrite/Version11410to2000Test.php
================================================
objectManager = $helper->getObjectManager();
$this->objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->tableName = 'url_rewrite_m2' . md5('url_rewrite_m2');
$logManager = $this->objectManager->create(\Migration\Logger\Manager::class);
$this->logger = $this->objectManager->create(\Migration\Logger\Logger::class);
$this->logger->pushHandler($this->objectManager->create(\Migration\Logger\ConsoleHandler::class));
$this->config = $this->objectManager->get(\Migration\Config::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
}
/**
* @return void
*/
public function testIntegrity()
{
$urlRewrite = $this->objectManager->create(
\Migration\Step\UrlRewrite\Version11410to2000::class,
[
'logger' => $this->logger,
'config' => $this->config,
'stage' => 'integrity'
]
);
ob_start();
$result = $urlRewrite->perform();
ob_end_clean();
$this->assertTrue($result);
$messages = [];
$messages[] = 'There are duplicates in URL rewrites';
$messages[] = 'Request path: test1.html Store ID: 1 Target path: catalog/category/view/id/6';
$messages[] = 'Request path: test1.html Store ID: 1 Target path: contacts';
$messages[] = 'Request path: test5.html Store ID: 1 Target path: contacts';
$messages[] = 'Request path: test5.html Store ID: 1 Target path: catalog/category/view/id/8';
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertFalse(empty($logOutput[\Monolog\Logger::INFO]));
$errors = implode("\n", $logOutput[\Monolog\Logger::INFO]);
foreach ($messages as $text) {
$this->assertContains($text, $errors);
}
}
/**
* @return void
*/
public function testData()
{
$urlRewrite = $this->objectManager->create(
\Migration\Step\UrlRewrite\Version11410to2000::class,
[
'logger' => $this->logger,
'config' => $this->config,
'stage' => 'data'
]
);
/** @var \Migration\ResourceModel\Destination $destination */
$destination = $this->objectManager->get(\Migration\ResourceModel\Destination::class);
ob_start();
$urlRewrite->perform();
ob_end_clean();
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertTrue(empty($logOutput[\Monolog\Logger::ERROR]));
$this->assertEquals(48, $destination->getRecordsCount('url_rewrite'));
$this->assertEquals(11, $destination->getRecordsCount('catalog_category_entity_varchar'));
$this->assertEquals(4, $destination->getRecordsCount('catalog_product_entity_varchar'));
$urlRewrite = $this->objectManager->create(
\Migration\Step\UrlRewrite\Version11410to2000::class,
[
'logger' => $this->logger,
'config' => $this->config,
'stage' => 'volume'
]
);
$result = $urlRewrite->perform();
$this->assertTrue($result);
}
}
================================================
FILE: tests/integration/testsuite/Migration/Step/UrlRewrite/Version191to2000Test.php
================================================
objectManager = $helper->getObjectManager();
$this->objectManager->get(\Migration\Config::class)
->init(dirname(__DIR__) . '/../_files/' . $helper->getFixturePrefix() . 'config.xml');
$this->tableName = 'url_rewrite_m2' . md5('url_rewrite_m2');
$logManager = $this->objectManager->create(\Migration\Logger\Manager::class);
$this->logger = $this->objectManager->create(\Migration\Logger\Logger::class);
$this->logger->pushHandler($this->objectManager->create(\Migration\Logger\ConsoleHandler::class));
$this->config = $this->objectManager->get(\Migration\Config::class);
/** @var \Migration\Logger\Manager $logManager */
$logManager->process(\Migration\Logger\Manager::LOG_LEVEL_ERROR);
\Migration\Logger\Logger::clearMessages();
}
/**
* @return void
*/
public function testIntegrity()
{
$urlRewrite = $this->objectManager->create(
\Migration\Step\UrlRewrite\Version191to2000::class,
[
'logger' => $this->logger,
'config' => $this->config,
'stage' => 'integrity'
]
);
ob_start();
$result = $urlRewrite->perform();
ob_end_clean();
$this->assertTrue($result);
}
/**
* @return void
*/
public function testData()
{
$urlRewrite = $this->objectManager->create(
\Migration\Step\UrlRewrite\Version191to2000::class,
[
'logger' => $this->logger,
'config' => $this->config,
'stage' => 'data'
]
);
/** @var \Migration\ResourceModel\Destination $destination */
$destination = $this->objectManager->get(\Migration\ResourceModel\Destination::class);
ob_start();
$urlRewrite->perform();
ob_end_clean();
$logOutput = \Migration\Logger\Logger::getMessages();
$this->assertTrue(empty($logOutput[\Monolog\Logger::ERROR]));
$this->assertEquals(8, $destination->getRecordsCount('url_rewrite'));
$this->assertEquals(4, $destination->getRecordsCount('catalog_url_rewrite_product_category'));
$urlRewrite = $this->objectManager->create(
\Migration\Step\UrlRewrite\Version191to2000::class,
[
'logger' => $this->logger,
'config' => $this->config,
'stage' => 'volume'
]
);
$result = $urlRewrite->perform();
$this->assertTrue($result);
}
}
================================================
FILE: tests/integration/testsuite/Migration/_files/class-map.xml
================================================
customer/customer
Magento\Customer\Model\ResourceModel\Customer
catalog/product
Magento\Catalog\Model\ResourceModel\Product
customer/attribute
Magento\Customer\Model\Attribute
eav/entity_increment_numeric
Magento\Eav\Model\Entity\Increment\NumericValue
customer/attribute_collection
Magento\Customer\Model\ResourceModel\Attribute\Collection
catalog/resource_eav_attribute
Magento\Catalog\Model\ResourceModel\Eav\Attribute
catalog/product_attribute_collection
Magento\Catalog\Model\ResourceModel\Product\Attribute\Collection
catalog/product_attribute_backend_sku
Magento\Catalog\Model\Product\Attribute\Backend\Sku
customer/customer_attribute_backend_website
Magento\Customer\Model\Customer\Attribute\Backend\Website
customer/customer_attribute_source_website
Magento\Customer\Model\Customer\Attribute\Source\Website
================================================
FILE: tests/integration/testsuite/Migration/_files/config-with-empty-map.xml
================================================
tests/integration/testsuite/Migration/_files/empty-map.xml
tests/integration/testsuite/Migration/_files/eav-map.xml
tests/integration/testsuite/Migration/_files/map-log.xml
tests/integration/testsuite/Migration/_files/settings.xml
test/integration/testsuite/Migration/_files/map/sales.xml
tests/integration/testsuite/Migration/_files/customer-document-groups.xml
tests/integration/testsuite/Migration/_files/customer-attribute-groups.xml
tests/integration/testsuite/Migration/_files/map-stores.xml
100
opensource-to-opensource
================================================
FILE: tests/integration/testsuite/Migration/_files/config.xml
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\DataIntegrity\Integrity
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\UrlRewrite\Version191to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\Map\Delta
Migration\Step\Map\Volume
Migration\Step\Log
Migration\Step\Log
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
tests/integration/testsuite/Migration/_files/map.xml
tests/integration/testsuite/Migration/_files/map-eav.xml
tests/integration/testsuite/Migration/_files/eav-attribute-groups.xml
tests/integration/testsuite/Migration/_files/eav-document-groups.xml
tests/integration/testsuite/Migration/_files/map-log.xml
tests/integration/testsuite/Migration/_files/log-document-groups.xml.dist
tests/integration/testsuite/Migration/_files/settings.xml
tests/integration/testsuite/Migration/_files/map-sales.xml
tests/integration/testsuite/Migration/_files/deltalog.xml
tests/integration/testsuite/Migration/_files/class-map.xml
tests/integration/testsuite/Migration/_files/map-tier-price.xml
tests/integration/testsuite/Migration/_files/map-tier-price-fail.xml
tests/integration/testsuite/Migration/_files/customer-document-groups.xml
tests/integration/testsuite/Migration/_files/customer-attribute-groups.xml
tests/integration/testsuite/Migration/_files/map-customer.xml
tests/integration/testsuite/Migration/_files/map-stores.xml
100
1
opensource-to-opensource
1.9.2.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: tests/integration/testsuite/Migration/_files/customer-attribute-groups.xml
================================================
created_in
prefix
firstname
middlename
lastname
suffix
dob
password_hash
rp_token
rp_token_created_at
default_billing
default_shipping
taxvat
confirmation
gender
city
company
country_id
fax
firstname
lastname
middlename
postcode
prefix
region
region_id
street
suffix
telephone
vat_id
vat_is_valid
vat_request_date
vat_request_id
vat_request_success
================================================
FILE: tests/integration/testsuite/Migration/_files/customer-document-groups.xml
================================================
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer
customer_address
customer_entity
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_address_entity
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_entity
customer_address_entity
================================================
FILE: tests/integration/testsuite/Migration/_files/deltalog-empty.xml
================================================
================================================
FILE: tests/integration/testsuite/Migration/_files/deltalog.xml
================================================
table_with_data
source_table_1
source_table_2
================================================
FILE: tests/integration/testsuite/Migration/_files/eav-attribute-groups.xml
================================================
msrp_enabled
group_price
================================================
FILE: tests/integration/testsuite/Migration/_files/eav-document-groups.xml
================================================
eav_attribute_group
eav_attribute_set
eav_attribute
eav_entity_attribute
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_eav_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_text
catalog_product_entity_varchar
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_eav_attribute
customer_eav_attribute_website
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_form_attribute
eav_attribute_label
eav_attribute_option
eav_entity_attribute
eav_form_element
salesrule_product_attribute
weee_tax
================================================
FILE: tests/integration/testsuite/Migration/_files/ee.config.xml
================================================
Migration\Step\Settings\Integrity
Migration\Step\Settings\Data
Migration\Step\Stores\Integrity
Migration\Step\Stores\Data
Migration\Step\Stores\Volume
Migration\Step\Eav\Integrity
Migration\Step\Eav\Data
Migration\Step\Eav\Volume
Migration\Step\CustomCustomerAttributes\Integrity
Migration\Step\CustomCustomerAttributes\Data
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Map\Integrity
Migration\Step\Map\Data
Migration\Step\Map\Volume
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\UrlRewrite\Version11410to2000
Migration\Step\Log\Integrity
Migration\Step\Log\Data
Migration\Step\Log\Volume
Migration\Step\Ratings\Integrity
Migration\Step\Ratings\Data
Migration\Step\Ratings\Volume
Migration\Step\SalesOrder\Integrity
Migration\Step\SalesOrder\Data
Migration\Step\SalesOrder\Volume
Migration\Step\CustomCustomerAttributes\Delta
Migration\Step\CustomCustomerAttributes\Volume
Migration\Step\Map\Delta
Migration\Step\Log\Delta
Migration\Step\Log\Volume
Migration\Step\SalesOrder\Delta
Migration\Step\SalesOrder\Volume
tests/integration/testsuite/Migration/_files/map.xml
tests/integration/testsuite/Migration/_files/ee.map-eav.xml
tests/integration/testsuite/Migration/_files/eav-attribute-groups.xml
tests/integration/testsuite/Migration/_files/ee.eav-document-groups.xml
tests/integration/testsuite/Migration/_files/map-log.xml
tests/integration/testsuite/Migration/_files/settings.xml
tests/integration/testsuite/Migration/_files/map-sales.xml
tests/integration/testsuite/Migration/_files/deltalog.xml
tests/integration/testsuite/Migration/_files/map-tier-price.xml
tests/integration/testsuite/Migration/_files/map-tier-price-fail.xml
tests/integration/testsuite/Migration/_files/class-map.xml
tests/integration/testsuite/Migration/_files/map-stores.xml
tests/integration/testsuite/Migration/_files/map-customer.xml
100
1
commerce-to-commerce
1.14.3.1
SET NAMES utf8;
SET NAMES utf8;
================================================
FILE: tests/integration/testsuite/Migration/_files/ee.eav-document-groups.xml
================================================
eav_attribute_group
eav_attribute_set
eav_attribute
eav_entity_attribute
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
enterprise_rma_item_eav_attribute
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
enterprise_rma_item_eav_attribute
catalog_category_entity_datetime
catalog_category_entity_decimal
catalog_category_entity_int
catalog_category_entity_text
catalog_category_entity_varchar
catalog_eav_attribute
catalog_product_entity_datetime
catalog_product_entity_decimal
catalog_product_entity_gallery
catalog_product_entity_int
catalog_product_entity_media_gallery
catalog_product_entity_text
catalog_product_entity_varchar
customer_address_entity_datetime
customer_address_entity_decimal
customer_address_entity_int
customer_address_entity_text
customer_address_entity_varchar
customer_eav_attribute
customer_eav_attribute_website
customer_entity_datetime
customer_entity_decimal
customer_entity_int
customer_entity_text
customer_entity_varchar
customer_form_attribute
eav_attribute_label
eav_attribute_option
eav_entity_attribute
eav_form_element
salesrule_product_attribute
weee_tax
================================================
FILE: tests/integration/testsuite/Migration/_files/ee.map-eav.xml
================================================
enterprise_rma_item_eav_attribute
magento_rma_item_eav_attribute
enterprise_rma_item_eav_attribute_website
magento_rma_item_eav_attribute_website
eav_attribute.attribute_model
eav_attribute.backend_model
eav_attribute.backend_table
eav_attribute.frontend_model
eav_attribute.frontend_input
eav_attribute.is_required
eav_attribute.frontend_class
eav_attribute.frontend_label
eav_attribute.source_model
eav_attribute.default_value
eav_attribute.note
catalog_eav_attribute.frontend_input_renderer
catalog_eav_attribute.is_visible
catalog_eav_attribute.apply_to
customer_eav_attribute.input_filter
customer_eav_attribute.data_model
eav_entity_type.entity_model
eav_entity_type.attribute_model
eav_entity_type.entity_table
eav_entity_type.increment_model
eav_entity_type.additional_attribute_table
eav_entity_type.entity_attribute_collection
eav_attribute_set.sort_order
eav_attribute_set.attribute_set_name
eav_attribute_group.attribute_group_name
eav_attribute_group.default_id
enterprise_rma_item_eav_attribute.input_filter
catalog_eav_attribute.apply_to
catalog_eav_attribute.is_configurable
catalog_eav_attribute.is_required_in_admin_store
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
================================================
FILE: tests/integration/testsuite/Migration/_files/empty-map.xml
================================================
================================================
FILE: tests/integration/testsuite/Migration/_files/list-log.xml.dist
================================================
entity_type_id
log_customer
log_quote
log_summary
log_summary_type
log_url
log_url_info
log_visitor
log_visitor_info
log_visitor_online
================================================
FILE: tests/integration/testsuite/Migration/_files/map-customer.xml
================================================
customer_entity.entity_type_id
customer_entity.attribute_set_id
customer_entity_datetime.entity_type_id
customer_entity_decimal.entity_type_id
customer_entity_int.entity_type_id
customer_entity_text.entity_type_id
customer_entity_varchar.entity_type_id
customer_address_entity.entity_type_id
customer_address_entity.attribute_set_id
customer_address_entity_datetime.entity_type_id
customer_address_entity_decimal.entity_type_id
customer_address_entity_int.entity_type_id
customer_address_entity_text.entity_type_id
customer_address_entity_varchar.entity_type_id
customer_entity.created_in
customer_entity.prefix
customer_entity.firstname
customer_entity.middlename
customer_entity.lastname
customer_entity.suffix
customer_entity.dob
customer_entity.password_hash
customer_entity.rp_token
customer_entity.rp_token_created_at
customer_entity.default_billing
customer_entity.default_shipping
customer_entity.taxvat
customer_entity.confirmation
customer_entity.gender
customer_address_entity.city
customer_address_entity.company
customer_address_entity.country_id
customer_address_entity.fax
customer_address_entity.firstname
customer_address_entity.lastname
customer_address_entity.middlename
customer_address_entity.postcode
customer_address_entity.prefix
customer_address_entity.region
customer_address_entity.region_id
customer_address_entity.street
customer_address_entity.suffix
customer_address_entity.telephone
customer_address_entity.vat_id
customer_address_entity.vat_is_valid
customer_address_entity.vat_request_date
customer_address_entity.vat_request_id
customer_address_entity.vat_request_success
customer_entity.failures_num
customer_entity.first_failure
customer_entity.lock_expires
================================================
FILE: tests/integration/testsuite/Migration/_files/map-eav.xml
================================================
eav_attribute.attribute_model
eav_attribute.backend_model
eav_attribute.backend_table
eav_attribute.frontend_model
eav_attribute.frontend_input
eav_attribute.is_required
eav_attribute.frontend_class
eav_attribute.frontend_label
eav_attribute.source_model
eav_attribute.default_value
eav_attribute.note
catalog_eav_attribute.frontend_input_renderer
catalog_eav_attribute.is_visible
catalog_eav_attribute.apply_to
customer_eav_attribute.input_filter
customer_eav_attribute.data_model
eav_entity_type.entity_model
eav_entity_type.attribute_model
eav_entity_type.entity_table
eav_entity_type.increment_model
eav_entity_type.additional_attribute_table
eav_entity_type.entity_attribute_collection
eav_attribute_set.sort_order
eav_attribute_set.attribute_set_name
eav_attribute_group.attribute_group_name
eav_attribute_group.default_id
catalog_eav_attribute.apply_to
catalog_eav_attribute.is_configurable
catalog_eav_attribute.is_required_in_admin_store
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
eav_attribute_group.attribute_group_code
eav_attribute_group.tab_group_code
================================================
FILE: tests/integration/testsuite/Migration/_files/map-sales.xml
================================================
sales_flat_order
sales_order
sales_flat_order.reward_points_balance_refunded
sales_flat_order.reward_salesrule_points
================================================
FILE: tests/integration/testsuite/Migration/_files/map-stores.xml
================================================
core_store
store
core_store_group
store_group
core_website
store_website
core_website.is_staging
core_website.master_login
core_website.master_password
core_website.visibility
store_group.code
store_group.code
================================================
FILE: tests/integration/testsuite/Migration/_files/map-tier-price-fail.xml
================================================
================================================
FILE: tests/integration/testsuite/Migration/_files/map-tier-price.xml
================================================
catalog_product_entity_tier_price.custom_field
================================================
FILE: tests/integration/testsuite/Migration/_files/map.xml
================================================
source_table_ignored
table_ignored
source_table_*
sales_flat_order
source_table_renamed
dest_table_renamed
table_with_data
table_without_data
source_table.ignored_field
common_table.source_field_ignored
common_table.field1
common_table.field1_moved
source_table_renamed.moved_field
dest_table_renamed.moved_field
dest_table_ignored
dest_table_*
sales_order
eav_entity_int
eav_attribute
common_table.dest_field_ignored
common_table.common_field
================================================
FILE: tests/integration/testsuite/Migration/_files/settings.xml
================================================
web/unsecure/base_url
admin/security/session_cookie_lifetime
admin/security/session_lifetime
catalog/seo/product_url_suffix
================================================
FILE: tests/static/framework/autoload.php
================================================
addPsr4('Magento\\', $testsBaseDir . '/testsuite/Magento/');
$autoloadWrapper->addPsr4('Magento\\', $testsBaseDirMigration . '/testsuite/Migration/');
$autoloadWrapper->addPsr4(
'Magento\\TestFramework\\',
[
$testsBaseDir . '/framework/Magento/TestFramework/',
$testsBaseDir . '/../integration/framework/Magento/TestFramework/',
]
);
$autoloadWrapper->addPsr4('Magento\\CodeMessDetector\\', $testsBaseDir . '/framework/Magento/CodeMessDetector');
$generatedCode = DirectoryList::getDefaultConfig()[DirectoryList::GENERATED_CODE][DirectoryList::PATH];
$autoloadWrapper->addPsr4('Magento\\', $baseDir . '/' . $generatedCode . '/Magento/');
================================================
FILE: tests/static/framework/bootstrap.php
================================================
deleteDirectory(TESTS_TEMP_DIR);
}
mkdir(TESTS_TEMP_DIR);
$componentRegistrar = new ComponentRegistrar();
$dirSearch = new DirSearch($componentRegistrar, new ReadFactory(new DriverPool()));
$themePackageList = new ThemePackageList($componentRegistrar, new ThemePackageFactory());
$serializer = new \Magento\Framework\Serialize\Serializer\Json();
$regexIteratorFactory = new Magento\Framework\App\Utility\RegexIteratorFactory();
\Magento\Framework\App\Utility\Files::setInstance(
new Files($componentRegistrar, $dirSearch, $themePackageList, $serializer, $regexIteratorFactory)
);
error_reporting(E_ALL);
ini_set('display_errors', 1);
================================================
FILE: tests/static/phpunit.xml.dist
================================================
testsuite/Migration/Php/LiveCodeTest.php
================================================
FILE: tests/static/testsuite/Migration/Php/LiveCodeTest.php
================================================
getPathToSource();
self::$reportDir = self::$pathToSource . '/vendor/magento/data-migration-tool/tests/static/report';
self::$magentoDir = require __DIR__ . '/../../../../../etc/magento_path.php';
if (!is_dir(self::$reportDir)) {
mkdir(self::$reportDir, 0770);
}
self::setupFileLists();
}
/**
* Helper method to setup the black and white lists
*
* @param string $type
* @return void
*/
public static function setupFileLists($type = '')
{
if ($type != '' && !preg_match('/\/$/', $type)) {
$type = $type . '/';
}
self::$whiteList = Files::init()->readLists(__DIR__ . '/_files/' . $type . 'whitelist/*.txt');
self::$blackList = Files::init()->readLists(__DIR__ . '/_files/' . $type . 'blacklist/*.txt');
}
/**
* Run the PSR2 code sniffs on the code
*
* @TODO: combine with testCodeStyle
* @return void
*/
public function testCodeStylePsr2()
{
$reportFile = self::$reportDir . '/phpcs_psr2_report.xml';
$wrapper = new Wrapper();
$codeSniffer = new CodeSniffer('PSR2', $reportFile, $wrapper);
if (!$codeSniffer->canRun()) {
$this->markTestSkipped('PHP Code Sniffer is not installed.');
}
if (version_compare($wrapper->version(), '1.4.7') === -1) {
$this->markTestSkipped('PHP Code Sniffer Build Too Old.');
}
self::setupFileLists('phpcs');
$result = $codeSniffer->run(self::$whiteList, self::$blackList, ['php']);
$this->assertFileExists(
$reportFile,
'Expected ' . $reportFile . ' to be created by phpcs run with PSR2 standard'
);
$this->assertEquals(
0,
$result,
"PHP Code Sniffer has found {$result} error(s): See detailed report in {$reportFile}"
);
}
/**
* Run the magento specific coding standards on the code
*
* @return void
*/
public function testCodeStyle()
{
$reportFile = self::$reportDir . '/phpcs_report.xml';
$wrapper = new Wrapper();
$codeSniffer = new CodeSniffer(realpath(__DIR__ . '/_files/phpcs'), $reportFile, $wrapper);
if (!$codeSniffer->canRun()) {
$this->markTestSkipped('PHP Code Sniffer is not installed.');
}
self::setupFileLists();
$result = $codeSniffer->run(self::$whiteList, self::$blackList, ['php', 'phtml']);
$this->assertEquals(
0,
$result,
"PHP Code Sniffer has found {$result} error(s): See detailed report in {$reportFile}"
);
}
/**
* Run the annotations sniffs on the code
*
* @return void
* @todo Combine with normal code style at some point.
*/
public function testAnnotationStandard()
{
$reportFile = self::$reportDir . '/phpcs_annotations_report.xml';
$wrapper = new Wrapper();
$codeSniffer = new CodeSniffer(
realpath(self::$magentoDir . '/dev/tests/static/framework/Magento/ruleset.xml'),
$reportFile,
$wrapper
);
if (!$codeSniffer->canRun()) {
$this->markTestSkipped('PHP Code Sniffer is not installed.');
}
self::setupFileLists('annotation');
$severity = 0; // Change to 5 to see the warnings
$this->assertEquals(
0,
$result = $codeSniffer->run(self::$whiteList, self::$blackList, ['php'], $severity),
"PHP Code Sniffer has found {$result} error(s): See detailed report in {$reportFile}"
);
}
/**
* Run mess detector on code
*
* @return void
*/
public function testCodeMess()
{
$reportFile = self::$reportDir . '/phpmd_report.xml';
$codeMessDetector = new CodeMessDetector(realpath(__DIR__ . '/_files/phpmd/ruleset.xml'), $reportFile);
if (!$codeMessDetector->canRun()) {
$this->markTestSkipped('PHP Mess Detector is not available.');
}
self::setupFileLists('phpmd');
$this->assertEquals(
Command::EXIT_SUCCESS,
$codeMessDetector->run(self::$whiteList),
"PHP Code Mess has found error(s): See detailed report in {$reportFile}"
);
// delete empty reports
if (file_exists($reportFile)) {
unlink($reportFile);
}
}
}
================================================
FILE: tests/static/testsuite/Migration/Php/_files/annotation/blacklist/common.txt
================================================
# Files or directories that are included into static code analysis
# Glob patterns are supported
#
================================================
FILE: tests/static/testsuite/Migration/Php/_files/annotation/whitelist/common.txt
================================================
# Files or directories that are included into static code analysis
# Glob patterns are supported
#
vendor/magento/data-migration-tool/src
================================================
FILE: tests/static/testsuite/Migration/Php/_files/blacklist/common.txt
================================================
================================================
FILE: tests/static/testsuite/Migration/Php/_files/phpcs/blacklist/common.txt
================================================
================================================
FILE: tests/static/testsuite/Migration/Php/_files/phpcs/ruleset.xml
================================================
Magento coding standard.
================================================
FILE: tests/static/testsuite/Migration/Php/_files/phpcs/whitelist/common.txt
================================================
# Files or directories that are included into static code analysis
# Glob patterns are supported
#
vendor/magento/data-migration-tool/src
vendor/magento/data-migration-tool/tests
================================================
FILE: tests/static/testsuite/Migration/Php/_files/phpmd/blacklist/common.txt
================================================
# Files or directories that are included into static code analysis
# Glob patterns are supported
#
================================================
FILE: tests/static/testsuite/Migration/Php/_files/phpmd/ruleset.xml
================================================
Magento Code Check Rules
================================================
FILE: tests/static/testsuite/Migration/Php/_files/phpmd/whitelist/common.txt
================================================
# Files or directories that are included into static code analysis
# Glob patterns are supported
#
vendor/magento/data-migration-tool/src
================================================
FILE: tests/static/testsuite/Migration/Php/_files/whitelist/common.txt
================================================
# Files or directories that are included into static code analysis
# Glob patterns are supported
#
vendor/magento/data-migration-tool/src
================================================
FILE: tests/unit/framework/PdoTest.php
================================================
add('Migration\\Test\\', "{$testsBaseDir}/testsuite/Migration");
$vendorAutoload->addPsr4('Migration\\TestFramework\\', "{$testsBaseDir}/framework");
================================================
FILE: tests/unit/framework/bootstrap.php
================================================
deleteDirectory(TESTS_TEMP_DIR);
}
mkdir(TESTS_TEMP_DIR);
\Magento\Framework\Phrase::setRenderer(new \Magento\Framework\Phrase\Renderer\Placeholder());
set_time_limit(0);
error_reporting(E_ALL);
ini_set('display_errors', 1);
date_default_timezone_set('UTC');
================================================
FILE: tests/unit/phpunit.xml.dist
================================================
testsuite
================================================
FILE: tests/unit/testsuite/Migration/App/Mode/StepListTest.php
================================================
createMock(\Migration\App\Step\StageInterface::class);
$stage2 = $this->createMock(\Migration\App\Step\StageInterface::class);
$stepFactory = $this->createMock(\Migration\App\Step\StageFactory::class);
$stepFactory->expects($this->any())->method('create')->willReturnMap([
['\Migration\Step\Stage1', ['stage' => 'stage1'], $stage1],
['\Migration\Step\Stage2', ['stage' => 'stage2'], $stage2]
]);
$config = $this->createMock(\Migration\Config::class);
$config->expects($this->any())->method('getSteps')->with('mode')->willReturn([
'Test Step' => [
'stage1' => '\Migration\Step\Stage1',
'stage2' => '\Migration\Step\Stage2',
]
]);
$stepList = new StepList($stepFactory, $config, 'mode');
$this->assertEquals(['Test Step' => ['stage1' => $stage1, 'stage2' => $stage2]], $stepList->getSteps());
}
}
================================================
FILE: tests/unit/testsuite/Migration/App/Progress/FileTest.php
================================================
filesystemDriver = $this->getMockBuilder(\Magento\Framework\Filesystem\Driver\File::class)
->setMethods(['isExists', 'filePutContents', 'fileGetContents'])
->disableOriginalConstructor()
->getMock();
$this->filesystemDriver->expects($this->any())->method('filePutContents')->will($this->returnValue(true));
$directoryRead = $this->getMockBuilder(\Magento\Framework\Filesystem\Directory\ReadInterface::class)
->disableOriginalConstructor()
->getMock();
$directoryRead->expects($this->any())->method('getAbsolutePath')->willReturn('/path/to/var');
$this->filesystem = $this->getMockBuilder(\Magento\Framework\Filesystem::class)
->setMethods(['getDirectoryRead'])
->disableOriginalConstructor()
->getMock();
$this->filesystem->expects($this->any())->method('getDirectoryRead')->with(DirectoryList::VAR_DIR)
->willReturn($directoryRead);
$this->file = new File($this->filesystemDriver, $this->filesystem);
}
/**
* @return void
*/
public function testSaveData()
{
$data = ['key' => ['other_key' => 'value']];
$this->filesystemDriver->expects($this->any())->method('isExists')->will($this->returnValue(true));
$this->assertTrue($this->file->saveData($data));
}
/**
* @return void
*/
public function testGetData()
{
$this->filesystemDriver->expects($this->any())->method('isExists')->will($this->returnValue(true));
$dataSerialized = '{"object":{"integrity":true}}';
$this->filesystemDriver->expects($this->once())->method('fileGetContents')->willReturn($dataSerialized);
$data = $this->file->getData();
$this->assertEquals(['object' => ['integrity' => true]], $data);
}
/**
* @return void
*/
public function testClearLockFile()
{
$this->file->clearLockFile();
$this->assertEquals([], $this->file->getData());
}
}
================================================
FILE: tests/unit/testsuite/Migration/App/ProgressTest.php
================================================
file = $this->getMockBuilder(\Migration\App\Progress\File::class)
->setMethods(['getData', 'saveData', 'clearLockFile', 'isExists'])
->disableOriginalConstructor()
->getMock();
$this->progress = new Progress($this->file);
}
/**
* @return array
*/
public function isCompletedDataProvider()
{
$step = $this->createMock(\Migration\Step\Map\Data::class);
return [
'complete' => [
'data' => [get_class($step) => ['integrity' => ['result' => true]]],
'step' => $step,
'stage' => 'integrity',
'result' => true
],
'incomplete' => [
'data' => [],
'step' => $step,
'stage' => 'integrity',
'result' => false
]
];
}
/**
* @param array $data
* @param mixed $step
* @param string $stage
* @param bool $result
* @dataProvider isCompletedDataProvider
* @return void
*/
public function testIsCompleted($data, $step, $stage, $result)
{
$this->file->expects($this->once())->method('getData')->will($this->returnValue($data));
$isCompleted = $this->progress->isCompleted($step, $stage);
$this->assertEquals($result, $isCompleted);
}
/**
* @return void
*/
public function testAddProcessedEntitySuccess()
{
$step = $this->createMock(\Migration\Step\Map\Data::class);
$stage = 'run';
$result = $this->progress->addProcessedEntity($step, $stage, 'document_name1');
$this->assertTrue($result);
}
/**
* @return void
*/
public function testAddProcessedEntityAlreadyExist()
{
$step = $this->createMock(\Migration\Step\Map\Data::class);
$stage = 'run';
$documentName = 'document_name1';
$data = [get_class($step) => [$stage => ['process' => [$documentName]]]];
$this->file->expects($this->once())->method('getData')->will($this->returnValue($data));
$result = $this->progress->addProcessedEntity($step, $stage, $documentName);
$this->assertFalse($result);
}
/**
* @return void
*/
public function testResetProcessedEntities()
{
$step = $this->helper = $this->getMockBuilder(\Migration\Step\Map\Migrate::class)
->disableOriginalConstructor()
->getMock();
$stage = 'run';
$this->assertNull($this->progress->resetProcessedEntities($step, $stage));
}
/**
* @return void
*/
public function testGetProcessedEntities()
{
$step = $this->getMockBuilder(\Migration\Step\Map\Migrate::class)
->disableOriginalConstructor()
->getMock();
$stage = 'run';
$document = ['some_document'];
$progress = [get_class($step) => [$stage => ['process' => $document]]];
$this->file->expects($this->once())->method('getData')->will($this->returnValue($progress));
$result = $this->progress->getProcessedEntities($step, $stage);
$this->assertEquals($document, $result);
}
/**
* @return void
*/
public function testSaveResult()
{
$this->file->expects($this->once())->method('saveData')->will($this->returnValue(1));
$step = $this->getMockBuilder(\Migration\Step\Map\Migrate::class)
->disableOriginalConstructor()
->getMock();
$this->progress->saveResult($step, 'integrity', 'true');
}
/**
* @return void
*/
public function testReset()
{
$this->file->expects($this->once())->method('clearLockFile');
$this->progress->reset();
}
/**
* @return void
*/
public function testResetObject()
{
$step = $this->getMockBuilder(\Migration\Step\Map::class)
->disableOriginalConstructor()
->getMock();
$data = [get_class($step) => ['dummy_array']];
$this->file->expects($this->once())->method('getData')->will($this->returnValue($data));
$this->file->expects($this->once())->method('saveData')->with([]);
$this->progress->reset($step);
}
/**
* @return void
*/
public function testSaveDataNoFile()
{
$this->file->expects($this->any())->method('isExists')->will($this->returnValue(false));
$this->file->expects($this->once())->method('saveData');
$step = $this->getMockBuilder(\Migration\Step\Map::class)
->disableOriginalConstructor()
->getMock();
$this->progress->saveResult($step, 'integrity', 'true');
}
/**
* @param array $data
* @param string $step
* @param string $stage
* @param array $processed
* @param array $saveData
*
* @return void
* @dataProvider saveProcessedEntitiesDataProvider
*/
public function testSaveProcessedEntities(array $data, $step, $stage, array $processed, array $saveData)
{
$this->file->expects($this->once())->method('getData')->willReturn($data);
$this->file->expects($this->once())->method('saveData')->with($saveData);
$this->progress->saveProcessedEntities($step, $stage, $processed);
}
/**
* @return array
*/
public function saveProcessedEntitiesDataProvider()
{
$step = $this->createMock(\Migration\Step\Map\Data::class);
$data = ['test_step' => ['dummy_array']];
return [
'class' => [
'data' => $data,
'step' => $step,
'stage' => 'run1',
'processed' => ['table1'],
'saveData' => [
'test_step' => ['dummy_array'],
get_class($step) => ['run1' => [\Migration\App\Progress::PROCESS_KEY => ['table1']]],
],
],
'string_name' => [
'data' => $data,
'step' => 'step',
'stage' => 'run2',
'processed' => ['table2'],
'saveData' => [
'test_step' => ['dummy_array'],
'step' => ['run2' => [\Migration\App\Progress::PROCESS_KEY => ['table2']]],
],
]
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/App/SetupDeltaLogTest.php
================================================
createMock(\Migration\ResourceModel\Source::class);
/** @var \Migration\ResourceModel\Document|\PHPUnit_Framework_MockObject_MockObject $source */
$document = $this->createMock(\Migration\ResourceModel\Document::class);
$source->expects($this->any())
->method('getDocument')
->willReturn($document);
$source->expects($this->exactly(4))
->method('createDelta')
->withConsecutive(
['orders', 'order_id'],
['invoices', 'invoice_id'],
['reports', 'report_id'],
['shipments', 'shipment_id']
);
/** @var \Migration\Reader\Groups|\PHPUnit_Framework_MockObject_MockObject $readerGroups */
$readerGroups = $this->createMock(\Migration\Reader\Groups::class);
$readerGroups->expects($this->any())
->method('getGroups')
->with()
->willReturn(
[
'firstGroup' => ['orders' => 'order_id', 'invoices' => 'invoice_id'],
'secondGroup' => ['reports' => 'report_id', 'shipments' => 'shipment_id']
]
);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createMock(\Migration\Reader\GroupsFactory::class);
$groupsFactory->expects($this->any())->method('create')->with('delta_document_groups_file')
->willReturn($readerGroups);
/** @var \Migration\App\ProgressBar\LogLevelProcessor|\PHPUnit_Framework_MockObject_MockObject $progress */
$progress = $this->createMock(\Migration\App\ProgressBar\LogLevelProcessor::class);
$progress->expects($this->once())
->method('start')
->with(4);
$progress->expects($this->exactly(4))
->method('advance');
$progress->expects($this->once())
->method('finish');
/** @var \Migration\Logger\Logger|\PHPUnit_Framework_MockObject_MockObject $logger */
$logger = $this->createMock(\Migration\Logger\Logger::class);
$deltaLog = new SetupDeltaLog($source, $groupsFactory, $progress, $logger);
$this->assertTrue($deltaLog->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/App/Step/FactoryTest.php
================================================
objectManager = $this->getMockBuilder(\Magento\Framework\ObjectManager\ObjectManager::class)
->disableOriginalConstructor()
->getMock();
$this->factory = new StageFactory($this->objectManager);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testCreate()
{
$step = $this->createMock(\Migration\App\Step\StageInterface::class);
$this->objectManager->expects($this->once())->method('create')->will($this->returnValue($step));
$this->assertSame($step, $this->factory->create(\Migration\Steps\Integrity::class));
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testCreateStepWithException()
{
$this->expectException('\Exception');
$this->expectExceptionMessage('Class: Migration\Step\Integrity must implement StageInterface.');
$this->factory->create(\Migration\Step\Integrity::class);
}
}
================================================
FILE: tests/unit/testsuite/Migration/ConfigTest.php
================================================
getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
$this->config = new Config($validationState);
$this->config->init(realpath(__DIR__ . '/_files/test-config.xml'));
}
/**
* @return void
*/
public function testDefaultConfigFile()
{
$this->assertNotEmpty($this->config->getOption('map_file'));
}
/**
* @throws Exception
* @return void
*/
public function testInvalidConfigFile()
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('Invalid config filename: non-existent.xml');
$validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
$config = new Config($validationState);
$config->init('non-existent.xml');
}
/**
* @throws Exception
* @return void
*/
public function testInvalidXml()
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('XML file is invalid');
$validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
$config = new Config($validationState);
$config->init(__DIR__ . '/_files/invalid-config.xml');
}
/**
* @return void
*/
public function testGetSteps()
{
$steps = [
'Step1' => [
'integrity' => \Migration\Step\SomeStep\Integrity::class,
'volume' => \Migration\Step\SomeStep\Volume::class
],
'Step2' => [
'integrity' => \Migration\Step\SomeStep\Integrity::class,
'volume' => \Migration\Step\SomeStep\Volume::class
]
];
$this->assertEquals($steps, $this->config->getSteps('data'));
}
/**
* @return void
*/
public function testGetStep()
{
$step = ['delta' => \Migration\Step\SomeStep\Integrity::class];
$this->assertEquals($step, $this->config->getStep('delta', 'Step1'));
}
/**
* @return void
*/
public function testGetSource()
{
$source = [
'type' => 'database',
'database' => [
'host' => 'localhost',
'user' => 'root',
'name' => 'magento1'
]
];
$this->assertEquals($source, $this->config->getSource());
}
/**
* @return void
*/
public function testGetDestination()
{
$destination = [
'type' => 'database',
'database' => [
'host' => 'localhost',
'user' => 'root',
'name' => 'magento2',
'password' => '123123q'
]
];
$this->assertEquals($destination, $this->config->getDestination());
}
/**
* @return void
*/
public function testGetOption()
{
$this->assertEquals('map-file.xml', $this->config->getOption('map_file'));
$this->assertEquals('etc/settings.xml', $this->config->getOption('settings_map_file'));
$this->assertEquals('100', $this->config->getOption('bulk_size'));
$this->assertEquals('custom_option_value', $this->config->getOption('custom_option'));
$this->assertEquals('map-sales.xml', $this->config->getOption('sales_order_map_file'));
}
/**
* @return void
*/
public function testSetOption()
{
$this->config->setOption('option1', 'value1');
$this->assertEquals('value1', $this->config->getOption('option1'));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/AddPrefixTest.php
================================================
getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->will($this->returnValue('val'));
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $prefix . 'val');
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new AddPrefix($prefix);
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/ClassMapTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields']
);
$record->expects($this->once())->method('getValue')->with($fieldName)->willReturn($classOldFashion);
$record->expects($this->once())->method('setValue')->with($fieldName, $classNewStyle);
$record->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$classMap = $this->createPartialMock(
\Migration\Reader\ClassMap::class,
['convertClassName']
);
$classMap->expects($this->once())
->method('convertClassName')
->with($classOldFashion)
->willReturn($classNewStyle);
$handler = new \Migration\Handler\ClassMap($classMap);
$handler->setField($fieldName);
$handler->handle($record, $record2);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/ConvertDateFormatTest.php
================================================
fulllong medium '
. 'short ';
$convertedValue = '0 1 2 '
. '3 ';
$fieldName = 'fieldname';
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record */
$record = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getValue', 'getFields']
);
$record->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($fieldValue);
$record->expects($this->any())->method('setValue')->with($fieldName, $convertedValue);
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record2 */
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new ConvertDateFormat();
$handler->setField($fieldName);
$this->assertNull($handler->handle($record, $record2));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/ConvertIpTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getValue', 'getFields']
);
$record->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($ipDbValue);
$record->expects($this->any())->method('setValue')->with($fieldName, ip2long(inet_ntop($ipDbValue)));
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record2 */
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new ConvertIp();
$handler->setField($fieldName);
$this->assertNull($handler->handle($record, $record2));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/ConvertTest.php
================================================
'[one_column:1column;two_columns_left:2columns-left]',
'initialValue' => 'one_column',
'processedValue' => '1column'
],
[
'map' => '[one_column:1column;two_columns_left:2columns-left]',
'initialValue' => 'dummy_value',
'processedValue' => 'dummy_value'
]
];
}
/**
* @param string $map
* @param mixed $initialValue
* @param mixed $processedValue
* @dataProvider dataProviderMaps
* @return void
*/
public function testHandle($map, $initialValue, $processedValue)
{
$fieldName = 'fieldname';
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record */
$record = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getValue', 'getFields']
);
$record->expects($this->once())->method('getValue')->will($this->returnValue($initialValue));
$record->expects($this->once())->method('setValue')->with($fieldName, $processedValue);
$record->expects($this->any())->method('getFields')->will($this->returnValue([$fieldName]));
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new Convert($map);
$handler->setField($fieldName);
$handler->handle($record, $record2);
}
/**
* @return void
*/
public function testInvalidMap()
{
$this->expectException('Exception');
$handler = new Convert('[dummy]');
$record = $this->createMock(\Migration\ResourceModel\Record::class);
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler->handle($record, $record2, 'dummy');
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/EavAttribute/ConvertModelTest.php
================================================
classMap = $this->getMockBuilder(\Migration\Reader\ClassMap::class)->setMethods(['convertClassName'])
->disableOriginalConstructor()
->getMock();
$this->handler = new ConvertModel($this->classMap);
$this->handler->setField($this->fieldName);
}
/**
* @return void
*/
public function testHandleConvert()
{
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $oppositeRecord */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$this->classMap->expects($this->once())->method('convertClassName')
->with('some\class_name')
->will($this->returnValue('Some\Class\Name'));
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$this->fieldName]));
$recordToHandle->expects($this->once())->method('getValue')->with($this->fieldName)
->will($this->returnValue('some\class_name'));
$recordToHandle->expects($this->once())->method('setValue')->with($this->fieldName, 'Some\Class\Name');
$this->handler->handle($recordToHandle, $oppositeRecord);
}
/**
* @return void
*/
public function testHandleGetDestination()
{
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $oppositeRecord */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)->disableOriginalConstructor()
->setMethods(['getValue'])
->getMock();
$oppositeRecord->expects($this->once())->method('getValue')->will($this->returnValue('Some\Class\Name'));
$this->classMap->expects($this->once())->method('convertClassName');
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$this->fieldName]));
$recordToHandle->expects($this->once())->method('getValue')->with($this->fieldName)
->will($this->returnValue(null));
$recordToHandle->expects($this->once())->method('setValue')->with($this->fieldName, 'Some\Class\Name');
$this->handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/EavAttributeGroup/SetGroupCodeTest.php
================================================
getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record $oppositeRecord|\PHPUnit_Framework_MockObject_MockObject */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
/** @var AttributeGroupNameToCodeMap $attributeGroupNameToCodeMap|\PHPUnit_Framework_MockObject_MockObject */
$attributeGroupNameToCodeMap = $this->getMockBuilder(\Migration\Model\Eav\AttributeGroupNameToCodeMap::class)
->setMethods(['getGroupCodeMap'])
->disableOriginalConstructor()
->getMock();
$attributeGroupNameToCodeMap->expects($this->once())
->method('getGroupCodeMap')
->with($groupName, $entityType)
->willReturn($groupCode);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$recordToHandle->expects($this->any())->method('getValue')->willReturnMap(
[
['attribute_group_name', $groupName],
['attribute_set_id', $attributeSetId]
]
);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $groupCode);
$config = $this->getMockBuilder(\Migration\Config::class)
->disableOriginalConstructor()->setMethods(['getSource'])->getMock();
$config->expects($this->once())->method('getSource')->willReturn(['type' => DatabaseStage::SOURCE_TYPE]);
$source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)
->setMethods(['getAdapter', 'addDocumentPrefix'])
->disableOriginalConstructor()
->getMock();
$mySqlAdapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['getSelect', 'fetchOne']
);
$dbSelect = $this->createPartialMock(
\Magento\Framework\DB\Select::class,
['from', 'where', 'join', 'getAdapter']
);
$mySqlAdapter->expects($this->any())->method('getSelect')->willReturn($dbSelect);
$source->expects($this->any())->method('getAdapter')->willReturn($mySqlAdapter);
$source->expects($this->any())->method('addDocumentPrefix')->willReturnArgument(0);
$dbSelect->expects($this->any())->method('from')->willReturnSelf();
$dbSelect->expects($this->any())->method('where')->willReturnSelf();
$dbSelect->expects($this->any())->method('join')->willReturnSelf();
$dbSelect->expects($this->any())->method('getAdapter')->willReturn($mySqlAdapter);
$mySqlAdapter->expects($this->once())->method('fetchOne')->willReturn($entityType);
$handler = new SetGroupCode($config, $attributeGroupNameToCodeMap, $source);
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/GetDestinationValueTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, null);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue'])
->disableOriginalConstructor()
->getMock();
$oppositeRecord->expects($this->exactly(2))->method('getValue')
->with($fieldName)
->will($this->returnValue(null));
$handler = new GetDestinationValue('true');
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
/**
* @return void
*/
public function testHandleSetValue()
{
$value = 'value';
$fieldName = 'fieldname';
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $value);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue'])
->disableOriginalConstructor()
->getMock();
$oppositeRecord->expects($this->exactly(2))->method('getValue')->with($fieldName)
->will($this->returnValue($value));
$handler = new GetDestinationValue('true');
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
/**
* @return void
*/
public function testHandleKeepValueFromSource()
{
$fieldName = 'fieldname';
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getFields']
);
$recordToHandle->expects($this->never())->method('setValue');
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue'])
->disableOriginalConstructor()
->getMock();
$oppositeRecord->expects($this->once())->method('getValue')->with($fieldName)->will($this->returnValue(null));
$handler = new GetDestinationValue();
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/GetEventStatusTest.php
================================================
getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['setValue', 'getValue', 'getFields'])
->getMock();
$record->expects($this->any())->method('getFields')->willReturn(['status']);
$record->expects($this->any())->method('getValue')->willReturnMap(
[
['date_start', $dateStart],
['date_end', $dateEnd]
]
);
$record->expects($this->once())->method('setValue')->with('status', $status);
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new GetEventStatus();
$handler->setField('status');
$handler->handle($record, $record2);
}
/**
* @return array
*/
public function eventDatesDataProvider()
{
return [
'closed' => [
'date_start' => date('Y-m-d H:i:s', strtotime('-5 days')),
'date_end' => date('Y-m-d H:i:s', strtotime('-2 days')),
'status' => GetEventStatus::EVENT_CLOSED
],
'open' => [
'date_start' => date('Y-m-d H:i:s', strtotime('-1 days')),
'date_end' => date('Y-m-d H:i:s', strtotime('+2 days')),
'status' => GetEventStatus::EVENT_OPEN
],
'upcoming' => [
'date_start' => date('Y-m-d H:i:s', strtotime('+2 days')),
'date_end' => date('Y-m-d H:i:s', strtotime('+5 days')),
'status' => GetEventStatus::EVENT_UPCOMING
]
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/ManagerTest.php
================================================
objectManager = $this->createPartialMock(
\Magento\Framework\ObjectManager\ObjectManager::class,
['create']
);
$this->manager = new Manager($this->objectManager);
}
/**
* @covers \Migration\Handler\Manager::initHandler
* @covers \Migration\Handler\Manager::getHandler
* @return void
*/
public function testGetHandlerCorrect()
{
$field = 'someField';
$handlerConfig = ['class' => \Migration\Handler\SetValue::class, 'params' => ['value' => '12']];
$handler = $this->createPartialMock(
\Migration\Handler\SetValue::class,
['setField']
);
$this->objectManager->expects($this->any())->method('create')->will($this->returnValue($handler));
$handler->expects($this->once())->method('setField')->with($field);
$this->manager->initHandler($field, $handlerConfig);
$this->assertEquals($handler, $this->manager->getHandler($field));
$this->assertEquals([$field => $handler], $this->manager->getHandlers());
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetHandlerWithHandlerKey()
{
$field = 'someField';
$handlerKey = 'someKey';
$handlerConfig = ['class' => \Migration\Handler\SetValue::class, 'params' => ['value' => '12']];
$handler = $this->createPartialMock(
\Migration\Handler\SetValue::class,
['setField']
);
$this->objectManager->expects($this->any())->method('create')->will($this->returnValue($handler));
$handler->expects($this->once())->method('setField')->with($field);
$this->manager->initHandler($field, $handlerConfig, $handlerKey);
$this->assertEquals($handler, $this->manager->getHandler($handlerKey));
$this->assertEquals([$handlerKey => $handler], $this->manager->getHandlers());
}
/**
* @covers \Migration\Handler\Manager::initHandler
* @covers \Migration\Handler\Manager::getHandler
* @return void
*/
public function testGetHandlerEmpty()
{
$field = 'someField';
$handlerConfig = ['class' => \Migration\Handler\SetValue::class, 'params' => ['value' => '12']];
$handler = $this->createPartialMock(
\Migration\Handler\SetValue::class,
['setField']
);
$this->objectManager->expects($this->once())->method('create')->will($this->returnValue($handler));
$handler->expects($this->once())->method('setField')->with($field);
$this->manager->initHandler($field, $handlerConfig);
$this->assertEquals(null, $this->manager->getHandler('non_existent_field'));
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testInitHandlerEmptyConfig()
{
$this->objectManager->expects($this->never())->method('create');
$this->manager->initHandler('anyfield');
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testInitHandlerEmptyClass()
{
$this->expectException('Exception');
$this->expectExceptionMessage('Handler class name not specified.');
$config = ['class' => '', 'params' => ['value' => '12']];
$this->manager->initHandler('anyfield', $config);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testInitInvalidHandler()
{
$handlerConfig = ['class' => "Migration\\Migration", 'params' => ['value' => '12']];
$invalidHandler = $this->getMockBuilder(\Migration\Migration::class)
->disableOriginalConstructor()
->getMock();
$this->objectManager->expects($this->once())->method('create')->will($this->returnValue($invalidHandler));
$this->expectException('\Exception');
$this->expectExceptionMessage("'Migration\\Migration' is not correct handler.");
$this->manager->initHandler('somefield', $handlerConfig);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/PlaceholderTest.php
================================================
\Magento\Catalog\Block\Product\Widget\NewWidget::class];
$content = 'hello1 {{widget type="catalog/product_widget_new" display_type="all_products" '
. 'products_count="10" template="catalog/product/widget/new/content/new_grid.phtml"}}
'
. '{{widget type="extensions/widget_1" anchor_text="widget1" '
. 'template="extensions/widget/link/link_block.phtml" page_id="3"}}
';
$contentConverted = 'hello1 {{widget type="Magento\\\\Catalog\\\\Block\\\\Product\\\\Widget\\\\NewWidget"'
.' display_type="all_products" products_count="10" template="product/widget/new/content/new_grid.phtml"}}'
. '
';
$fieldName = 'fieldname';
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record */
$record = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields']
);
$record->expects($this->once())->method('getValue')->with($fieldName)->willReturn($content);
$record->expects($this->once())->method('setValue')->with($fieldName, $contentConverted);
$record->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$classMap = $this->createPartialMock(
\Migration\Reader\ClassMap::class,
['getMap']
);
$classMap->expects($this->once())->method('getMap')->willReturn($classMapData);
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new \Migration\Handler\Placeholder($classMap);
$handler->setField($fieldName);
$handler->handle($record, $record2);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Rule/ConditionSqlTest.php
================================================
map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);
/** @var Source|\PHPUnit_Framework_MockObject_MockObject $source */
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)->disableOriginalConstructor()
->setMethods(['getDocumentList', 'addDocumentPrefix'])
->getMock();
/** @var \Migration\ResourceModel\Destination|\PHPUnit_Framework_MockObject_MockObject $destination */
$destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)->disableOriginalConstructor()
->setMethods(['addDocumentPrefix'])
->getMock();
$destination->expects($this->any())->method('addDocumentPrefix')->will($this->returnCallback(function ($value) {
return 'pfx_' . $value;
}));
$this->handler = new ConditionSql($mapFactory, $this->source, $destination);
}
/**
* @return void
*/
public function testHandle()
{
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record $oppositeRecord|\PHPUnit_Framework_MockObject_MockObject */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$fieldName = 'fieldname';
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)
->will($this->returnValue('SELECT * FROM `source_some_document` LEFT JOIN `source_other_document`'));
$recordToHandle->expects($this->once())->method('setValue')
->with($fieldName, 'SELECT * FROM `pfx_dest_some_document` LEFT JOIN `pfx_dest_other_document`');
$this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['source_some_document', MapInterface::TYPE_SOURCE, 'dest_some_document'],
['source_other_document', MapInterface::TYPE_SOURCE, 'dest_other_document'],
['source_ignored_document', MapInterface::TYPE_SOURCE, false]
]
);
$this->source->expects($this->once())->method('getDocumentList')
->will($this->returnValue(['source_some_document', 'source_other_document', 'source_ignored_document']));
$this->source->expects($this->any())->method('addDocumentPrefix')->will($this->returnArgument(0));
$this->handler->setField($fieldName);
$this->handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Rule/CustomerSegmentConditionSqlTest.php
================================================
mapMain = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap'])
->getMock();
/** @var Map|\PHPUnit_Framework_MockObject_MockObject $map */
$this->mapSalesOrder = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->at(0))->method('create')->with('map_file')->willReturn($this->mapMain);
$mapFactory->expects($this->at(1))->method('create')->with('sales_order_map_file')
->willReturn($this->mapSalesOrder);
/** @var Source|\PHPUnit_Framework_MockObject_MockObject $source */
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)->disableOriginalConstructor()
->setMethods(['getDocumentList', 'addDocumentPrefix'])
->getMock();
/** @var \Migration\ResourceModel\Destination|\PHPUnit_Framework_MockObject_MockObject $destination */
$destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)->disableOriginalConstructor()
->setMethods(['addDocumentPrefix'])
->getMock();
$destination->expects($this->any())->method('addDocumentPrefix')->will($this->returnCallback(function ($value) {
return 'pfx_' . $value;
}));
$this->handler = new CustomerSegmentConditionSql($mapFactory, $this->source, $destination);
}
/**
* @return void
*/
public function testHandle()
{
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record $oppositeRecord|\PHPUnit_Framework_MockObject_MockObject */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$fieldName = 'fieldname';
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)
->will($this->returnValue('SELECT * FROM `sales_flat_order` LEFT JOIN `source_some_document`'));
$recordToHandle->expects($this->once())->method('setValue')
->with($fieldName, 'SELECT * FROM `pfx_sales_order` LEFT JOIN `pfx_dest_some_document`');
$this->mapMain->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['source_some_document', MapInterface::TYPE_SOURCE, 'dest_some_document']
]
);
$this->mapSalesOrder->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['sales_flat_order', MapInterface::TYPE_SOURCE, 'sales_order']
]
);
$this->source->expects($this->once())->method('getDocumentList')
->will($this->returnValue(['sales_flat_order', 'source_some_document']));
$this->source->expects($this->any())->method('addDocumentPrefix')->will($this->returnArgument(0));
$this->handler->setField($fieldName);
$this->handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Rule/NormalizationIdsTest.php
================================================
destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->disableOriginalConstructor()
->setMethods(['clearDocument', 'saveRecords'])
->getMock();
$this->config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->setMethods(['getOption'])
->getMock();
$this->config->expects($this->once())->method('getOption')
->willReturn(\Migration\Config::EDITION_MIGRATE_OPENSOURCE_TO_OPENSOURCE);
$this->handler = new NormalizationIds(
$this->destination,
$this->config,
$this->normalizationDocument,
$this->normalizationField
);
}
/**
* @return void
*/
public function testHandle()
{
$fieldNameRuleId = 'rule_id';
$fieldNameForNormalization = 'website_ids';
$idsForNormalization = '1,2,3';
$normalizedData = [
[$fieldNameRuleId => 1, $this->normalizationField => 1],
[$fieldNameRuleId => 1, $this->normalizationField => 2],
[$fieldNameRuleId => 1, $this->normalizationField => 3],
];
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record $oppositeRecord|\PHPUnit_Framework_MockObject_MockObject */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$recordToHandle->expects($this->once())
->method('getFields')
->willReturn([$fieldNameRuleId, $fieldNameForNormalization]);
$recordToHandle->expects($this->any())->method('getValue')->willReturnMap([
[$fieldNameRuleId, 1],
[$fieldNameForNormalization, $idsForNormalization],
]);
$this->destination
->expects($this->once())
->method('clearDocument')
->with($this->normalizationDocument)
->willReturnSelf();
$this->destination
->expects($this->once())
->method('saveRecords')
->with($this->normalizationDocument, $normalizedData)
->willReturnSelf();
$this->handler->setField($fieldNameForNormalization);
$this->handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Rule/SerializedDataTest.php
================================================
'some\class_name_1',
'key2' => ['some\class_name_2']
]);
$convertedData = serialize([
'key1' => 'Some\Class\Name1',
'key2' => ['Some\Class\Name2']
]);
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
/** @var Record|\PHPUnit_Framework_MockObject_MockObject $oppositeRecord */
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$classMap = $this->getMockBuilder(\Migration\Reader\ClassMap::class)->disableOriginalConstructor()
->setMethods(['convertClassName'])
->getMock();
$classMap->expects($this->exactly(2))->method('convertClassName')->will($this->returnValueMap([
['some\class_name_1', 'Some\Class\Name1'],
['some\class_name_2', 'Some\Class\Name2']
]));
$fieldName = 'fieldname';
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->will($this->returnValue($data));
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $convertedData);
$handler = new SerializedData($classMap);
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SalesOrderStatusState/SetVisibleOnFrontTest.php
================================================
recordToHandle = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields'])
->disableOriginalConstructor()->getMock();
$this->oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
}
/**
* @return void
*/
public function testHandleInitiallyInvisible()
{
$fieldName = 'visible_on_front';
$this->recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$this->recordToHandle->expects($this->any())->method('getValue')->will($this->returnCallback(function ($value) {
switch ($value) {
case 'status':
return 'pending_ogone';
break;
case 'state':
return 'pending_payment';
break;
}
return '';
}));
$this->recordToHandle->expects($this->once())->method('setValue')->with($fieldName, 0);
$handler = new SetVisibleOnFront();
$handler->setField($fieldName);
$handler->handle($this->recordToHandle, $this->oppositeRecord);
}
/**
* @return void
*/
public function testHandleNotVisibleStates()
{
$fieldName = 'visible_on_front';
$this->recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$this->recordToHandle->expects($this->any())->method('getValue')->will($this->returnCallback(function ($value) {
switch ($value) {
case 'status':
return 'some_my_status';
break;
case 'state':
return 'pending_payment';
break;
}
return '';
}));
$this->recordToHandle->expects($this->once())->method('setValue')->with($fieldName, 0);
$handler = new SetVisibleOnFront();
$handler->setField($fieldName);
$handler->handle($this->recordToHandle, $this->oppositeRecord);
}
/**
* @dataProvider stateProvider
* @param string $state
* @return void
*/
public function testHandleVisibleState($state)
{
$fieldName = 'visible_on_front';
$this->recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$this->recordToHandle->expects($this->any())->method('getValue')->will($this->returnCallback(
function ($value) use ($state) {
switch ($value) {
case 'status':
return 'some_my_status';
break;
case 'state':
return $state;
break;
}
return '';
}
));
$this->recordToHandle->expects($this->once())->method('setValue')->with($fieldName, 1);
$handler = new SetVisibleOnFront();
$handler->setField($fieldName);
$handler->handle($this->recordToHandle, $this->oppositeRecord);
}
/**
* @return array
*/
public function stateProvider()
{
return [['new'], ['processing'], ['complete'], ['closed'], ['canceled'], ['holded'], ['payment_review']];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SequenceTest.php
================================================
getMockBuilder(\Migration\ResourceModel\Structure::class)
->setMethods(['getFields'])
->disableOriginalConstructor()
->getMock();
$structure->expects($this->any())->method('getFields')->willReturn([$fieldName]);
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record */
$record = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields', 'getStructure'])
->disableOriginalConstructor()
->getMock();
$record->expects($this->any())->method('getStructure')->willReturn($structure);
$record->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($id);
$record->expects($this->any())->method('setValue')->with($fieldName, $id);
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record2 */
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue', 'setValue', 'getFields', 'getStructure'])
->disableOriginalConstructor()
->getMock();
$record2->expects($this->any())->method('setValue')->willReturn($createdVersionField, $version);
$record2->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$record2->expects($this->any())->method('getStructure')->willReturn($structure);
/** @var \Migration\ResourceModel\Destination|\PHPUnit_Framework_MockObject_MockObject $destination */
$destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->setMethods(['clearDocument', 'saveRecords'])
->disableOriginalConstructor()
->getMock();
$destination->expects($this->any())->method('clearDocument')->with($table);
$destination->expects($this->any())->method('saveRecords')->with($table, [['sequence_value' => $id]])
->willReturnSelf();
$handler = new Sequence($table, $destination);
$handler->setField($fieldName);
$this->assertNull($handler->handle($record, $record2));
}
/**
* @return array
*/
public function dataProviderTables()
{
return [
['table' => 'tablename', 'id' => 1],
['table' => '', 'id' => 1],
['table' => 'tablename', 'id' => 0],
['table' => '', 'id' => 0],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SerializeToJson/ConvertWithConditionsTest.php
================================================
model = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['setValue', 'getValue', 'getFields', 'getData', 'getDocument'])
->disableOriginalConstructor()
->getMock();
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)
->setMethods(['warning'])
->disableOriginalConstructor()
->getMock();
$this->documentIdField = $this->getMockBuilder(\Migration\Model\DocumentIdField::class)
->setMethods(['getFiled'])
->disableOriginalConstructor()
->getMock();
}
/**
* @param string $dataToConvert
* @param string $expectedJson
*
* @dataProvider convertDataProvider
*/
public function testHandle(
$conditionalField,
$conditionalFieldValuesPattern,
$ignoreBrokenData,
$dataToConvert,
$expectedResult
) {
$fieldName = 'fieldname';
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->setMethods(['getName'])
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getName')->willReturn('document1');
$this->documentIdField->expects($this->any())->method('getFiled')->with($document)->willReturn('fieldid');
$this->model->expects($this->any())->method('getDocument')->willReturn($document);
$this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$this->model->expects($this->any())->method('getData')->willReturn(['code' => 'info_buyRequest']);
$this->model->expects($this->any())->method('getValue')->willReturnMap(
[
[$fieldName, $dataToConvert],
['fieldid', 5]
]
);
$this->model->expects($this->any())->method('setValue')->with($fieldName, $expectedResult);
$handler = new ConvertWithConditions(
$conditionalField,
$conditionalFieldValuesPattern,
$this->logger,
$this->documentIdField,
$ignoreBrokenData
);
$handler->setField($fieldName);
$this->assertNull($handler->handle($this->model, $this->model));
}
/**
* @expectedException \Migration\Exception
*/
public function testException()
{
$fieldName = 'fieldname';
$this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$this->model->expects($this->any())->method('getData')->willReturn(['some_value' => null]);
$handler = new ConvertWithConditions('code', null, $this->logger, $this->documentIdField);
$handler->setField($fieldName);
$handler->handle($this->model, $this->model);
}
/**
* @return array
*/
public function convertDataProvider()
{
$data = ['product' => '2', 'form_key' => '2SYziDL1rBficzaP'];
return [
[
'code',
'/(parameters)|(info_buyRequest)|(bundle_option_ids)|(bundle_selection_attributes)/',
false,
serialize($data),
json_encode($data)
],
[
null,
null,
true,
null,
null
],
[
'code',
'/(parameters)|(info_buyRequest)|(bundle_option_ids)|(bundle_selection_attributes)/',
true,
'brokenString',
null
],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SerializeToJson/ItemOptionTest.php
================================================
model = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['setValue', 'getValue', 'getFields', 'getData'])
->disableOriginalConstructor()
->getMock();
}
/**
* @param string $code
* @param string $serialized
* @param string $expectedJson
*
* @dataProvider handleDataProvider
*/
public function testHandle($code, $serialized, $expectedJson)
{
$fieldName = 'fieldname';
$this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$this->model->expects($this->any())->method('getData')->willReturn(['code' => $code]);
$this->model->expects($this->any())->method('getValue')->with($fieldName)->willReturn($serialized);
$this->model->expects($this->any())->method('setValue')->with($fieldName, $expectedJson);
$record2 = $this->getMockBuilder(
\Migration\ResourceModel\Record::class
)->disableOriginalConstructor()->getMock();
$handler = new ItemOption();
$handler->setField($fieldName);
$this->assertNull($handler->handle($this->model, $record2));
}
/**
* @expectedException \Migration\Exception
*/
public function testException()
{
$fieldName = 'fieldname';
$this->model->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$this->model->expects($this->any())->method('getData')->willReturn(['some_value' => null]);
$documentIdField = $this->getMockBuilder(\Migration\Model\DocumentIdField::class)
->setMethods(['getFiled'])
->disableOriginalConstructor()
->getMock();
$logger = $this->getMockBuilder(\Migration\Logger\Logger::class)
->setMethods(['warning'])
->disableOriginalConstructor()
->getMock();
$handler = new ConvertWithConditions('code', null, $logger, $documentIdField);
$handler->setField($fieldName);
$handler->handle($this->model, $this->model);
}
/**
* @return array
*/
public function handleDataProvider()
{
return [
'dataset_1' => [
'option_1',
'serialized' => 'a:1:{s:4:"some";s:5:"value";}',
'expectedJson' => '{"some":"value"}',
],
'dataset_2' => [
'some_option',
'serialized' => 1,
'expectedJson' => 1,
],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SerializeToJson/SalesOrderItemTest.php
================================================
getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['setValue', 'getValue', 'getFields'])
->disableOriginalConstructor()
->getMock();
$record->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($serialized);
$record->expects($this->any())->method('setValue')->with($fieldName, $expectedJson);
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$documentIdField = $this->getMockBuilder(\Migration\Model\DocumentIdField::class)
->setMethods(['getFiled'])
->disableOriginalConstructor()
->getMock();
$logger = $this->getMockBuilder(\Migration\Logger\Logger::class)
->setMethods(['warning'])
->disableOriginalConstructor()
->getMock();
$handler = new SalesOrderItem($logger, $documentIdField);
$handler->setField($fieldName);
$this->assertNull($handler->handle($record, $record2));
}
/**
* @return array
*/
public function handleDataProvider()
{
// @codingStandardsIgnoreStart
return [
'dataset_1' => [
'serialized' => 'a:2:{s:15:"info_buyRequest";a:6:{s:4:"uenc";s:52:"aHR0cDovL20yLmxvYy9zaW1wbGUuaHRtbD9vcHRpb25zPWNhcnQ,";s:7:"product";s:1:"1";s:28:"selected_configurable_option";s:0:"";s:15:"related_product";s:0:"";s:7:"options";a:3:{i:1;s:4:"test";i:3;s:1:"2";i:2;a:9:{s:4:"type";s:10:"image/jpeg";s:5:"title";s:7:"476.jpg";s:10:"quote_path";s:61:"custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg";s:10:"order_path";s:61:"custom_options/order/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg";s:8:"fullpath";s:89:"C:/www/magento/ce/pub/media/custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg";s:4:"size";s:6:"122340";s:5:"width";i:666;s:6:"height";i:940;s:10:"secret_key";s:20:"bc61f16f0cc3a8c5abd7";}}s:3:"qty";s:1:"1";}s:7:"options";a:3:{i:0;a:7:{s:5:"label";s:11:"testoption1";s:5:"value";s:4:"test";s:11:"print_value";s:4:"test";s:9:"option_id";s:1:"1";s:11:"option_type";s:5:"field";s:12:"option_value";s:4:"test";s:11:"custom_view";b:0;}i:1;a:7:{s:5:"label";s:11:"testoption2";s:5:"value";s:132:"476.jpg 666 x 940 px.";s:11:"print_value";s:21:"476.jpg 666 x 940 px.";s:9:"option_id";s:1:"2";s:11:"option_type";s:4:"file";s:12:"option_value";s:600:"a:10:{s:4:"type";s:10:"image/jpeg";s:5:"title";s:7:"476.jpg";s:10:"quote_path";s:61:"custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg";s:10:"order_path";s:61:"custom_options/order/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg";s:8:"fullpath";s:89:"C:/www/magento/ce/pub/media/custom_options/quote/4/7/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg";s:4:"size";s:6:"122340";s:5:"width";i:666;s:6:"height";i:940;s:10:"secret_key";s:20:"bc61f16f0cc3a8c5abd7";s:3:"url";a:2:{s:5:"route";s:35:"sales/download/downloadCustomOption";s:6:"params";a:2:{s:2:"id";s:1:"9";s:3:"key";s:20:"bc61f16f0cc3a8c5abd7";}}}";s:11:"custom_view";b:1;}i:2;a:7:{s:5:"label";s:8:"testopt3";s:5:"value";s:3:"222";s:11:"print_value";s:3:"222";s:9:"option_id";s:1:"3";s:11:"option_type";s:9:"drop_down";s:12:"option_value";s:1:"2";s:11:"custom_view";b:0;}}}',
'expectedJson' => '{"info_buyRequest":{"uenc":"aHR0cDovL20yLmxvYy9zaW1wbGUuaHRtbD9vcHRpb25zPWNhcnQ,","product":"1","selected_configurable_option":"","related_product":"","options":{"1":"test","3":"2","2":{"type":"image\/jpeg","title":"476.jpg","quote_path":"custom_options\/quote\/4\/7\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg","order_path":"custom_options\/order\/4\/7\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg","fullpath":"C:\/www\/magento\/ce\/pub\/media\/custom_options\/quote\/4\/7\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg","size":"122340","width":666,"height":940,"secret_key":"bc61f16f0cc3a8c5abd7"}},"qty":"1"},"options":[{"label":"testoption1","value":"test","print_value":"test","option_id":"1","option_type":"field","option_value":"test","custom_view":false},{"label":"testoption2","value":"476.jpg<\/a> 666 x 940 px.","print_value":"476.jpg 666 x 940 px.","option_id":"2","option_type":"file","option_value":"{\"type\":\"image\\\\\/jpeg\",\"title\":\"476.jpg\",\"quote_path\":\"custom_options\\\\\/quote\\\\\/4\\\\\/7\\\\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\",\"order_path\":\"custom_options\\\\\/order\\\\\/4\\\\\/7\\\\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\",\"fullpath\":\"C:\\\\\/www\\\\\/magento\\\\\/ce\\\\\/pub\\\\\/media\\\\\/custom_options\\\\\/quote\\\\\/4\\\\\/7\\\\\/bc61f16f0cc3a8c5abd7ebbaad4cc139.jpg\",\"size\":\"122340\",\"width\":666,\"height\":940,\"secret_key\":\"bc61f16f0cc3a8c5abd7\",\"url\":{\"route\":\"sales\\\\\/download\\\\\/downloadCustomOption\",\"params\":{\"id\":\"9\",\"key\":\"bc61f16f0cc3a8c5abd7\"}}}","custom_view":true},{"label":"testopt3","value":"222","print_value":"222","option_id":"3","option_type":"drop_down","option_value":"2","custom_view":false}]}',
],
'dataset_2' => [
'serialized' => 'a:2:{s:15:"info_buyRequest";a:6:{s:4:"uenc";s:36:"aHR0cDovL20yLmxvYy9idW5kbGUuaHRtbA,,";s:7:"product";s:1:"4";s:28:"selected_configurable_option";s:0:"";s:15:"related_product";s:0:"";s:13:"bundle_option";a:2:{i:1;s:1:"1";i:2;s:1:"2";}s:3:"qty";s:1:"3";}s:27:"bundle_selection_attributes";s:97:"a:4:{s:5:"price";d:100;s:3:"qty";d:1;s:12:"option_label";s:8:"option 1";s:9:"option_id";s:1:"1";}";}',
'expectedJson' => '{"info_buyRequest":{"uenc":"aHR0cDovL20yLmxvYy9idW5kbGUuaHRtbA,,","product":"4","selected_configurable_option":"","related_product":"","bundle_option":{"1":"1","2":"2"},"qty":"3"},"bundle_selection_attributes":"{\"price\":100,\"qty\":1,\"option_label\":\"option 1\",\"option_id\":\"1\"}"}',
],
];
// @codingStandardsIgnoreEnd
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SerializeToJsonTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getValue', 'getFields']
);
$record->expects($this->any())->method('getFields')->willReturn([$fieldName]);
$record->expects($this->any())->method('getValue')->with($fieldName)->willReturn($serializedData);
$record->expects($this->any())->method('setValue')->with($fieldName, $unserializedData);
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$documentIdField = $this->getMockBuilder(\Migration\Model\DocumentIdField::class)
->setMethods(['getFiled'])
->disableOriginalConstructor()
->getMock();
$logger = $this->getMockBuilder(\Migration\Logger\Logger::class)
->setMethods(['warning'])
->disableOriginalConstructor()
->getMock();
$handler = new SerializeToJson($logger, $documentIdField, true, false);
$handler->setField($fieldName);
$this->assertNull($handler->handle($record, $record2));
}
/**
* @return array
*/
public function handleDataProvider()
{
$array = ['some_field' => 'value'];
return [
[
serialize($array),
json_encode($array)
],
[
null,
null
]
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SetDefaultWebsiteIdTest.php
================================================
'0',
'is_default' => '0'
],
[
'website_id' => '1',
'is_default' => '1'
]
];
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $record */
$recordToHandle = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getFields']
);
$recordOpposite = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
/** @var \Migration\ResourceModel\Source|\PHPUnit_Framework_MockObject_MockObject $source */
$source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getRecords']
);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $value);
$recordToHandle->expects($this->once())->method('getFields')->willReturn([$fieldName]);
$source->expects($this->once())->method('getRecords')->willReturn($records);
$handler = new SetDefaultWebsiteId($source);
$handler->setField($fieldName);
$handler->handle($recordToHandle, $recordOpposite);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SetHashTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $hash($baseFieldValue));
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->setMethods(['getValue'])
->disableOriginalConstructor()
->getMock();
$oppositeRecord->expects($this->any())
->method('getValue')
->with($baseField)
->will($this->returnValue($baseFieldValue));
$handler = new SetHash($hash, $baseField);
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/SetValueTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['setValue', 'getFields']
);
$record->expects($this->once())->method('setValue')->with($fieldName, $value);
$record->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new SetValue($value);
$handler->setField($fieldName);
$handler->handle($record, $record2);
}
/**
* @return void
*/
public function testHandleException()
{
$value = 'value';
$record = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['getFields']
);
$record->expects($this->once())->method('getFields')->will($this->returnValue([]));
$handler = new SetValue($value);
$record2 = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$this->expectException('Exception');
$handler->handle($record, $record2);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Settings/CategoryRootIdTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($categoryRootId);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $categoryRootIdHandled);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new \Migration\Handler\Settings\CategoryRootId();
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Settings/EncryptTest.php
================================================
encryptor = $this->createPartialMock(
\Magento\Framework\Encryption\Encryptor::class,
['encrypt']
);
$this->configReader = $this->createPartialMock(
\Migration\Config::class,
['getOption']
);
$this->cryptFactory = $this->getMockBuilder(\Magento\Framework\Encryption\CryptFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
}
/**
* @param array $attributeData
* @param array $expected
*
* @dataProvider dataProviderEncryptionData
* @return void
*/
public function testHandle($attributeData, $expected)
{
$fieldName = 'value';
list($key, $dbValue, $initVector, $encryptedValue, $cypher, $mode) = array_values($attributeData);
list($decryptedValue, $newValue) = array_values($expected);
/** @var \Migration\ResourceModel\Record|\PHPUnit_Framework_MockObject_MockObject $recordToHandle */
$recordToHandle = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($dbValue);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $newValue);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$crypt = $this->getMockBuilder(\Magento\Framework\Encryption\Crypt::class)
->setConstructorArgs([$key, $cypher, $mode, $initVector])
->setMethods(['decrypt'])
->getMock();
$crypt->expects($this->once())
->method('decrypt')
->with(base64_decode((string)$encryptedValue))
->willReturn($decryptedValue);
$this->configReader->expects($this->once())
->method('getOption')
->with(self::CRYPT_KEY)
->will($this->returnValue($key));
$this->cryptFactory->expects($this->once())
->method('create')
->with([
'key' => $key,
'cipher' => $cypher,
'mode' => $mode,
'initVector' => $initVector,
])
->will($this->returnValue($crypt));
$this->encryptor->expects($this->once())
->method('encrypt')
->with($decryptedValue)
->willReturn($newValue);
$handler = new \Migration\Handler\Encrypt($this->encryptor, $this->cryptFactory, $this->configReader);
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
/**
* @return array
*/
public function dataProviderEncryptionData()
{
return [
[
[
'key' => '7979bbf5eedb156a709cca04bcd1ab3f',
'dbValue' => '0:2:4db32e3c8ef3612a:+AFOl9Rr7yTVBAUukxOQbg==',
'initVector' => '4db32e3c8ef3612a',
'encryptedValue' => '+AFOl9Rr7yTVBAUukxOQbg==',
'cypher' => MCRYPT_RIJNDAEL_128,
'mode' => MCRYPT_MODE_CBC,
],
[
'decryptedValue' => '1350644470',
'newValue' => '0:2:YU9IwW5apFqebOynZBiBnKZlssuBPt8O'
. ':QQB7G0RlWIFMWT8hXWBgi1kZ7oUj/iQ9mII1tiGEJYE=',
],
],
[
[
'key' => '538e855c156dcb99aa1bef633a1b98b9',
'dbValue' => '2klxhuOkPMF22vf24BCruA==',
'initVector' => false,
'encryptedValue' => '2klxhuOkPMF22vf24BCruA==',
'cypher' => MCRYPT_BLOWFISH,
'mode' => MCRYPT_MODE_ECB,
],
[
'decryptedValue' => '1350644470',
'newValue' => '0:2:cCsFNUtbk1yrpF1V75KA3Z2UiBLQsCgS'
. ':7Ed+QCz/CV8DIJlRvVIyKhAf8IBgLih/9PLlQ/AEjIg=',
],
],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Settings/TemplateTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($templateOldFashion);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $templateNewStyle);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$oppositeRecord->expects($this->once())->method('getValue')->with($fieldName)->willReturn($templateNewStyle);
$handler = new \Migration\Handler\Settings\Template();
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/Settings/UrlSuffixTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields']
);
$recordToHandle->expects($this->once())->method('getValue')->with($fieldName)->willReturn($urlSuffix);
$recordToHandle->expects($this->once())->method('setValue')->with($fieldName, $urlSuffixHandled);
$recordToHandle->expects($this->once())->method('getFields')->will($this->returnValue([$fieldName]));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new \Migration\Handler\Settings\UrlSuffix();
$handler->setField($fieldName);
$handler->handle($recordToHandle, $oppositeRecord);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Handler/TimezonesTest.php
================================================
createPartialMock(
\Migration\ResourceModel\Record::class,
['getValue', 'setValue', 'getFields', 'getStructure']
);
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()
->setMethods(['getFields'])
->getMock();
$structure->expects($this->any())->method('getFields')->willReturn([
$fieldName => ['DATA_TYPE' => $dataType]
]);
$recordToHandle->expects($this->any())->method('getValue')->willReturn($value);
$recordToHandle->expects($this->any())->method('setValue')->with($fieldName, $newValue);
$recordToHandle->expects($this->any())->method('getFields')->will($this->returnValue([$fieldName]));
$recordToHandle->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$oppositeRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$handler = new Timezone($offset);
$handler->setField($fieldName);
$this->assertNull($handler->handle($recordToHandle, $oppositeRecord));
}
/**
* @return array
*/
public function dataProviderTimeAndOffsets()
{
return [
[
[
'datetime' => '2015-10-06 12:56:36',
'offset' => '',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_TIMESTAMP,
],
[
'datetime' => '2015-10-06 12:56:36',
],
],
[
[
'datetime' => '2015-10-06 12:56:36',
'offset' => '0',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_TIMESTAMP,
],
[
'datetime' => '2015-10-06 12:56:36',
],
],
[
[
'datetime' => '2015-10-06 12:56:36',
'offset' => '+3',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_TIMESTAMP,
],
[
'datetime' => '2015-10-06 15:56:36',
],
],
[
[
'datetime' => '2015-10-06 12:56:36',
'offset' => '+12',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_TIMESTAMP,
],
[
'datetime' => '2015-10-07 00:56:36',
],
],
[
[
'datetime' => '2015-10-06 12:56:36',
'offset' => '-14',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_TIMESTAMP,
],
[
'datetime' => '2015-10-05 22:56:36',
],
],
[
[
'datetime' => '2015-10-06 12:56:36',
'offset' => '-14',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_DATETIME,
],
[
'datetime' => '2015-10-05 22:56:36',
],
],
[
[
'datetime' => '1447683513',
'offset' => '1',
'DATA_TYPE' => Timezone::TYPE_INT,
],
[
'datetime' => '1447687113',
],
],
[
[
'datetime' => '1447679914',
'offset' => '-1',
'DATA_TYPE' => Timezone::TYPE_INT,
],
[
'datetime' => '1447676314',
],
],
[
[
'datetime' => '1447679914',
'offset' => '3',
'DATA_TYPE' => \Magento\Framework\DB\Ddl\Table::TYPE_INTEGER,
],
[
'datetime' => '1447690714',
],
],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Logger/ConsoleHandlerTest.php
================================================
consoleHandler = new ConsoleHandler();
}
/**
* @return array
*/
public function dataProviderHandleSuccess()
{
return [
['recordLevel' => 200, 'handlerLevel' => 'infO'],
['recordLevel' => 100, 'handlerLevel' => 'deBug'],
['recordLevel' => 200, 'handlerLevel' => 'debug'],
['recordLevel' => 200, 'handlerLevel' => 200],
['recordLevel' => 100, 'handlerLevel' => 100],
['recordLevel' => 200, 'handlerLevel' => 100]
];
}
/**
* @param string $recordLevel
* @param string|int $handlerLevel
* @dataProvider dataProviderHandleSuccess
* @return void
*/
public function testHandleSuccess($recordLevel, $handlerLevel)
{
$message = 'Success message';
$extra = ['mode' => 'application mode'];
$context = [];
$record = ['message' => $message, 'level' => $recordLevel, 'extra' => $extra, 'context' => $context];
$this->consoleHandler->setLevel($handlerLevel);
ob_start();
$result = $this->consoleHandler->handle($record);
$output = ob_get_contents();
ob_end_clean();
$this->assertFalse($result);
$this->assertContains('Success message', $output);
}
/**
* @param string $recordLevel
* @param string|int $handlerLevel
* @dataProvider dataProviderHandleSuccess
* @return void
*/
public function testHandleSuccessWithoutBubble($recordLevel, $handlerLevel)
{
$message = 'Success message';
$extra = ['mode' => 'application mode'];
$context = [];
$record = ['message' => $message, 'level' => $recordLevel, 'extra' => $extra, 'context' => $context];
$this->consoleHandler->setLevel($handlerLevel);
ob_start();
$this->consoleHandler->setBubble(false);
$result = $this->consoleHandler->handle($record);
$output = ob_get_contents();
ob_end_clean();
$this->assertTrue($result);
$this->assertContains('Success message', $output);
}
/**
* @return array
*/
public function dataProviderHandleError()
{
return [
['recordLevel' => 100, 'handlerLevel' => 200],
['recordLevel' => 100, 'handlerLevel' => 'info']
];
}
/**
* @param string $recordLevel
* @param string|int $handlerLevel
* @dataProvider dataProviderHandleError
* @return void
*/
public function testHandleError($recordLevel, $handlerLevel)
{
$message = 'Error message';
$extra = ['mode' => 'application mode'];
$context = [];
$record = ['message' => $message, 'level' => $recordLevel, 'extra' => $extra, 'context' => $context];
$this->consoleHandler->setLevel($handlerLevel);
$result = $this->consoleHandler->handle($record);
$this->assertFalse($result);
}
/**
* @return void
*/
public function testHandleWarning()
{
$message = 'Warnin message';
$extra = ['mode' => 'application mode'];
$context = [];
$record = ['message' => $message, 'level' => 300, 'extra' => $extra, 'context' => $context];
$this->consoleHandler->setLevel(100);
ob_start();
$this->consoleHandler->setBubble(false);
$result = $this->consoleHandler->handle($record);
$output = ob_get_contents();
ob_end_clean();
$this->assertTrue($result);
$this->assertContains($message, $output);
}
/**
* @return void
*/
public function testHandleRed()
{
$message = 'Colorized message';
$context = [];
$record = ['message' => $message, 'level' => 400, 'extra' => [], 'context' => $context];
$this->consoleHandler->setLevel(100);
ob_start();
$result = $this->consoleHandler->handle($record);
$output = ob_get_contents();
ob_end_clean();
$this->assertFalse($result);
$this->assertContains('Colorized message', $output);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Logger/FileHandlerTest.php
================================================
file = $this->getMockBuilder(\Magento\Framework\Filesystem\Driver\File::class)
->disableOriginalConstructor()
->setMethods(['filePutContents', 'getRealPath', 'createDirectory'])
->getMock();
$this->config = $this->getMockBuilder(\Migration\Config::class)
->disableOriginalConstructor()
->setMethods(['getOption'])
->getMock();
$directoryRead = $this->getMockBuilder(\Magento\Framework\Filesystem\Directory\ReadInterface::class)
->disableOriginalConstructor()
->getMock();
$directoryRead->expects($this->any())->method('getAbsolutePath')->willReturn('/path/to/var');
$this->filesystem = $this->getMockBuilder(\Magento\Framework\Filesystem::class)
->disableOriginalConstructor()
->setMethods(['getDirectoryRead'])
->getMock();
$this->filesystem->expects($this->any())->method('getDirectoryRead')->with(DirectoryList::VAR_DIR)
->willReturn($directoryRead);
$this->fileHandler = new FileHandler($this->file, $this->config, $this->filesystem);
}
/**
* @return void
*/
public function testHandleSuccess()
{
$extra = ['mode' => 'application mode'];
$context = [];
$record = [
'message' => $this->message,
'level' => $this->recordLevel,
'extra' => $extra,
'context' => $context
];
$this->fileHandler->setLevel($this->handlerLevel);
$file = 'file/path/file.log';
$this->file->expects($this->any())->method('filePutContents')->willReturn(1);
$this->file->expects($this->any())->method('getRealPath')->willReturnMap(
[
[$file, false],
['file/path', false],
['file', '/existing_path/file']
]
);
$this->file->expects($this->once())->method('createDirectory')->willReturn(true);
$this->config->expects($this->any())->method('getOption')->with('log_file')->willReturn($file);
$result = $this->fileHandler->handle($record);
$this->assertFalse($result);
}
/**
* @return void
*/
public function testHandleSuccessWithoutBubble()
{
$extra = ['mode' => 'application mode'];
$context = [];
$record = [
'message' => $this->message,
'level' => $this->recordLevel,
'extra' => $extra,
'context' => $context
];
$this->fileHandler->setLevel($this->handlerLevel);
$this->fileHandler->setBubble(false);
$file = 'file/path/file.log';
$this->file->expects($this->any())->method('filePutContents')->willReturn(1);
$this->file->expects($this->any())->method('getRealPath')->willReturnMap(
[
[$file, false],
['file/path', false],
['file', '/existing_path/file']
]
);
$this->file->expects($this->once())->method('createDirectory')->willReturn(true);
$this->config->expects($this->any())->method('getOption')->with('log_file')->willReturn($file);
$result = $this->fileHandler->handle($record);
$this->assertTrue($result);
}
/**
* @return void
*/
public function testHandleError()
{
$extra = ['mode' => 'application mode'];
$context = [];
$record = [
'message' => $this->message,
'level' => $this->recordLevel,
'extra' => $extra,
'context' => $context
];
$this->fileHandler->setLevel($this->handlerLevel);
$result = $this->fileHandler->handle($record);
$this->assertFalse($result);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Logger/LoggerTest.php
================================================
logger = new Logger();
}
/**
* @return void
*/
public function testGetName()
{
$someName = 'Some name';
$logger = new Logger($someName);
$this->assertEquals($someName, $logger->getName());
}
/**
* @covers Migration\Logger\Logger::addRecord
* @covers Migration\Logger\Logger::getMessages
* @return void
*/
public function testAddRecord()
{
$infoMessage = 'info1';
$errorMessage = 'error1';
$consoleHandler = $this->getMockBuilder(\Migration\Logger\ConsoleHandler::class)
->disableOriginalConstructor()
->setMethods(['handle'])
->getMock();
$consoleHandler->expects($this->any())->method('handle')->will($this->returnValue(true));
$this->logger->pushHandler($consoleHandler);
$this->logger->addRecord(\Monolog\Logger::INFO, $infoMessage);
$this->logger->addRecord(\Monolog\Logger::ERROR, $errorMessage);
$messages = \Migration\Logger\Logger::getMessages();
$this->assertEquals($infoMessage, $messages[\Monolog\Logger::INFO][0]);
$this->assertEquals($errorMessage, $messages[\Monolog\Logger::ERROR][0]);
$this->logger->clearMessages();
$this->assertEmpty(\Migration\Logger\Logger::getMessages());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Logger/ManagerTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['pushHandler', 'pushProcessor', 'error']
);
$this->consoleHandler = $this->createPartialMock(
\Migration\Logger\ConsoleHandler::class,
['setLevel', 'setFormatter']
);
$this->fileHandler = $this->createPartialMock(
\Migration\Logger\FileHandler::class,
['setLevel', 'setFormatter']
);
$this->messageFormatter = $this->createMock(\Migration\Logger\MessageFormatter::class);
$this->messageProcessor = $this->createMock(\Migration\Logger\MessageProcessor::class);
$this->manager = new Manager(
$this->logger,
$this->consoleHandler,
$this->fileHandler,
$this->messageFormatter,
$this->messageProcessor
);
}
/**
* @return array
*/
public function dataProviderProcessSuccess()
{
return [
['logLevel' => 'info', 'logLevelCode' => 200],
['logLevel' => 'debug', 'logLevelCode' => 100],
['logLevel' => 'ERROR', 'logLevelCode' => 400],
['logLevel' => 'InFo', 'logLevelCode' => 200],
['logLevel' => 'Debug', 'logLevelCode' => 100],
];
}
/**
* @param string $logLevel
* @param int $logLevelCode
* @dataProvider dataProviderProcessSuccess
* @return void
*/
public function testProcessSuccess($logLevel, $logLevelCode)
{
$this->logger->expects($this->any())->method('pushHandler')->willReturnSelf();
$this->logger->expects($this->once())->method('pushProcessor')->with([$this->messageProcessor, 'setExtra'])
->willReturnSelf();
$this->consoleHandler->expects($this->once())->method('setLevel')->willReturnSelf($logLevelCode);
$this->consoleHandler->expects($this->once())->method('setFormatter')->with($this->messageFormatter)
->willReturnSelf();
$this->fileHandler->expects($this->once())->method('setLevel')->willReturnSelf();
$this->fileHandler->expects($this->once())->method('setFormatter')->with($this->messageFormatter)
->willReturnSelf();
$this->manager->process($logLevel);
}
/**
* @return array
*/
public function dataProviderProcessInvalidLevel()
{
return [
['logLevel' => 'invalid'],
['logLevel' => 200]
];
}
/**
* @param string $logLevel
* @dataProvider dataProviderProcessInvalidLevel
* @return void
*/
public function testProcessInvalidLevel($logLevel)
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage("Invalid log level '$logLevel' provided.");
$this->manager->process($logLevel);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Mode/DataTest.php
================================================
stepList = $this->getMockBuilder(\Migration\App\Mode\StepList::class)->disableOriginalConstructor()
->setMethods(['getSteps'])
->getMock();
/** @var \Migration\App\Mode\StepListFactory|\PHPUnit_Framework_MockObject_MockObject $stepListFactory */
$stepListFactory = $this->getMockBuilder(\Migration\App\Mode\StepListFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$stepListFactory->expects($this->any())->method('create')->with(['mode' => 'data'])
->willReturn($this->stepList);
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['info', 'warning', 'notice'])
->getMock();
$this->progress = $this->getMockBuilder(\Migration\App\Progress::class)->disableOriginalConstructor()
->setMethods(['saveResult', 'isCompleted', 'reset'])
->getMock();
/** @var \Migration\App\SetupDeltaLog|\PHPUnit_Framework_MockObject_MockObject $setupDeltaLog */
$setupDeltaLog = $this->getMockBuilder(\Migration\App\SetupDeltaLog::class)->disableOriginalConstructor()
->setMethods(['perform'])
->getMock();
$setupDeltaLog->expects($this->any())->method('perform')->willReturn(true);
$this->config = $this->createPartialMock(
\Migration\Config::class,
['getStep']
);
$this->data = new Data($this->progress, $this->logger, $stepListFactory, $setupDeltaLog, $this->config);
}
/**
* @return void
*/
public function testRunStepsIntegrityFail()
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('Integrity Check failed');
$step = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$step->expects($this->once())->method('perform')->will($this->returnValue(false));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->stepList->expects($this->once())->method('getSteps')
->willReturn(['Step1' => ['integrity' => $step]]);
$this->assertSame($this->data, $this->data->run());
}
/**
* @expectedException \Migration\Exception
* @expectedExceptionMessage Volume Check failed
* @return void
*/
public function testRunStepsVolumeFail()
{
$stepData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepData->expects($this->once())->method('perform')->will($this->returnValue(true));
$stepVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepVolume->expects($this->once())->method('perform')->will($this->returnValue(false));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->progress->expects($this->any())->method('reset')->with($stepVolume);
$this->logger->expects($this->any())->method('info');
$this->stepList->expects($this->any())->method('getSteps')
->willReturn(['Step1' => ['data' => $stepData, 'volume' => $stepVolume]]);
$this->assertTrue($this->data->run());
}
/**
* @return void
*/
public function testRunStepsDataMigrationFail()
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('Data Migration failed');
$stageIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));
$stageData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageData->expects($this->once())->method('perform')->will($this->returnValue(false));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->progress->expects($this->any())->method('reset')->with($stageData);
$this->logger->expects($this->any())->method('info');
$this->stepList->expects($this->any())->method('getSteps')
->willReturn(['Step1' => ['integrity' => $stageIntegrity, 'data' => $stageData]]);
$this->assertSame($this->data, $this->data->run());
}
/**
* @return void
*/
public function testRunStepsSuccess()
{
$stageIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));
$stageData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageData->expects($this->once())->method('perform')->will($this->returnValue(true));
$stageVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageVolume->expects($this->once())->method('perform')->will($this->returnValue(true));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->logger->expects($this->at(0))->method('info')->with("started");
$this->logger->expects($this->at(1))->method('info')->with("started");
$this->logger->expects($this->at(2))->method('info')->with("started");
$this->logger->expects($this->at(3))->method('info')->with("started");
$this->logger->expects($this->at(4))->method('info')->with("Migration completed");
$this->stepList->expects($this->any())->method('getSteps')->willReturn(
[
'Title' => [
'integrity' => $stageIntegrity,
'data' => $stageData,
'volume' => $stageVolume
]
]
);
$this->assertTrue($this->data->run());
}
/**
* @return void
*/
public function testRunStepsWithSuccessProgress()
{
$stageIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageIntegrity->expects($this->never())->method('perform');
$stageData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageData->expects($this->never())->method('perform');
$stageVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stageVolume->expects($this->never())->method('perform');
$this->progress->expects($this->never())->method('saveResult');
$this->progress->expects($this->any())->method('isCompleted')->willReturn(true);
$this->logger->expects($this->at(0))->method('info')->with("started");
$this->logger->expects($this->at(1))->method('info')->with("started");
$this->logger->expects($this->at(2))->method('info')->with("started");
$this->logger->expects($this->at(3))->method('info')->with("started");
$this->logger->expects($this->at(4))->method('info')->with("Migration completed");
$this->stepList->expects($this->any())->method('getSteps')->willReturn(
[
'Title' => [
'integrity' => $stageIntegrity,
'data' => $stageData,
'volume' => $stageVolume
]
]
);
$this->assertTrue($this->data->run());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Mode/SettingsTest.php
================================================
stepList = $this->getMockBuilder(\Migration\App\Mode\StepList::class)->disableOriginalConstructor()
->setMethods(['getSteps'])
->getMock();
/** @var \Migration\App\Mode\StepListFactory|\PHPUnit_Framework_MockObject_MockObject $stepListFactory */
$stepListFactory = $this->getMockBuilder(\Migration\App\Mode\StepListFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$stepListFactory->expects($this->any())->method('create')->with(['mode' => 'settings'])
->willReturn($this->stepList);
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['info', 'warning', 'notice'])
->getMock();
$this->progress = $this->getMockBuilder(\Migration\App\Progress::class)->disableOriginalConstructor()
->setMethods(['saveResult', 'isCompleted'])
->getMock();
$this->configReader = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->getMock();
$this->settings = new Settings($this->progress, $this->logger, $stepListFactory, $this->configReader);
}
/**
* @return void
*/
public function testRunStepsIntegrityFail()
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('Integrity Check failed');
$step = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$step->expects($this->once())->method('perform')->will($this->returnValue(false));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->stepList->expects($this->once())->method('getSteps')
->willReturn(['Title' => ['integrity' => $step]]);
$this->assertSame($this->settings, $this->settings->run());
}
/**
* @return void
*/
public function testRunStepsVolumeFail()
{
$this->logger->expects($this->once())->method('warning')->with('Volume Check failed');
$stepIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));
$stepData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepData->expects($this->once())->method('perform')->will($this->returnValue(true));
$stepVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepVolume->expects($this->once())->method('perform')->will($this->returnValue(false));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->logger->expects($this->any())->method('info');
$this->stepList->expects($this->any())->method('getSteps')
->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);
$this->assertTrue($this->settings->run());
}
/**
* @return void
*/
public function testRunStepsDataMigrationFail()
{
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('Data Migration failed');
$stepIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));
$stepData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepData->expects($this->once())->method('perform')->will($this->returnValue(false));
$stepVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepVolume->expects($this->never())->method('perform');
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->logger->expects($this->any())->method('info');
$this->stepList->expects($this->any())->method('getSteps')
->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);
$this->assertSame($this->settings, $this->settings->run());
}
/**
* @return void
*/
public function testRunStepsSuccess()
{
$stepIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepIntegrity->expects($this->once())->method('perform')->will($this->returnValue(true));
$stepData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepData->expects($this->once())->method('perform')->will($this->returnValue(true));
$stepVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepVolume->expects($this->once())->method('perform')->will($this->returnValue(true));
$this->progress->expects($this->any())->method('saveResult')->willReturnSelf();
$this->progress->expects($this->any())->method('isCompleted')->willReturn(false);
$this->logger->expects($this->at(0))->method('info')->with("started");
$this->logger->expects($this->at(1))->method('info')->with("started");
$this->logger->expects($this->at(2))->method('info')->with("started");
$this->logger->expects($this->at(3))->method('info')->with("Migration completed");
$this->stepList->expects($this->any())->method('getSteps')
->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);
$this->assertTrue($this->settings->run());
}
/**
* @return void
*/
public function testRunStepsWithSuccessProgress()
{
$stepIntegrity = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepIntegrity->expects($this->never())->method('perform');
$stepData = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepData->expects($this->never())->method('perform');
$stepVolume = $this->getMockBuilder(\Migration\App\Step\StageInterface::class)->getMock();
$stepVolume->expects($this->never())->method('perform');
$this->progress->expects($this->never())->method('saveResult');
$this->progress->expects($this->any())->method('isCompleted')->willReturn(true);
$this->logger->expects($this->at(0))->method('info')->with("started");
$this->logger->expects($this->at(1))->method('info')->with("started");
$this->logger->expects($this->at(2))->method('info')->with("started");
$this->logger->expects($this->at(3))->method('info')->with("Migration completed");
$this->stepList->expects($this->any())->method('getSteps')
->willReturn(['Title' => ['integrity' => $stepIntegrity, 'data' => $stepData, 'volume' => $stepVolume]]);
$this->assertTrue($this->settings->run());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Model/Eav/AttributeGroupNameToCodeMapTest.php
================================================
translitFilter = $this->getMockBuilder(\Magento\Framework\Filter\Translit::class)
->disableOriginalConstructor()
->setMethods(['filter'])
->getMock();
$objectHelper = new ObjectManager($this);
$this->model = $objectHelper->getObject(
\Migration\Model\Eav\AttributeGroupNameToCodeMap::class,
['translitFilter' => $this->translitFilter]
);
}
/**
* @dataProvider getGroupsData()
* @param string $groupName
* @param string $entityType
* @param string $groupCode
* @param string $groupCodeTranslit
* @return void
*/
public function testGetGroupCodeMap($groupName, $entityType, $groupCode, $groupCodeTranslit)
{
$this->translitFilter->expects($this->once())->method('filter')->with(strtolower($groupName))
->willReturn($groupCodeTranslit);
$result = $this->model->getGroupCodeMap($groupName, $entityType);
$this->assertEquals($result, $groupCode);
}
/**
* @return array
*/
public function getGroupsData()
{
return [
['Migration_General', 'catalog_product', 'product-details', 'migration-general'],
['Migration_Prices', 'catalog_product', 'advanced-pricing', 'migration-prices'],
['Migration_Design', 'catalog_product', 'design', 'migration-design'],
['Migration_Something', 'catalog_product', 'migration-something', 'migration-something'],
['Migration_General', 'catalog_category', 'migration-general', 'migration-general'],
['Migration_Кирилица', 'customer_address', 'migration-kirilica', 'migration-kirilica'],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Reader/ClassMapTest.php
================================================
getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->setMethods(['getOption'])
->getMock();
$config->expects($this->once())->method('getOption')->with('class_map')
->willReturn('tests/unit/testsuite/Migration/_files/class-map.xml');
$validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
$this->classMap = new ClassMap($config, $validationState);
}
/**
* @return void
*/
public function testConvertClassName()
{
$this->assertEquals(
\Magento\Catalog\Block\Product\Widget\Link::class,
$this->classMap->convertClassName('catalog/product_widget_link')
);
}
/**
* @return void
*/
public function testConvertClassNameNotInMap()
{
$this->assertFalse($this->classMap->hasMap('catalog/product_widget_link_1'));
}
/**
* @return void
*/
public function testGetMap()
{
$this->assertEquals(
$this->classMap->getMap('catalog/product_widget_new')['catalog/product_widget_link'],
\Magento\Catalog\Block\Product\Widget\Link::class
);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Reader/GroupsTest.php
================================================
validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$this->validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
}
/**
* @return void
*/
public function testGetGroupAttributes()
{
$groupsFile = 'tests/unit/testsuite/Migration/_files/eav-attribute-groups.xml';
$attributes = [
'url_key' => ['catalog_product', 'catalog_category'],
'msrp_enabled' => ['catalog_product']
];
$groups = new Groups($this->validationState, $groupsFile);
$this->assertEquals($attributes, $groups->getGroup('ignore'));
}
/**
* @return void
*/
public function testGetGroupDocuments()
{
$groupsFile = 'tests/unit/testsuite/Migration/_files/eav-document-groups.xml';
$documents = [
'catalog_eav_attribute' => 'attribute_id',
'customer_eav_attribute' => 'attribute_id',
'eav_entity_type' => 'entity_type_id'
];
$groups = new Groups($this->validationState, $groupsFile);
$this->assertEquals($documents, $groups->getGroup('mapped_documents'));
}
/**
* @return void
*/
public function testGetGroups()
{
$groupsFile = 'tests/unit/testsuite/Migration/_files/eav-document-groups.xml';
$documents = [
'documents' => [
'eav_attribute_group' => '', 'eav_attribute_set' => ''
],
'mapped_documents' => [
'catalog_eav_attribute' => 'attribute_id',
'customer_eav_attribute' => 'attribute_id',
'eav_entity_type' => 'entity_type_id'
],
'documents_leftover_values' => [
'catalog_category_entity_datetime' => ''
],
];
$groups = new Groups($this->validationState, $groupsFile);
$this->assertEquals($documents, $groups->getGroups());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Reader/MapTest.php
================================================
getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
$this->map = new Map($validationState, 'tests/unit/testsuite/Migration/_files/map.xml');
}
/**
* @return void
*/
public function testHasDocument()
{
$this->assertTrue($this->map->isDocumentMapped('source-document', MapInterface::TYPE_SOURCE));
$this->assertFalse($this->map->isDocumentMapped('source-document-ignored', MapInterface::TYPE_SOURCE));
$this->assertFalse($this->map->isDocumentMapped('source-document-ignored-wildcard', MapInterface::TYPE_SOURCE));
$this->assertFalse($this->map->isDocumentMapped('dest-document-ignored', MapInterface::TYPE_DEST));
$this->assertFalse($this->map->isDocumentMapped('dest-document-ignored-wildcard', MapInterface::TYPE_DEST));
$this->assertFalse($this->map->isDocumentMapped('non-existent-document', MapInterface::TYPE_SOURCE));
}
/**
* @return void
*/
public function testHasField()
{
$this->assertTrue($this->map->isFieldMapped('source-document', 'field2', MapInterface::TYPE_SOURCE));
$this->assertFalse($this->map->isFieldMapped('dest-document', 'field-new', MapInterface::TYPE_DEST));
$this->assertFalse(
$this->map->isFieldMapped('document1', 'field-non-existent', MapInterface::TYPE_SOURCE)
);
$this->assertFalse($this->map->isFieldMapped('document1', 'field-non-existent', MapInterface::TYPE_DEST));
}
/**
* @return void
*/
public function testGetDocumentMap()
{
$this->assertFalse($this->map->getDocumentMap('source-document-ignored', MapInterface::TYPE_SOURCE));
$this->assertEquals('dest-document', $this->map->getDocumentMap(
'source-document',
MapInterface::TYPE_SOURCE
));
$this->assertEquals(
'document-non-existent',
$this->map->getDocumentMap('document-non-existent', MapInterface::TYPE_SOURCE)
);
$this->assertEquals(
'document-non-existent',
$this->map->getDocumentMap('document-non-existent', MapInterface::TYPE_DEST)
);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetFieldMap()
{
$this->assertFalse($this->map->getFieldMap('source-document', 'field1', MapInterface::TYPE_SOURCE));
$this->assertEquals(
'not-mapped-field',
$this->map->getFieldMap('source-document', 'not-mapped-field', MapInterface::TYPE_SOURCE)
);
$this->assertEquals(
'field2',
$this->map->getFieldMap('source-document', 'field2', MapInterface::TYPE_SOURCE)
);
// Second run to check cached value
$this->assertEquals(
'field2',
$this->map->getFieldMap('source-document', 'field2', MapInterface::TYPE_SOURCE)
);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetFieldMapWithException()
{
$this->expectException('Exception');
$this->expectExceptionMessage('Document has ambiguous configuration: source-document-ignored');
$this->map->getFieldMap('source-document-ignored', 'field3', MapInterface::TYPE_SOURCE);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetFieldMapWithException2()
{
$this->expectException('Exception');
$this->expectExceptionMessage('Document has ambiguous configuration: dest-document-ignored');
$this->map->getFieldMap('source-document5', 'field3', MapInterface::TYPE_SOURCE);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetFieldMapWithException3()
{
$this->expectException('Exception');
$this->expectExceptionMessage('Field has ambiguous configuration: dest-document5.field5');
$this->map->getFieldMap('source-document5', 'field4', MapInterface::TYPE_SOURCE);
}
/**
* @return void
*/
public function testGetHandlerConfigs()
{
$handlerConfig = [
[
'class' => \Migration\Handler\SetValue::class,
'params' => [
'default_value' => 10
]
]
];
$this->assertEquals(
$handlerConfig,
$this->map->getHandlerConfigs('source-document', 'field-with-handler', MapInterface::TYPE_SOURCE)
);
$this->assertEquals([], $this->map->getHandlerConfigs(
'source-document',
'some-field',
MapInterface::TYPE_SOURCE
));
}
/**
* @return void
*/
public function testIsDocumentIgnoredSource()
{
$this->assertTrue($this->map->isDocumentIgnored('source-document-ignored', MapInterface::TYPE_SOURCE));
$this->assertTrue($this->map->isDocumentIgnored('source-document-ignored-wc', MapInterface::TYPE_SOURCE));
// Second run to check cached value
$this->assertTrue($this->map->isDocumentIgnored('source-document-ignored', MapInterface::TYPE_SOURCE));
}
/**
* @return void
*/
public function testIsDocumentIgnoredDest()
{
$this->assertTrue($this->map->isDocumentIgnored('dest-document-ignored', MapInterface::TYPE_DEST));
$this->assertTrue($this->map->isDocumentIgnored('dest-document-ignored1', MapInterface::TYPE_DEST));
// Second run to check cached value
$this->assertTrue($this->map->isDocumentIgnored('dest-document-ignored', MapInterface::TYPE_DEST));
}
/**
* @return void
*/
public function testIsFieldDataTypeIgnored()
{
$this->assertTrue($this->map->isFieldDataTypeIgnored('dest-document5', 'field6', MapInterface::TYPE_SOURCE));
$this->assertTrue($this->map->isFieldDataTypeIgnored('dest-document5', 'field6', MapInterface::TYPE_DEST));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Reader/SettingsTest.php
================================================
getConfigFile('tests/unit/testsuite/Migration/_files/settings.xml');
$validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
$this->settings = new Settings($config, $validationState);
}
/**
* @param string $configPath
* @return \Migration\Config|\PHPUnit_Framework_MockObject_MockObject
*/
protected function getConfigFile($configPath)
{
/** @var \Migration\Config|\PHPUnit_Framework_MockObject_MockObject $config */
$config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->setMethods(['getOption'])->getMock();
$config->expects($this->once())->method('getOption')->with('settings_map_file')->will(
$this->returnValue($configPath)
);
return $config;
}
/**
* @return array
*/
public function dataProviderNodesIgnore()
{
return [
['node' => '', 'isIgnored' => false],
['node' => 'path/to/ignore/is/here', 'isIgnored' => true],
['node' => 'exact/path/to/ignore', 'isIgnored' => true],
['node' => 'exact/path/to/ignore/dummy', 'isIgnored' => false],
['node' => 'dummy/path', 'isIgnored' => false]
];
}
/**
* @param string $node
* @param bool $isIgnored
* @dataProvider dataProviderNodesIgnore
* @return void
*/
public function testIsNodeIgnored($node, $isIgnored)
{
$result = $this->settings->isNodeIgnored($node);
$this->assertEquals($isIgnored, $result);
$result = $this->settings->isNodeIgnored($node);
$this->assertEquals($isIgnored, $result);
}
/**
* @return array
*/
public function dataProviderNodeIsMapped()
{
return [
['node' => '', 'isMapped' => false],
['node' => 'path/to/rename', 'isMapped' => true],
['node' => 'renamed/path/to/ignore', 'isMapped' => false],
['node' => 'some/dummy/path', 'isMapped' => false]
];
}
/**
* @param string $node
* @param bool $isMapped
* @dataProvider dataProviderNodeIsMapped
* @return void
*/
public function testIsNodeMapped($node, $isMapped)
{
$result = $this->settings->isNodeMapped($node);
$this->assertEquals($isMapped, $result);
$result = $this->settings->isNodeMapped($node);
$this->assertEquals($isMapped, $result);
}
/**
* @return array
*/
public function dataProviderNodesMap()
{
return [
['node' => '', 'nodeMap' => ''],
['node' => 'path/to/rename', 'nodeMap' => 'new/path/renamed'],
['node' => 'renamed/path/to/ignore', 'nodeMap' => 'renamed/path/to/ignore'],
['node' => 'some/dummy/path', 'nodeMap' => 'some/dummy/path']
];
}
/**
* @param string $node
* @param string $nodeMap
* @dataProvider dataProviderNodesMap
* @return void
*/
public function testGetNodeMap($node, $nodeMap)
{
$result = $this->settings->getNodeMap($node);
$this->assertEquals($nodeMap, $result);
$result = $this->settings->getNodeMap($node);
$this->assertEquals($nodeMap, $result);
}
/**
* @return array
*/
public function dataProviderValueHandler()
{
return [
['node' => '', 'valueHandler' => false],
['node' => 'some/key/to/change', 'valueHandler' => ['class' => 'Some\Handler\Class', 'params' => []]],
['node' => 'handled/path/to/ignore', 'valueHandler' => false],
['node' => 'some/dummy/path', 'valueHandler' => false]
];
}
/**
* @param string $node
* @param string $valueHandler
* @dataProvider dataProviderValueHandler
* @return void
*/
public function testGetValueHandler($node, $valueHandler)
{
$result = $this->settings->getValueHandler($node);
$this->assertEquals($valueHandler, $result);
$result = $this->settings->getValueHandler($node);
$this->assertEquals($valueHandler, $result);
}
/**
* @return void
*/
public function testNoConfigFile()
{
$config = $this->getConfigFile('invalid_file_name');
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('Invalid map filename:');
$validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
new Settings($config, $validationState);
}
/**
* @return void
*/
public function testInvalidConfigFile()
{
$config = $this->getConfigFile('tests/unit/testsuite/Migration/_files/settings-invalid.xml');
$this->expectException(\Migration\Exception::class);
$this->expectExceptionMessage('XML file is invalid.');
$validationState = $this->getMockBuilder(\Magento\Framework\App\Arguments\ValidationState::class)
->disableOriginalConstructor()
->setMethods(['isValidationRequired'])
->getMock();
$validationState->expects($this->any())->method('isValidationRequired')->willReturn(true);
new Settings($config, $validationState);
}
}
================================================
FILE: tests/unit/testsuite/Migration/RecordTransformerTest.php
================================================
sourceDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getStructure', 'getName']
);
$this->destDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getStructure']
);
$this->mapReader = $this->getMockForAbstractClass(
\Migration\Reader\MapInterface::class,
['getHandlerConfigs', 'getFieldMap', 'isFieldIgnored'],
'',
false
);
$this->mapReader->expects($this->any())->method('getHandlerConfigs')->willReturn([
['class' => 'FirstHandlerFullyQualifiedName', 'params' => []],
['class' => 'SecondHandlerFullyQualifiedName', 'params' => []]
]);
$this->handlerManagerFactory = $this->getMockBuilder(\Migration\Handler\ManagerFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->recordTransformer = new RecordTransformer(
$this->sourceDocument,
$this->destDocument,
$this->handlerManagerFactory,
$this->mapReader
);
}
/**
* @param ResourceModel\Document|\PHPUnit_Framework_MockObject_MockObject $document
* @param int $callNumber
* @return \Migration\Handler\Manager|\PHPUnit_Framework_MockObject_MockObject
*/
protected function initHandler($document, $callNumber = 1)
{
$handlerManager = $this->createPartialMock(
\Migration\Handler\Manager::class,
['initHandler', 'getHandlers']
);
$this->handlerManagerFactory->expects($this->at($callNumber))->method('create')->will(
$this->returnValue($handlerManager)
);
$structure = $this->createPartialMock(
\Migration\ResourceModel\Structure::class,
['getFields']
);
$document->expects($this->once())->method('getStructure')->will($this->returnValue($structure));
$fields = ['field1' => '', 'field2' => '', 'field3' => '',];
$structure->expects($this->once())->method('getFields')->will($this->returnValue($fields));
$handlerManager->expects($this->any())->method('initHandler');
return $handlerManager;
}
/**
* @return void
*/
public function testInit()
{
$this->initHandler($this->sourceDocument, 0);
$this->initHandler($this->destDocument, 1);
$this->recordTransformer->init();
}
/**
* @return void
*/
public function testTransform()
{
$srcHandler = $this->initHandler($this->sourceDocument, 0);
$destHandler = $this->initHandler($this->destDocument, 1);
$this->recordTransformer->init();
$this->sourceDocument->expects($this->any())->method('getName')->willReturn('source_document_name');
$recordFrom = $this->createMock(\Migration\ResourceModel\Record::class);
$recordFrom->expects($this->any())->method('getFields')->will($this->returnValue(
['field1', 'field2', 'field3']
));
$recordFrom->expects($this->any())->method('getValue')->willReturnMap([
['field1', 1],
['field2', 2],
['field3', 3]
]);
$recordTo = $this->createMock(\Migration\ResourceModel\Record::class);
$recordTo->expects($this->any())->method('getFields')->will($this->returnValue(['field2']));
$recordTo->expects($this->any())->method('setValue')->willReturnMap([
['field11', 1],
['field2', 2]
]);
$field2Handler = $this->createPartialMock(
\Migration\Handler\SetValue::class,
['handle']
);
$field2Handler->expects($this->once())->method('handle');
$srcHandler->expects($this->any())->method('getHandlers')->willReturn(['field2' => $field2Handler]);
$destHandler->expects($this->any())->method('getHandlers')->willReturn([]);
$this->mapReader->expects($this->any())->method('getFieldMap')->willReturnMap([
['source_document_name', 'field1', 'source', 'field11'],
['source_document_name', 'field2', 'source', 'field2'],
['source_document_name', 'field3', 'source', 'field3']
]);
$this->mapReader->expects($this->any())->method('isFieldIgnored')->willReturnMap([
['source_document_name', 'field1', 'source', false],
['source_document_name', 'field2', 'source', false],
['source_document_name', 'field3', 'source', true]
]);
$this->recordTransformer->transform($recordFrom, $recordTo);
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/AbstractCollectionTest.php
================================================
createMock(\Migration\ResourceModel\Document::class);
$document1->expects($this->any())->method('getName')->will($this->returnValue('Doc1'));
$document2 = $this->createMock(\Migration\ResourceModel\Document::class);
$document2->expects($this->any())->method('getName')->will($this->returnValue('Doc2'));
$document3 = $this->createMock(\Migration\ResourceModel\Document::class);
$document3->expects($this->any())->method('getName')->will($this->returnValue('Doc3'));
$this->data = [$document1, $document2, $document3];
$this->documentCollection = new \Migration\ResourceModel\Document\Collection($this->data);
}
/**
* @return void
*/
public function testCurrent()
{
$this->assertSame($this->data[0], $this->documentCollection->current());
$this->documentCollection->next();
$this->assertSame($this->data[1], $this->documentCollection->current());
}
/**
* @return void
*/
public function testKey()
{
$this->assertEquals(0, $this->documentCollection->key());
$this->documentCollection->next();
$this->documentCollection->next();
$this->assertEquals(2, $this->documentCollection->key());
}
/**
* @return void
*/
public function testNext()
{
$this->assertEquals(0, $this->documentCollection->key());
$this->documentCollection->next();
$this->assertEquals(1, $this->documentCollection->key());
}
/**
* @return void
*/
public function testRewind()
{
$this->documentCollection->next();
$this->assertEquals(1, $this->documentCollection->key());
$this->documentCollection->rewind();
$this->assertEquals(0, $this->documentCollection->key());
}
/**
* @return void
*/
public function testValid()
{
$this->assertTrue($this->documentCollection->valid());
}
/**
* @return void
*/
public function testNotValid()
{
$this->documentCollection->next();
$this->documentCollection->next();
$this->documentCollection->next();
$this->documentCollection->next();
$this->assertFalse($this->documentCollection->valid());
}
/**
* @return void
*/
public function testCount()
{
$this->assertEquals(3, $this->documentCollection->count());
}
/**
* @return void
*/
public function testIterator()
{
$result = '';
foreach ($this->documentCollection as $key => $value) {
$result .= ' ' . $key . '=>' . $value->getName();
}
$this->assertEquals(' 0=>Doc1 1=>Doc2 2=>Doc3', $result);
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/AbstractResourceTest.php
================================================
config = $this->createPartialMock(
\Migration\Config::class,
['getOption']
);
$this->adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['insertRecords', 'getRecordsCount', 'getDocumentStructure', 'getDocumentList', 'loadPage']
);
$this->adapterFactorySource = $this->createPartialMock(
\Migration\ResourceModel\AdapterFactory::class,
['create']
);
$this->adapterFactorySource->expects($this->any())
->method('create')
->with(['resourceType' => 'source'])
->will($this->returnValue($this->adapter));
$this->adapterFactoryDestination = $this->createPartialMock(
\Migration\ResourceModel\AdapterFactory::class,
['create']
);
$this->adapterFactoryDestination->expects($this->any())
->method('create')
->with(['resourceType' => 'destination'])
->will($this->returnValue($this->adapter));
$this->documentFactory = $this->getMockBuilder(\Migration\ResourceModel\DocumentFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->structureFactory = $this->getMockBuilder(\Migration\ResourceModel\StructureFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->documentCollection = $this->createPartialMock(
\Migration\ResourceModel\Document\Collection::class,
['addDocument']
);
$this->resourceDestination = new \Migration\ResourceModel\Destination(
$this->adapterFactoryDestination,
$this->config,
$this->documentFactory,
$this->structureFactory,
$this->documentCollection
);
$this->resourceSource = new \Migration\ResourceModel\Source(
$this->adapterFactorySource,
$this->config,
$this->documentFactory,
$this->structureFactory,
$this->documentCollection
);
}
/**
* @dataProvider getDocumentDataSource()
* @param string $prefix
* @param string $optionName
* @return void
*/
public function testGetDocument($prefix, $optionName)
{
$resourceName = 'core_config_data';
$structureData = ['id' => 'int'];
$structure = $this->createMock(\Migration\ResourceModel\Structure::class);
$document = $this->createMock(\Migration\ResourceModel\Document::class);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
[$optionName, $prefix]
]);
$this->documentFactory->expects($this->any())
->method('create')
->with($this->equalTo(['structure' => $structure, 'documentName' => $resourceName]))
->will($this->returnValue($document));
$this->adapter->expects($this->any())
->method('getDocumentStructure')
->with($this->equalTo($prefix . $resourceName))
->willReturn($structureData);
$this->structureFactory->expects($this->any())
->method('create')
->with($this->equalTo(['documentName' => $resourceName, 'data' => $structureData]))
->willReturn($structure);
$this->adapter->expects($this->any())
->method('getDocumentList')
->willReturn([$prefix . $resourceName]);
$resource = ($prefix == MapInterface::TYPE_SOURCE) ? $this->resourceSource : $this->resourceDestination;
$this->assertSame($document, $resource->getDocument($resourceName));
}
/**
* @return array
*/
public function getDocumentDataSource()
{
return[
[MapInterface::TYPE_SOURCE, 'source_prefix'],
[MapInterface::TYPE_DEST, 'dest_prefix']
];
}
/**
* @return void
*/
public function testGetWrongDocument()
{
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['dest_prefix', 'prefix_']
]);
$this->adapter->expects($this->any())
->method('getDocumentList')
->willReturn(['document']);
$this->assertFalse($this->resourceDestination->getDocument('badDocument'));
}
/**
* @return void
*/
public function testGetRecordsCount()
{
$prefix = 'prefix_';
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['dest_prefix', $prefix]
]);
$resourceName = 'core_config_data';
$this->adapter->expects($this->any())
->method('getRecordsCount')
->with($prefix . $resourceName)
->willReturn(10);
$this->assertEquals(10, $this->resourceDestination->getRecordsCount($resourceName));
}
/**
* @return void
*/
public function testGetRecords()
{
$resourceName = 'core_config_data';
$pageNumber = 2;
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['bulk_size', 100],
['dest_prefix', 100],
]);
$this->adapter->expects($this->once())->method('loadPage');
$this->resourceDestination->getRecords($resourceName, $pageNumber);
}
/**
* @return void
*/
public function testGetAdapter()
{
$this->config
->expects($this->any())
->method('getOption')
->willReturnMap([['edition_migrate', 'opensource-to-commerce']]);
$this->assertSame($this->adapter, $this->resourceDestination->getAdapter());
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/Adapter/MysqlTest.php
================================================
pdoMysql = $this->getMockBuilder(\Magento\Framework\DB\Adapter\Pdo\Mysql::class)
->disableOriginalConstructor()
->setMethods([
'truncateTable',
'query',
'describeTable',
'listTables',
'fetchOne',
'fetchAll',
'insertMultiple',
'select',
'createTable',
'dropTable',
'resetDdlCache',
'createTableByDdl',
'update',
'isTableExists',
'insertFromSelect',
'getConnection'
])
->getMock();
$this->pdoMysql->expects($this->any())->method('query');
$mysqlBuilder = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Pdo\MysqlBuilder::class,
['build']
);
$mysqlBuilder->expects($this->any())
->method('build')
->with('source')
->willReturn($this->pdoMysql);
$triggerFactory = $this->createPartialMock(
\Magento\Framework\DB\Ddl\TriggerFactory::class,
['create']
);
$this->adapterMysql = new Mysql($mysqlBuilder, $triggerFactory, 'source');
}
/**
* @return void
*/
public function testGetDocumentStructure()
{
$this->pdoMysql->expects($this->any())
->method('describeTable')
->with('some_table')
->willReturn(['id' => 'int']);
$this->assertEquals(['id' => 'int'], $this->adapterMysql->getDocumentStructure('some_table'));
}
/**
* @return void
*/
public function testGetDocumentList()
{
$this->pdoMysql->expects($this->any())
->method('listTables')
->willReturn(['table1', 'table2']);
$this->assertEquals(['table1', 'table2'], $this->adapterMysql->getDocumentList());
}
/**
* @return void
*/
public function testGetRecordsCount()
{
$select = $this->createPartialMock(
\Magento\Framework\DB\Select::class,
['from']
);
$select->expects($this->any())
->method('from')
->with($this->equalTo('some_table'), $this->equalTo('COUNT(*)'));
$this->pdoMysql->expects($this->any())
->method('select')
->willReturn($select);
$this->pdoMysql->expects($this->any())
->method('fetchOne')
->with($this->equalTo($select))
->willReturn(10);
$this->assertEquals(10, $this->adapterMysql->getRecordsCount('some_table'));
}
/**
* @return void
*/
public function testLoadPage()
{
$select = $this->createMock(\Magento\Framework\DB\Select::class);
$select->expects($this->any())
->method('from')
->with($this->equalTo('some_table'), $this->equalTo('*'))
->willReturnSelf();
$select->expects($this->any())
->method('limit')
->with($this->equalTo(2), $this->equalTo(20));
$this->pdoMysql->expects($this->any())
->method('select')
->willReturn($select);
$data = [['column1' => 'value1'], ['column1' => 'value2']];
$this->pdoMysql->expects($this->any())
->method('fetchAll')
->with($this->equalTo($select))
->willReturn($data);
$this->assertEquals($data, $this->adapterMysql->loadPage('some_table', 10, 2));
}
/**
* @return void
*/
public function testInsertRecords()
{
$data = [['column1' => 'value1'], ['column1' => 'value2']];
$pdoMock = $this->getMockBuilder(\PdoTest::class)
->disableOriginalConstructor()
->setMethods(['prepare', 'execute'])
->getMock();
$pdoMock->expects($this->any())->method('prepare')->willReturnSelf();
$pdoMock->expects($this->any())->method('execute')->willReturnSelf();
$this->pdoMysql->expects($this->any())->method('getConnection')->willReturn($pdoMock);
$this->assertEquals(2, $this->adapterMysql->insertRecords('some_table', $data));
}
/**
* @return void
*/
public function testDeleteAllRecords()
{
$docName = 'some_name';
$this->pdoMysql->expects($this->once())->method('truncateTable')->with($docName);
$this->adapterMysql->deleteAllRecords($docName);
}
/**
* @return void
*/
public function testGetSelect()
{
$select = $this->createMock(\Magento\Framework\DB\Select::class);
$this->pdoMysql->expects($this->any())->method('select')->willReturn($select);
$this->assertSame($select, $this->adapterMysql->getSelect());
}
/**
* @return void
*/
public function testLoadDataFromSelect()
{
$select = $this->createMock(\Magento\Framework\DB\Select::class);
$data = [['id' => 1], ['id' => 2]];
$this->pdoMysql->expects($this->any())->method('fetchAll')->with($select)->willReturn($data);
$this->assertSame($data, $this->adapterMysql->loadDataFromSelect($select));
}
/**
* @return void
*/
public function testUpdateDocument()
{
$docName = 'some_name';
$condition = 'field1 = 1';
$this->pdoMysql->expects($this->once())->method('update')->with($docName, [], $condition);
$this->adapterMysql->updateDocument($docName, [], $condition);
}
/**
* @return void
*/
public function testGetTableDdlCopy()
{
$table = $this->getMockBuilder(\Magento\Framework\DB\Ddl\Table::class)
->disableOriginalConstructor()
->getMock();
$this->pdoMysql->expects($this->once())->method('createTableByDdl')
->with('source_table', 'destination_table')
->will($this->returnValue($table));
$this->adapterMysql->getTableDdlCopy('source_table', 'destination_table');
}
/**
* @return void
*/
public function testCreateTableByDdl()
{
$table = $this->getMockBuilder(\Magento\Framework\DB\Ddl\Table::class)
->setMethods(['getName'])
->disableOriginalConstructor()
->getMock();
$table->expects($this->exactly(2))->method('getName')->will($this->returnValue('some_name'));
$this->pdoMysql->expects($this->once())->method('dropTable')->with('some_name');
$this->pdoMysql->expects($this->once())->method('createTable')->with($table);
$this->pdoMysql->expects($this->once())->method('resetDdlCache')->with('some_name');
$this->adapterMysql->createTableByDdl($table);
}
/**
* @return void
*/
public function testBackupDocument()
{
$documentName = 'document_name';
$backupDocumentName = 'migration_backup_document_name';
$table = $this->getMockBuilder(\Magento\Framework\DB\Ddl\Table::class)->disableOriginalConstructor()
->setMethods(['getName'])
->getMock();
$table->expects($this->any())->method('getName')->will($this->returnValue('migration_backup_document_name'));
$select = $this->getMockBuilder(\Magento\Framework\DB\Select::class)->disableOriginalConstructor()
->setMethods(['from'])->getMock();
$select->expects($this->once())->method('from')->with($documentName)->willReturn($select);
$this->pdoMysql->expects($this->once())->method('createTableByDdl')
->with($documentName, $backupDocumentName)
->will($this->returnValue($table));
$this->pdoMysql->expects($this->once())->method('isTableExists')->willReturn(false);
$this->pdoMysql->expects($this->once())->method('dropTable')->with($backupDocumentName);
$this->pdoMysql->expects($this->once())->method('createTable')->with($table);
$this->pdoMysql->expects($this->once())->method('resetDdlCache')->with($backupDocumentName);
$this->pdoMysql->expects($this->once())->method('select')->willReturn($select);
$this->pdoMysql->expects($this->once())->method('insertFromSelect')->with($select, $backupDocumentName)
->willReturn('select query');
$this->pdoMysql->expects($this->once())->method('query')->with('select query');
$this->adapterMysql->backupDocument($documentName);
}
/**
* @return void
*/
public function testRollbackDocument()
{
$documentName = 'document_name';
$backupDocumentName = 'migration_backup_document_name';
$select = $this->getMockBuilder(\Magento\Framework\DB\Select::class)->disableOriginalConstructor()
->setMethods(['from'])->getMock();
$select->expects($this->once())->method('from')->with($backupDocumentName)->willReturn($select);
$this->pdoMysql->expects($this->once())->method('isTableExists')->willReturn(true);
$this->pdoMysql->expects($this->once())->method('truncateTable')->with($documentName);
$this->pdoMysql->expects($this->once())->method('select')->willReturn($select);
$this->pdoMysql->expects($this->once())->method('insertFromSelect')->with($select, $documentName)
->willReturn('select query');
$this->pdoMysql->expects($this->once())->method('query')->with('select query');
$this->pdoMysql->expects($this->once())->method('dropTable')->with($backupDocumentName);
$this->adapterMysql->rollbackDocument($documentName);
}
/**
* @return void
*/
public function testDeleteBackup()
{
$this->pdoMysql->expects($this->once())->method('isTableExists')->willReturn(true);
$this->pdoMysql->expects($this->once())->method('dropTable')->with('migration_backup_document_name');
$this->adapterMysql->deleteBackup('document_name');
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/Adapter/Pdo/MysqlBuilderTest.php
================================================
objectManager = $this->getMockBuilder(\Magento\Framework\ObjectManager\ObjectManager::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->config = $this->getMockBuilder(\Migration\Config::class)
->disableOriginalConstructor()
->setMethods(['getResourceConfig', 'getOption'])
->getMock();
$this->selectFactory = $this->getMockBuilder(\Magento\Framework\DB\SelectFactory::class)
->disableOriginalConstructor()
->getMock();
$this->pdoMysql = $this->getMockBuilder(\Magento\Framework\DB\Adapter\Pdo\Mysql::class)
->disableOriginalConstructor()
->setMethods(['disallowDdlCache', 'query'])
->getMock();
$this->mysqlBuilder = new MysqlBuilder($this->objectManager, $this->config);
}
/**
* @return void
*/
public function testBuild()
{
$resourceType = 'source';
$initStatements = 'SET NAMES utf8;';
$resourceConfig = [
'type' => $resourceType,
$resourceType => [
'host' => 'localhost',
'port' => '9999',
'name' => 'db1',
'user' => 'root',
'password' => 'root'
],
];
$mysqlPdoConfig = [
'host' => 'localhost:9999',
'dbname' => 'db1',
'username' => 'root',
'password' => 'root'
];
$this->config->expects($this->once())
->method('getResourceConfig')
->with($resourceType)
->willReturn($resourceConfig);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-opensource'],
['init_statements_' . $resourceType, $initStatements]
]);
$this->objectManager->expects($this->at(0))
->method('create')
->with(\Magento\Framework\DB\SelectFactory::class, ['parts' => []])
->willReturn($this->selectFactory);
$this->objectManager->expects($this->at(1))
->method('create')
->with(
\Magento\Framework\DB\Adapter\Pdo\Mysql::class,
['config' => $mysqlPdoConfig, 'selectFactory' => $this->selectFactory]
)
->willReturn($this->pdoMysql);
$this->pdoMysql->expects($this->once())
->method('disallowDdlCache')
->willReturnSelf();
$this->pdoMysql->expects($this->once())
->method('query')
->with($initStatements)
->willReturnSelf();
$this->assertEquals($this->pdoMysql, $this->mysqlBuilder->build($resourceType));
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/AdapterFactoryTest.php
================================================
config = $this->createPartialMock(
\Migration\Config::class,
['getOption']
);
$this->objectManager = $this->createPartialMock(
\Magento\Framework\ObjectManager\ObjectManager::class,
['create']
);
$this->adapterFactory = new \Migration\ResourceModel\AdapterFactory($this->objectManager, $this->config);
}
/**
* @return void
*/
public function testCreate()
{
$adapterClassName = \Migration\ResourceModel\Adapter\Mysql::class;
$data = ['config' => ['key' => 'value']];
$adapter = $this->getMockBuilder($adapterClassName)
->disableOriginalConstructor()
->getMock();
$this->config->expects($this->once())
->method('getOption')
->with('resource_adapter_class_name')
->will($this->returnValue(null));
$this->objectManager->expects($this->once())
->method('create')
->with(\Migration\ResourceModel\Adapter\Mysql::class, $data)
->will($this->returnValue($adapter));
$this->assertInstanceOf($adapterClassName, $this->adapterFactory->create($data));
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/DestinationTest.php
================================================
'destination'];
$this->config = $this->createPartialMock(
\Migration\Config::class,
['getOption']
);
$this->adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['insertRecords', 'deleteAllRecords', 'backupDocument', 'rollbackDocument', 'deleteBackup']
);
$this->adapterFactory = $this->createPartialMock(
\Migration\ResourceModel\AdapterFactory::class,
['create']
);
$this->adapterFactory->expects($this->once())
->method('create')
->with($adapterConfigs)
->will($this->returnValue($this->adapter));
$this->documentFactory = $this->createMock(\Migration\ResourceModel\DocumentFactory::class);
$this->structureFactory = $this->createMock(\Migration\ResourceModel\StructureFactory::class);
$this->documentCollection = $this->createMock(\Migration\ResourceModel\Document\Collection::class);
$this->resourceDestination = new \Migration\ResourceModel\Destination(
$this->adapterFactory,
$this->config,
$this->documentFactory,
$this->structureFactory,
$this->documentCollection
);
}
/**
* @dataProvider saveRecordsDataSet()
* @param string|null @prefix
* @return void
*/
public function testSaveRecords($prefix)
{
$resourceName = 'core_config_data';
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['bulk_size', 3],
['dest_prefix', $prefix],
['init_statements_destination', 'SET NAMES utf8;']
]);
$this->adapter->expects($this->at(0))
->method('insertRecords')
->with($prefix . $resourceName, [['data' => 'value1'], ['data' => 'value2'], ['data' => 'value3']])
->will($this->returnSelf());
$this->adapter->expects($this->at(1))
->method('insertRecords')
->with($prefix . $resourceName, [['data' => 'value4']])
->will($this->returnSelf());
$records = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$records->expects($this->any())
->method('current')
->willReturnCallback(function () {
static $count = 0;
$count++;
$data = ['data' => "value$count"];
$record = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['getData']
);
$record->expects($this->once())->method('getData')->will($this->returnValue($data));
return $record;
});
$records->expects($this->any())
->method('valid')
->willReturnCallback(function () {
static $count = 0;
$count++;
if ($count <= 4) {
return true;
} else {
return false;
}
});
$this->resourceDestination->saveRecords($resourceName, $records);
}
/**
* @return array
*/
public function saveRecordsDataSet()
{
return [
['prefix_'],
[null]
];
}
/**
* @return void
*/
public function testClearDocument()
{
$docName = 'somename';
$this->adapter->expects($this->once())->method('deleteAllRecords')->with('pfx_' . $docName);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['dest_prefix', 'pfx_'],
['init_statements_destination', 'SET NAMES utf8;']
]);
$this->resourceDestination->clearDocument($docName);
}
/**
* @return void
*/
public function testBackupDocument()
{
$docName = 'somename';
$this->adapter->expects($this->once())->method('backupDocument')->with('pfx_' . $docName);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['dest_prefix', 'pfx_'],
['init_statements_destination', 'SET NAMES utf8;']
]);
$this->resourceDestination->backupDocument($docName);
}
/**
* @return void
*/
public function testRollbackDocument()
{
$docName = 'somename';
$this->adapter->expects($this->once())->method('rollbackDocument')->with('pfx_' . $docName);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['dest_prefix', 'pfx_'],
['init_statements_destination', 'SET NAMES utf8;']
]);
$this->resourceDestination->rollbackDocument($docName);
}
/**
* @return void
*/
public function testDeleteDocumentBackup()
{
$docName = 'somename';
$this->adapter->expects($this->once())->method('deleteBackup')->with('pfx_' . $docName);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['dest_prefix', 'pfx_'],
['init_statements_destination', 'SET NAMES utf8;']
]);
$this->resourceDestination->deleteDocumentBackup($docName);
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/Document/CollectionTest.php
================================================
createMock(\Migration\ResourceModel\Document::class);
$document1->expects($this->any())->method('getName')->will($this->returnValue('Doc1'));
$document2 = $this->createMock(\Migration\ResourceModel\Document::class);
$document2->expects($this->any())->method('getName')->will($this->returnValue('Doc2'));
$document3 = $this->createMock(\Migration\ResourceModel\Document::class);
$document3->expects($this->any())->method('getName')->will($this->returnValue('Doc3'));
$this->data = [$document1, $document2, $document3];
$this->documentCollection = new \Migration\ResourceModel\Document\Collection($this->data);
}
/**
* @return void
*/
public function testIterator()
{
$result = '';
foreach ($this->documentCollection as $key => $value) {
$result .= ' ' . $key . '=>' . $value->getName();
}
$this->assertEquals(' 0=>Doc1 1=>Doc2 2=>Doc3', $result);
}
/**
* @return void
*/
public function testGetDocument()
{
$this->assertSame($this->data[2], $this->documentCollection->getDocument('Doc3'));
}
/**
* @return void
*/
public function testGetDocumentNotExists()
{
$this->assertNull($this->documentCollection->getDocument('Doc5'));
}
/**
* @return void
*/
public function testAddDocument()
{
$document = $this->createMock(\Migration\ResourceModel\Document::class);
$document->expects($this->any())->method('getName')->will($this->returnValue('Doc4'));
$this->documentCollection->addDocument($document);
$this->assertSame($document, $this->documentCollection->getDocument('Doc4'));
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/DocumentTest.php
================================================
structure = $this->createMock(\Migration\ResourceModel\Structure::class);
$this->recordCollectionFactory = $this->getMockBuilder(\Migration\ResourceModel\Record\CollectionFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->document = new \Migration\ResourceModel\Document(
$this->recordCollectionFactory,
$this->structure,
'test_document'
);
}
/**
* @return void
*/
public function testGetRecords()
{
$recordCollection = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$this->recordCollectionFactory->expects($this->atLeastOnce())
->method('create')
->with($this->equalTo([
'structure' => $this->structure,
'documentName' => 'test_document',
]))
->will($this->returnValue($recordCollection));
$this->assertSame($recordCollection, $this->document->getRecords());
}
/**
* @return void
*/
public function testGetName()
{
$this->assertEquals('test_document', $this->document->getName());
}
/**
* @return void
*/
public function testGetStructure()
{
$this->assertSame($this->structure, $this->document->getStructure());
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/Record/CollectionTest.php
================================================
structure = $this->createMock(\Migration\ResourceModel\Structure::class);
$record1 = $this->createMock(\Migration\ResourceModel\Record::class);
$record1->expects($this->any())->method('getValue')->with('fieldName')->willReturn('item1');
$record2 = $this->createMock(\Migration\ResourceModel\Record::class);
$record2->expects($this->any())->method('getValue')->with('fieldName')->willReturn('item2');
$record3 = $this->createMock(\Migration\ResourceModel\Record::class);
$record3->expects($this->any())->method('getValue')->with('fieldName')->willReturn('item3');
$this->records = [$record1, $record2, $record3];
$this->recordCollection = new \Migration\ResourceModel\Record\Collection($this->structure, $this->records);
}
/**
* @return void
*/
public function testGetStructure()
{
$this->assertSame($this->structure, $this->recordCollection->getStructure());
}
/**
* @return void
*/
public function testIterator()
{
$result = '';
foreach ($this->recordCollection as $key => $record) {
$result .= ' ' . $key . '=>' . $record->getValue('fieldName');
}
$this->assertEquals(' 0=>item1 1=>item2 2=>item3', $result);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testAddRecord()
{
$this->assertEquals(3, count($this->recordCollection));
$record = $this->createMock(\Migration\ResourceModel\Record::class);
$record->expects($this->any())->method('getStructure')->willReturn($this->structure);
$record->expects($this->any())->method('validateStructure')->with($this->equalTo($this->structure))
->willReturn(true);
$this->recordCollection->addRecord($record);
$this->assertEquals(4, count($this->recordCollection));
}
/**
* @expectedException \Exception
* @expectedExceptionMessage Record structure does not equal Collection structure
* @return void
*/
public function testAddRecordWithException()
{
$this->assertEquals(3, count($this->recordCollection));
$record = $this->createMock(\Migration\ResourceModel\Record::class);
$this->recordCollection->addRecord($record);
$this->assertEquals(4, count($this->recordCollection));
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetValue()
{
$this->structure->expects($this->any())->method('hasField')->with($this->equalTo('fieldName'))
->willReturn(true);
$this->assertEquals(['item1', 'item2', 'item3'], $this->recordCollection->getValue('fieldName'));
}
/**
* @expectedException \Exception
* @expectedExceptionMessage Collection Structure does not contain field fieldName
* @return void
*/
public function testGetValueWithException()
{
$this->assertEquals(['item1', 'item2', 'item3'], $this->recordCollection->getValue('fieldName'));
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testSetValue()
{
$this->structure->expects($this->any())->method('hasField')->with($this->equalTo('fieldName'))
->willReturn(true);
$this->records[0]->expects($this->any())
->method('setValue')
->with($this->equalTo('fieldName'), $this->equalTo('default'));
$this->records[1]->expects($this->any())
->method('setValue')
->with($this->equalTo('fieldName'), $this->equalTo('default'));
$this->records[2]->expects($this->any())
->method('setValue')
->with($this->equalTo('fieldName'), $this->equalTo('default'));
$this->assertInstanceOf(
\Migration\ResourceModel\Record\Collection::class,
$this->recordCollection->setValue('fieldName', 'default')
);
}
/**
* @expectedException \Exception
* @expectedExceptionMessage Collection Structure does not contain field fieldName
* @return void
*/
public function testSetValueWithException()
{
$this->recordCollection->setValue('fieldName', 'default');
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/RecordTest.php
================================================
structure = $this->createMock(\Migration\ResourceModel\Structure::class);
$this->structure->expects($this->any())->method('hasField')->willReturnCallback(function ($fieldName) {
return in_array($fieldName, ['id', 'name']);
});
$document = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getStructure']
);
$document->expects($this->any())->method('getStructure')->will($this->returnValue($this->structure));
$this->record = new \Migration\ResourceModel\Record(['id' => 10, 'name' => 'item1'], $document);
}
/**
* @covers \Migration\ResourceModel\Record::getStructure
* @covers \Migration\ResourceModel\Record::setStructure
* @return void
*/
public function testGetStructure()
{
$this->record->setStructure($this->structure);
$this->assertSame($this->structure, $this->record->getStructure());
}
/**
* @dataProvider validateStructureDataProvider
*
* @param bool $result
* @param \Migration\ResourceModel\Structure|null $structure
* @return void
*/
public function testValidateStructure($result, $structure)
{
$this->record->setStructure(null);
$this->assertEquals($result, $this->record->validateStructure($structure));
}
/**
* @return array
*/
public function validateStructureDataProvider()
{
$structureValid = $this->createMock(\Migration\ResourceModel\Structure::class);
$structureValid->expects($this->any())->method('getFields')->willReturn(['id' => [], 'name' => []]);
$structureValid->expects($this->any())->method('hasField')->willReturnCallback(function ($fieldName) {
return in_array($fieldName, ['id', 'name']);
});
$structureValid2 = $this->createMock(\Migration\ResourceModel\Structure::class);
$structureValid2->expects($this->any())->method('getFields')
->willReturn(['id' => [], 'name' => [], 'address' => []]);
$structureValid2->expects($this->any())->method('hasField')->willReturn(false);
$structureNotValid = $this->createMock(\Migration\ResourceModel\Structure::class);
$structureNotValid->expects($this->any())->method('getFields')
->willReturn(['id' => []]);
$structureNotValid->expects($this->any())->method('hasField')->willReturn(false);
return [
[false, null],
[true, $structureValid],
[true, $structureValid2],
[false, $structureNotValid],
];
}
/**
* @return void
*/
public function testGetValue()
{
$this->assertEquals('10', $this->record->getValue('id'));
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testSetValue()
{
$this->record->setStructure($this->structure);
$this->assertEquals('item1', $this->record->getValue('name'));
$this->record->setValue('name', 'itemNew');
$this->assertEquals('itemNew', $this->record->getValue('name'));
}
/**
* @expectedException \Migration\Exception
* @expectedExceptionMessage Record structure does not contain field wrongField
* @return void
*/
public function testSetValueWithException()
{
$this->record->setStructure($this->structure);
$this->record->setValue('wrongField', 'itemNew');
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testSetData()
{
$this->assertEquals('item1', $this->record->getValue('name'));
$this->record->setData(['id' => 11, 'name' => 'item2']);
$this->assertEquals('item2', $this->record->getValue('name'));
}
/**
* @expectedException \Migration\Exception
* @expectedExceptionMessage Record structure does not match provided Data
* @return void
*/
public function testSetDataWithException()
{
$this->structure->expects($this->any())->method('getFields')->willReturn(['id', 'name']);
$this->record->setStructure($this->structure);
$this->record->setData(['id' => 11, 'wrongName' => 'item2']);
}
/**
* @return void
*/
public function testGetData()
{
$this->assertEquals(['id' => 10, 'name' => 'item1'], $this->record->getData());
}
/**
* @return void
*/
public function testGetDataDefault()
{
$structureData = [
'id' => ['NULLABLE' => true, 'DEFAULT' => 10],
'sku' => ['NULLABLE' => true, 'DEFAULT' => 'item1'],
'name' => ['NULLABLE' => true, 'DEFAULT' => null]
];
$fieldsDefault = ['id' => 10, 'sku' => 'item1', 'name' => ''];
$this->structure->expects($this->any())->method('getFields')->willReturn($structureData);
$this->assertEquals($fieldsDefault, $this->record->getDataDefault());
}
/**
* @return array
*/
public function getFieldsDataProvider()
{
return [
['structureData' => ['id' => '123', 'name' => 'smnm'], 'fields' => ['id', 'name']]
];
}
/**
* @param array $structureData
* @param array $fields
* @dataProvider getFieldsDataProvider
* @return void
*/
public function testGetFields($structureData, $fields)
{
$structure = $this->createPartialMock(
\Migration\ResourceModel\Structure::class,
['getFields']
);
$structure->expects($this->once())->method('getFields')->will($this->returnValue($structureData));
$this->record->setStructure($structure);
$this->assertEquals($fields, $this->record->getFields());
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testGetFieldsInvalid()
{
$this->record->setStructure(null);
$this->expectException('Exception');
$this->expectExceptionMessage('Structure not set');
$this->record->getFields();
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/SourceTest.php
================================================
'source'];
$this->config = $this->createPartialMock(
\Migration\Config::class,
['getOption']
);
$this->adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
[
'select',
'fetchAll',
'query',
'loadPage',
'createDelta',
'loadChangedRecords',
'loadDeletedRecords',
'getDocumentStructure',
'getRecords'
]
);
$this->adapterFactory = $this->createPartialMock(
\Migration\ResourceModel\AdapterFactory::class,
['create']
);
$this->adapterFactory->expects($this->once())
->method('create')
->with($adapterConfigs)
->will($this->returnValue($this->adapter));
$this->documentFactory = $this->getMockBuilder(\Migration\ResourceModel\DocumentFactory::class)
->setMethods(['create'])
->disableOriginalConstructor()
->getMock();
$this->document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->setMethods(['getStructure'])
->disableOriginalConstructor()
->getMock();
$this->structureFactory = $this->getMockBuilder(\Migration\ResourceModel\StructureFactory::class)
->setMethods(['create'])
->disableOriginalConstructor()
->getMock();
$this->structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->setMethods(['getFields'])
->disableOriginalConstructor()
->getMock();
$this->documentCollection = $this->createMock(\Migration\ResourceModel\Document\Collection::class);
$this->resourceSource = new \Migration\ResourceModel\Source(
$this->adapterFactory,
$this->config,
$this->documentFactory,
$this->structureFactory,
$this->documentCollection
);
}
/**
* @return void
*/
public function testLoadPage()
{
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['bulk_size', $this->bulkSize],
['init_statements_source', 'SET NAMES utf8;']
]);
$this->adapter->expects($this->any())->method('loadPage')->with('table', 2)->willReturn(['1', '2']);
$this->assertEquals(['1', '2'], $this->resourceSource->loadPage('table', 2));
}
/**
* @return void
*/
public function testCreateDelta()
{
$this->adapter->expects($this->once())->method('createDelta')
->with('spfx_document', 'spfx_m2_cl_document', 'key_field');
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
[Source::CONFIG_DOCUMENT_PREFIX, 'spfx_'],
['init_statements_source', 'SET NAMES utf8;']
]);
$this->resourceSource->createDelta('document', 'key_field');
}
/**
* @return void
*/
public function testGetChangedRecords()
{
$this->adapter->expects($this->once())->method('loadChangedRecords')
->with('document', 'm2_cl_document', 'key_field', 0, 100);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['source_prefix', ''],
['bulk_size', 100],
['init_statements_source', 'SET NAMES utf8;']
]);
$this->resourceSource->getChangedRecords('document', 'key_field');
}
/**
* @return void
*/
public function testGetDeletedRecords()
{
$this->adapter->expects($this->once())->method('loadDeletedRecords')
->with('m2_cl_document', 'key_field', 0, 100);
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-commerce'],
['source_prefix', ''],
['bulk_size', 100],
['init_statements_source', 'SET NAMES utf8;']
]);
$this->resourceSource->getDeletedRecords('document', 'key_field');
}
/**
* @return void
*/
public function testGetRecordsWithOneBulkSize()
{
$document = 'doc1';
$structureData = ['id' => 'int'];
$records = [['id' => 0, 'field1' => 'data']];
$fields = ['id' => ['PRIMARY' => true, 'IDENTITY' => true, 'COLUMN_NAME' => 'id']];
$this->config->expects($this->any())->method('getOption')->willReturnMap([
['edition_migrate', 'opensource-to-opensource'],
['source_prefix', ''],
['bulk_size', 1],
['init_statements_source', 'SET NAMES utf8;']
]);
$this->adapter
->expects($this->any())
->method('getDocumentStructure')
->with($document)
->willReturn($structureData);
$this->adapter->expects($this->any())->method('loadPage')->with($document, 0, 1, 'id', 1)->willReturn($records);
$this->structureFactory
->method('create')
->with(['documentName' => $document, 'data' => $structureData])
->willReturn($this->structure);
$this->documentFactory
->method('create')
->with(['structure' => $this->structure, 'documentName' => $document])
->willReturn($this->document);
$this->document->expects($this->any())->method('getStructure')->will($this->returnValue($this->structure));
$this->structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$this->resourceSource->setLastLoadedRecord($document, $records[0]);
$this->assertEquals($records, $this->resourceSource->getRecords($document, 0));
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/Structure/CollectionTest.php
================================================
createMock(\Migration\ResourceModel\Structure::class);
$structure2 = $this->createMock(\Migration\ResourceModel\Structure::class);
$structure3 = $this->createMock(\Migration\ResourceModel\Structure::class);
$this->structures = ['table1' => $structure1, 'table2' => $structure2, 'table3' => $structure3];
$this->structureCollection = new \Migration\ResourceModel\Structure\Collection($this->structures);
}
/**
* @return void
*/
public function testAddStructure()
{
$this->assertEquals(3, count($this->structureCollection));
$structure = $this->createMock(\Migration\ResourceModel\Structure::class);
$this->structureCollection->addStructure('table4', $structure);
$this->assertEquals(4, count($this->structureCollection));
}
/**
* @return void
*/
public function testGetStructure()
{
$this->assertEquals($this->structures['table2'], $this->structureCollection->getStructure('table2'));
}
/**
* @return void
*/
public function testGetStructureNotExists()
{
$this->assertNull($this->structureCollection->getStructure('table5'));
}
}
================================================
FILE: tests/unit/testsuite/Migration/ResourceModel/StructureTest.php
================================================
structure = new \Migration\ResourceModel\Structure(['id' => 'int', 'name' => 'varchar']);
}
/**
* @return void
*/
public function testGetFields()
{
$this->assertEquals(['id' => 'int', 'name' => 'varchar'], $this->structure->getFields());
}
/**
* @return void
*/
public function testHasField()
{
$this->assertTrue($this->structure->hasField('name'));
}
/**
* @return void
*/
public function testNotHasField()
{
$this->assertFalse($this->structure->hasField('new_name'));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/CustomCustomerAttributes/DataTest.php
================================================
config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->setMethods(['getSource'])
->getMock();
$this->config->expects($this->any())->method('getSource')->will(
$this->returnValue(['type' => DatabaseStage::SOURCE_TYPE])
);
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)->disableOriginalConstructor()
->setMethods(['getDocument', 'getRecordsCount', 'getAdapter', 'addDocumentPrefix', 'getRecords'])
->getMock();
$this->source->expects($this->any())->method('addDocumentPrefix')->willReturnCallback(function ($name) {
return 'source_suffix_' . $name;
});
$this->destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->disableOriginalConstructor()
->setMethods(['getDocument', 'getRecordsCount', 'getAdapter', 'addDocumentPrefix', 'saveRecords'])
->getMock();
$this->destination->expects($this->any())->method('addDocumentPrefix')->willReturnCallback(function ($name) {
return 'destination_suffix_' . $name;
});
$this->progress = $this->getMockBuilder(\Migration\App\ProgressBar\LogLevelProcessor::class)
->disableOriginalConstructor()
->setMethods(['start', 'finish', 'advance'])
->getMock();
$this->progress->expects($this->any())->method('start');
$this->progress->expects($this->any())->method('finish');
$this->progress->expects($this->any())->method('advance');
$this->recordFactory = $this->getMockBuilder(\Migration\ResourceModel\RecordFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap', 'init', 'getDocumentList', 'getDestDocumentsToClear'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->getMockBuilder(\Migration\Reader\MapFactory::class)->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$mapFactory->expects($this->any())->method('create')->with('customer_attr_map_file')->willReturn($this->map);
$this->groups = $this->getMockBuilder(\Migration\Reader\Groups::class)->disableOriginalConstructor()
->getMock();
$this->groups->expects($this->any())->method('getGroup')->with('source_documents')->willReturn([
'source_document_1' => 'entity_id',
]);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->getMockBuilder(\Migration\Reader\GroupsFactory::class)->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$groupsFactory->expects($this->any())->method('create')->with('customer_attr_document_groups_file')
->willReturn($this->groups);
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['debug'])
->getMock();
$this->step = new Data(
$this->config,
$this->source,
$this->destination,
$this->progress,
$this->recordFactory,
$mapFactory,
$groupsFactory,
$this->logger
);
}
/**
* @return void
*/
public function testPerform()
{
$this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['source_document_1', MapInterface::TYPE_SOURCE, 'destination_document_1'],
]
) ;
$sourceTable = $this->getMockBuilder(\Magento\Framework\DB\Ddl\Table::class)->disableOriginalConstructor()
->setMethods(['getColumns'])->getMock();
$sourceTable->expects($this->any())->method('getColumns')->will($this->returnValue([['asdf']]));
$sourceAdapter = $this->getMockBuilder(\Migration\ResourceModel\Adapter\Mysql::class)
->disableOriginalConstructor()
->setMethods(['getTableDdlCopy'])
->getMock();
$sourceAdapter->expects($this->any())->method('getTableDdlCopy')
->with('source_suffix_source_document_1', 'destination_suffix_destination_document_1')
->will($this->returnValue($sourceTable));
$destinationTable = $this->getMockBuilder(\Magento\Framework\DB\Ddl\Table::class)->disableOriginalConstructor()
->setMethods(['setColumn'])->getMock();
$destinationTable->expects($this->any())->method('setColumn')->with(['asdf']);
$destAdapter = $this->getMockBuilder(\Migration\ResourceModel\Adapter\Mysql::class)
->disableOriginalConstructor()
->setMethods(['createTableByDdl', 'getTableDdlCopy'])
->getMock();
$destAdapter->expects($this->any())->method('getTableDdlCopy')
->with('destination_suffix_destination_document_1', 'destination_suffix_destination_document_1')
->will($this->returnValue($destinationTable));
$destAdapter->expects($this->any())->method('createTableByDdl')->with($destinationTable);
$this->source->expects($this->once())->method('getAdapter')->will($this->returnValue($sourceAdapter));
$this->destination->expects($this->once())->method('getAdapter')->will($this->returnValue($destAdapter));
$recordsCollection = $this->getMockBuilder(\Migration\ResourceModel\Record\Collection::class)
->disableOriginalConstructor()
->setMethods(['addRecord'])
->getMock();
$destDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)->disableOriginalConstructor()
->setMethods(['getRecords', 'getName'])
->getMock();
$destDocument->expects($this->any())->method('getName')->will($this->returnValue('some_name'));
$destDocument->expects($this->any())->method('getRecords')->will($this->returnValue($recordsCollection));
$record = $this->getMockBuilder(\Migration\ResourceModel\Record::class)->disableOriginalConstructor()
->setMethods(['setData'])
->getMock();
$record->expects($this->once())->method('setData')->with(['field_1' => 1, 'field_2' => 2]);
$this->recordFactory->expects($this->any())->method('create')->with(['document' => $destDocument])
->will($this->returnValue($record));
$recordsCollection->expects($this->any())->method('addRecord')->with($record);
$this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($destDocument));
$this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => 'source_document_1'])
->willReturn(true);
$this->source->expects($this->any())->method('getRecords')->will($this->returnValueMap(
[
['source_document_1', 0, null, [['field_1' => 1, 'field_2' => 2]]]
]
));
$this->assertTrue($this->step->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/CustomCustomerAttributes/IntegrityTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['debug', 'error']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getDocument']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocumentList', 'getDocument']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('customer_attr_map_file')->willReturn($this->map);
$this->readerGroups = $this->createPartialMock(
\Migration\Reader\Groups::class,
['getGroup']
);
$this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(
[
['source_documents', ['document1' => '']]
]
);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createPartialMock(
\Migration\Reader\GroupsFactory::class,
['create']
);
$groupsFactory->expects($this->any())
->method('create')
->with('customer_attr_document_groups_file')
->willReturn($this->readerGroups);
$config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->getMock();
$this->log = new Integrity(
$this->progress,
$this->logger,
$config,
$this->source,
$this->destination,
$mapFactory,
$groupsFactory
);
}
/**
* @covers \Migration\Step\Log\Integrity::getIterationsCount
* @return void
*/
public function testPerform()
{
$fields = ['field1' => ['DATA_TYPE' => 'int']];
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document2']));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['document1', MapInterface::TYPE_SOURCE, 'document2'],
['document2', MapInterface::TYPE_DEST, 'document1']
]
) ;
$this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));
$this->logger->expects($this->never())->method('error');
$this->assertTrue($this->log->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/CustomCustomerAttributes/VolumeTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['error']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getRecordsCount', 'getDocument']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount', 'getDocument']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('customer_attr_map_file')->willReturn($this->map);
$this->readerGroups = $this->createPartialMock(
\Migration\Reader\Groups::class,
['getGroup']
);
$this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(
[
['source_documents', ['document1' => '']]
]
);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createPartialMock(
\Migration\Reader\GroupsFactory::class,
['create']
);
$groupsFactory->expects($this->any())
->method('create')
->with('customer_attr_document_groups_file')
->willReturn($this->readerGroups);
$this->volume = new Volume(
$this->source,
$this->destination,
$this->progress,
$mapFactory,
$groupsFactory,
$this->logger
);
}
/**
* @return void
*/
public function testPerform()
{
$fields = ['field1' => []];
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$this->map->expects($this->once())->method('getDocumentMap')->with('document1')->willReturn('document2');
$this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);
$this->source->expects($this->once())->method('getDocument')->with('document1')->willReturn($document);
$this->destination->expects($this->once())->method('getDocument')->with('document2')->willReturn($document);
$this->destination->expects($this->any())->method('getRecordsCount')
->willReturnMap([['document2', true, [], 3]]);
$this->assertTrue($this->volume->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/CustomCustomerAttributesTest.php
================================================
map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('eav_map_file')->willReturn($this->map);
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)->disableOriginalConstructor()
->setMethods(['getRecordsCount', 'getRecords', 'getAdapter', 'addDocumentPrefix'])
->getMock();
$this->destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->disableOriginalConstructor()
->setMethods(['getRecordsCount', 'getRecords', 'deleteDocumentBackup'])
->getMock();
$this->factory = $this->getMockBuilder(\Migration\RecordTransformerFactory::class)->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->readerGroups = $this->getMockBuilder(\Migration\Reader\Groups::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
$this->readerAttributes = $this->getMockBuilder(\Migration\Reader\Groups::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->getMockBuilder(\Migration\Reader\GroupsFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$groupsFactory->expects($this->any())
->method('create')
->willReturnMap(
[
['eav_document_groups_file', $this->readerGroups],
['eav_attribute_groups_file', $this->readerAttributes]
]
);
$this->adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['getSelect']
);
$this->pdoMysql = $this->createPartialMock(
\Magento\Framework\DB\Adapter\Pdo\Mysql::class,
['fetchPairs']
);
$this->select = $this->createPartialMock(
\Magento\Framework\DB\Select::class,
['from', 'getAdapter']
);
$this->helper = new Helper($mapFactory, $this->source, $this->destination, $this->factory, $groupsFactory);
}
/**
* @return void
*/
public function testGetSourceRecordsCount()
{
$this->source->expects($this->once())->method('getRecordsCount')->with('some_document')
->will($this->returnValue(5));
$this->assertEquals(5, $this->helper->getSourceRecordsCount('some_document'));
}
/**
* @return void
*/
public function testGetDestinationRecordsCount()
{
$this->map->expects($this->once())->method('getDocumentMap')
->with('some_document', MapInterface::TYPE_SOURCE)
->will($this->returnValue('some_dest_document'));
$this->destination->expects($this->once())->method('getRecordsCount')->with('some_dest_document')
->will($this->returnValue(5));
$this->assertEquals(5, $this->helper->getDestinationRecordsCount('some_document'));
}
/**
* @return void
*/
public function testGetSourceRecords()
{
$this->source->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));
$this->source->expects($this->once())->method('getRecords')->with('test_source_document', 0, 1)
->will($this->returnValue([['key' => 'key_value', 'field' => 'field_value']]));
$result = [
'key_value-field_value' => ['key' => 'key_value', 'field' => 'field_value']
];
$this->assertEquals($result, $this->helper->getSourceRecords('test_source_document', ['key', 'field']));
}
/**
* @return void
*/
public function testGetDestinationRecords()
{
$this->map->expects($this->once())->method('getDocumentMap')
->with('test_source_document', MapInterface::TYPE_SOURCE)
->will($this->returnValue('test_dest_document'));
$this->destination->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));
$this->destination->expects($this->once())->method('getRecords')->with('test_dest_document', 0, 1)
->will($this->returnValue([['key' => 'key_value', 'field' => 'field_value']]));
$result = [
'key_value-field_value' => ['key' => 'key_value', 'field' => 'field_value']
];
$this->assertEquals($result, $this->helper->getDestinationRecords('test_source_document', ['key', 'field']));
}
/**
* @return void
*/
public function testGetSourceRecordsNoKey()
{
$row = ['key' => 'key_value', 'field' => 'field_value'];
$this->source->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));
$this->source->expects($this->once())->method('getRecords')->with('test_source_document', 0, 1)
->will($this->returnValue([$row]));
$this->assertEquals([$row], $this->helper->getSourceRecords('test_source_document'));
}
/**
* @return void
*/
public function testGetDestinationRecordsNoKey()
{
$row = ['key' => 'key_value', 'field' => 'field_value'];
$this->map->expects($this->once())->method('getDocumentMap')
->with('test_source_document', MapInterface::TYPE_SOURCE)
->will($this->returnValue('test_dest_document'));
$this->destination->expects($this->once())->method('getRecordsCount')->will($this->returnValue(1));
$this->destination->expects($this->once())->method('getRecords')->with('test_dest_document', 0, 1)
->will($this->returnValue([$row]));
$this->assertEquals([$row], $this->helper->getDestinationRecords('test_source_document'));
}
/**
* @return void
*/
public function testGetRecordTransformer()
{
$sourceDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)->disableOriginalConstructor()
->getMock();
$destinationDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$recordTransformer = $this->getMockBuilder(\Migration\RecordTransformer::class)->disableOriginalConstructor()
->setMethods(['init'])
->getMock();
$this->factory->expects($this->once())->method('create')
->with(
[
'sourceDocument' => $sourceDocument,
'destDocument' => $destinationDocument,
'mapReader' => $this->map
]
)->will($this->returnValue($recordTransformer));
$recordTransformer->expects($this->once())->method('init')->will($this->returnSelf());
$this->assertSame(
$recordTransformer,
$this->helper->getRecordTransformer($sourceDocument, $destinationDocument)
);
}
/**
* @return void
*/
public function testDeleteBackups()
{
$this->readerGroups->expects($this->once())->method('getGroup')->with('documents')
->willReturn(['some_document' => 0]);
$this->map->expects($this->once())->method('getDocumentMap')
->with('some_document', MapInterface::TYPE_SOURCE)
->will($this->returnValue('some_dest_document'));
$this->destination->expects($this->once())->method('deleteDocumentBackup')->with('some_dest_document');
$this->helper->deleteBackups();
}
/**
* @return void
*/
public function testClearIgnoredAttributes()
{
$allSourceRecords = [
0 => [
'attribute_code' => 'ignored_attribute',
'entity_type_id' => 111,
],
1 => [
'attribute_code' => 'attribute_1',
'entity_type_id' => 1,
],
2 => [
'attribute_code' => 'attribute_2',
'entity_type_id' => 2,
]
];
$clearedSourceRecords = [
1 => [
'attribute_code' => 'attribute_1',
'entity_type_id' => 1,
],
2 => [
'attribute_code' => 'attribute_2',
'entity_type_id' => 2,
]
];
$entityTypesCodeToId = [
'ignored_attribute_type' => 111,
'attribute_type_1' => 1,
'attribute_type_2' => 2,
];
$eavEntityTypeTable = 'eav_entity_type';
$this->readerAttributes->expects($this->once())->method('getGroup')->with('ignore')
->willReturn(['ignored_attribute' => ['ignored_attribute_type']]);
$this->source->expects($this->once())->method('getAdapter')->willReturn($this->adapter);
$this->source
->expects($this->once())
->method('addDocumentPrefix')
->with($eavEntityTypeTable)
->willReturn($eavEntityTypeTable);
$this->adapter->expects($this->once())->method('getSelect')->willReturn($this->select);
$this->select
->expects($this->once())
->method('from')
->with($eavEntityTypeTable, ['entity_type_code', 'entity_type_id'])
->will($this->returnSelf());
$this->select
->expects($this->once())
->method('getAdapter')
->will($this->returnValue($this->pdoMysql));
$this->pdoMysql
->expects($this->once())
->method('fetchPairs')
->with($this->select)
->will($this->returnValue($entityTypesCodeToId));
$this->assertEquals($clearedSourceRecords, $this->helper->clearIgnoredAttributes($allSourceRecords));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Eav/InitialDataTest.php
================================================
map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods([])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('eav_map_file')->willReturn($this->map);
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)->disableOriginalConstructor()
->setMethods([])
->getMock();
$this->destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
$this->helper = $this->getMockBuilder(\Migration\Step\Eav\Helper::class)->disableOriginalConstructor()
->setMethods(['getSourceRecords', 'getDestinationRecords'])
->getMock();
$dataAttributes = $this->getDataAttributes();
$eavEntityTypes = [
'source' => [
['entity_type_id' => '1', 'entity_type_code' => 'customer'],
['entity_type_id' => '2', 'entity_type_code' => 'customer_address'],
['entity_type_id' => '3', 'entity_type_code' => 'catalog_category'],
['entity_type_id' => '4', 'entity_type_code' => 'catalog_product'],
['entity_type_id' => '5', 'entity_type_code' => 'order'],
['entity_type_id' => '6', 'entity_type_code' => 'invoice'],
['entity_type_id' => '7', 'entity_type_code' => 'creditmemo'],
['entity_type_id' => '8', 'entity_type_code' => 'shipment']
],
'dest' => [
['entity_type_id' => '1', 'entity_type_code' => 'customer'],
['entity_type_id' => '2', 'entity_type_code' => 'customer_address'],
['entity_type_id' => '3', 'entity_type_code' => 'catalog_category'],
['entity_type_id' => '4', 'entity_type_code' => 'catalog_product'],
['entity_type_id' => '5', 'entity_type_code' => 'some_m2_type']
],
];
$attributeSets = ['attr_set_1', 'attr_set_2'];
$attributeGroups = ['attr_group_1', 'attr_group_2'];
$this->helper->expects($this->any())->method('getSourceRecords')->willReturnMap([
['eav_attribute', ['attribute_id'], $dataAttributes['source']],
['eav_entity_type', [], $eavEntityTypes['source']]
]);
$this->helper->expects($this->any())->method('getDestinationRecords')->willReturnMap(
[
['eav_attribute', ['entity_type_id', 'attribute_code'], $dataAttributes['dest']],
['eav_attribute_set', ['attribute_set_id'], $attributeSets],
['eav_attribute_group', ['attribute_set_id', 'attribute_group_name'], $attributeGroups],
['eav_entity_type', [], $eavEntityTypes['dest']]
]
);
$this->initialData = new InitialData($mapFactory, $this->source, $this->destination, $this->helper);
}
/**
* @return void
*/
public function testAttributes()
{
$dataAttributes = $this->getDataAttributes();
foreach ($dataAttributes as $resourceType => $resourceData) {
$this->assertEquals($resourceData, $this->initialData->getAttributes($resourceType));
}
}
/**
* @return void
*/
public function testAttributeSets()
{
$attributeSets = ['attr_set_1', 'attr_set_2'];
$this->assertEquals($attributeSets, $this->initialData->getAttributeSets('dest'));
}
/**
* @return void
*/
public function testAttributeGroups()
{
$attributeGroups = ['attr_group_1', 'attr_group_2'];
$this->assertEquals($attributeGroups, $this->initialData->getAttributeGroups('dest'));
}
/**
* @return array
*/
private function getDataAttributes()
{
return [
'source' => ['id_1' => 'value_1','id_2' => 'value_2'],
'dest' => ['id_1' => 'value_1','id_2' => 'value_2']
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Eav/Integrity/AttributeFrontendInputTest.php
================================================
helper = $this->getMockBuilder(Helper::class)
->disableOriginalConstructor()
->setMethods(['getSourceRecords', 'getAttributesGroupCodes'])
->getMock();
$this->ignoredAttributes = $this->getMockBuilder(IgnoredAttributes::class)
->disableOriginalConstructor()
->setMethods(['clearIgnoredAttributes'])
->getMock();
$objectHelper = new ObjectManager($this);
$this->model = $objectHelper->getObject(AttributeFrontendInput::class, [
'helper' => $this->helper,
'ignoredAttributes' => $this->ignoredAttributes
]);
}
/**
* @dataProvider getFixtureData()
* @param array $groupCodes
* @param int $errorsCount
* @return void
*/
public function testCheckAttributeGroupNames($groupCodes, $errorsCount)
{
$sourceRecords = [
[
'attribute_id' => '60',
'entity_type_id' => '4',
'attribute_code' => 'name',
'frontend_input' => 'text'
], [
'attribute_id' => '61',
'entity_type_id' => '4',
'attribute_code' => 'description',
'frontend_input' => 'textarea'
], [
'attribute_id' => '63',
'entity_type_id' => '4',
'attribute_code' => 'sku',
'frontend_input' => 'text'
], [
'attribute_id' => '169',
'entity_type_id' => '4',
'attribute_code' => 'group_price',
'frontend_input' => null
],
[
'attribute_id' => '70',
'entity_type_id' => '4',
'attribute_code' => 'manufacturer',
'frontend_input' => 'select'
], [
'attribute_id' => '84',
'entity_type_id' => '4',
'attribute_code' => 'status',
'frontend_input' => 'select'
],
[
'attribute_id' => '143',
'entity_type_id' => '4',
'attribute_code' => 'msrp_enabled',
'frontend_input' => ''
],
];
$this->helper
->expects($this->any())
->method('getSourceRecords')
->willReturn($sourceRecords);
$this->ignoredAttributes
->expects($this->any())
->method('clearIgnoredAttributes')
->with($sourceRecords)
->willReturn($sourceRecords);
$this->helper->expects($this->any())->method('getAttributesGroupCodes')->willReturnMap($groupCodes);
$this->assertCount($errorsCount, $this->model->checkAttributeFrontendInput());
}
/**
* @return array
*/
public function getFixtureData()
{
return [
[
[
['frontend_input_empty_allowed', ['group_price' => ['4']]]
],
1
], [
[
['frontend_input_empty_allowed', ['msrp_enabled' => ['4']]]
],
1
],[
[
['frontend_input_empty_allowed', []]
],
2
],[
[
['frontend_input_empty_allowed', ['group_price' => ['10']]]
],
2
],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Eav/Integrity/AttributeGroupNamesTest.php
================================================
helper = $this->getMockBuilder(\Migration\Step\Eav\Helper::class)
->disableOriginalConstructor()
->setMethods(['getSourceRecords'])
->getMock();
$objectHelper = new ObjectManager($this);
$groupNameToCodeMap = $objectHelper->getObject(\Migration\Model\Eav\AttributeGroupNameToCodeMap::class);
$this->model = $objectHelper->getObject(\Migration\Step\Eav\Integrity\AttributeGroupNames::class, [
'helper' => $this->helper,
'groupNameToCodeMap' => $groupNameToCodeMap
]);
}
/**
* @dataProvider getFixtureData()
* @param array $sourceData
* @param int $errorsCount
* @return void
*/
public function testCheckAttributeGroupNames($sourceData, $errorsCount)
{
$this->helper->expects($this->any())->method('getSourceRecords')->willReturnMap([
['eav_attribute_group', ['attribute_group_id'], $sourceData['eav_attribute_group']],
['eav_entity_type', ['entity_type_code'], $sourceData['eav_entity_type']],
['eav_attribute_set', ['attribute_set_id'], $sourceData['eav_attribute_set']]
]);
$result = $this->model->checkAttributeGroupNames();
if (array_key_exists(MapInterface::TYPE_SOURCE, $result)) {
$result = $result[MapInterface::TYPE_SOURCE];
}
$this->assertCount($errorsCount, $result);
}
/**
* @return array
*/
public function getFixtureData()
{
return [
[
[
'eav_attribute_group' => [
7 => ['attribute_set_id' => 4, 'attribute_group_name' => 'General'],
8 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Prices'],
11 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Design'],
14 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Images']
],
'eav_entity_type' => [
'catalog_product' => ['entity_type_id' => 4]
],
'eav_attribute_set' => [
3 => ['attribute_set_id' => 3, 'entity_type_id' => 3, 'attribute_set_name' => 'Default'],
4 => ['attribute_set_id' => 4, 'entity_type_id' => 4, 'attribute_set_name' => 'Default']
]
],
0
], [
[
'eav_attribute_group' => [
5 => ['attribute_set_id' => 2, 'attribute_group_name' => 'Prices'],
7 => ['attribute_set_id' => 3, 'attribute_group_name' => 'General'],
8 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Prices'],
11 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Design'],
12 => ['attribute_set_id' => 4, 'attribute_group_name' => 'General'],
14 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Images']
],
'eav_entity_type' => [
'catalog_product' => ['entity_type_id' => 4]
],
'eav_attribute_set' => [
1 => ['attribute_set_id' => 1, 'entity_type_id' => 3, 'attribute_set_name' => 'Default'],
2 => ['attribute_set_id' => 2, 'entity_type_id' => 4, 'attribute_set_name' => 'Default'],
3 => ['attribute_set_id' => 3, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_2'],
4 => ['attribute_set_id' => 4, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_3']
]
],
3
], [
[
'eav_attribute_group' => [
2 => ['attribute_set_id' => 2, 'attribute_group_name' => 'General'],
7 => ['attribute_set_id' => 3, 'attribute_group_name' => 'General'],
8 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Prices'],
11 => ['attribute_set_id' => 3, 'attribute_group_name' => 'Design'],
12 => ['attribute_set_id' => 4, 'attribute_group_name' => 'General'],
14 => ['attribute_set_id' => 4, 'attribute_group_name' => 'Images']
],
'eav_entity_type' => [
'customer' => ['entity_type_id' => 1],
'catalog_product' => ['entity_type_id' => 4],
'order' => ['entity_type_id' => 5]
],
'eav_attribute_set' => [
1 => ['attribute_set_id' => 1, 'entity_type_id' => 2, 'attribute_set_name' => 'Custom'],
2 => ['attribute_set_id' => 2, 'entity_type_id' => 3, 'attribute_set_name' => 'Default'],
3 => ['attribute_set_id' => 3, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_2'],
4 => ['attribute_set_id' => 4, 'entity_type_id' => 4, 'attribute_set_name' => 'Default_3']
]
],
2
],
];
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Eav/IntegrityTest.php
================================================
progress = $this->getMockBuilder(\Migration\App\ProgressBar\LogLevelProcessor::class)
->disableOriginalConstructor()
->setMethods(['start', 'finish', 'advance'])
->getMock();
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods([])
->getMock();
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)->disableOriginalConstructor()
->setMethods([])
->getMock();
$this->destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap', 'getDocumentList', 'getFieldMap', 'isDocumentIgnored'])
->getMock();
$this->attributeGroupNames = $this->getMockBuilder(\Migration\Step\Eav\Integrity\AttributeGroupNames::class)
->setMethods(['checkAttributeGroupNames'])
->disableOriginalConstructor()
->getMock();
$this->attributeGroupNames->expects($this->once())
->method('checkAttributeGroupNames')
->willReturn([]);
$this->attributeFrontendInput =
$this->getMockBuilder(\Migration\Step\Eav\Integrity\AttributeFrontendInput::class)
->setMethods(['checkAttributeFrontendInput'])
->disableOriginalConstructor()
->getMock();
$this->attributeFrontendInput->expects($this->once())
->method('checkAttributeFrontendInput')
->willReturn([]);
$this->classMapIntegrity =
$this->getMockBuilder(\Migration\Step\Eav\Integrity\ClassMap::class)
->setMethods(['checkClassMapping'])
->disableOriginalConstructor()
->getMock();
$this->classMapIntegrity->expects($this->once())
->method('checkClassMapping')
->willReturn([]);
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('eav_map_file')->willReturn($this->map);
$this->readerGroups = $this->getMockBuilder(\Migration\Reader\Groups::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->getMockBuilder(\Migration\Reader\GroupsFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$groupsFactory->expects($this->any())
->method('create')
->with('eav_document_groups_file')
->willReturn($this->readerGroups);
$config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->getMock();
$this->integrity = new Integrity(
$this->progress,
$this->logger,
$config,
$this->source,
$this->destination,
$mapFactory,
$groupsFactory,
$this->attributeGroupNames,
$this->attributeFrontendInput,
$this->classMapIntegrity
);
}
/**
* @return void
*/
public function testPerformWithoutError()
{
$fields = ['field1' => ['DATA_TYPE' => 'int']];
$this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['source_document', MapInterface::TYPE_SOURCE, 'destination_document'],
['destination_document', MapInterface::TYPE_DEST, 'source_document']
]
) ;
$this->map->expects($this->atLeastOnce())->method('getFieldMap')->willReturn('field1');
$this->map->expects($this->atLeastOnce())->method('isDocumentIgnored')->willReturn(false);
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['source_document']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['destination_document']));
$this->destination->expects($this->atLeastOnce())->method('getDocument')->will($this->returnValue($document));
$this->logger->expects($this->never())->method('addRecord');
$this->readerGroups->expects($this->any())->method('getGroup')->with('documents')
->willReturn(['source_document' => 0]);
$this->assertTrue($this->integrity->perform());
}
/**
* @return void
*/
public function testPerformWithError()
{
$fields = ['field1' => ['DATA_TYPE' => 'int']];
$this->map->expects($this->atLeastOnce())->method('getDocumentMap')->willReturnMap(
[
['source_document', MapInterface::TYPE_SOURCE, 'source_document'],
['common_document', MapInterface::TYPE_SOURCE, 'common_document'],
['source_document', MapInterface::TYPE_DEST, 'source_document'],
['common_document', MapInterface::TYPE_DEST, 'common_document'],
]
) ;
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['source_document', 'common_document']));
$this->source->expects($this->atLeastOnce())->method('getDocument')->willReturn($document);
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['common_document']));
$this->destination->expects($this->atLeastOnce())->method('getDocument')->willReturn($document);
$this->logger->expects($this->once())->method('addRecord')
->with(400, 'Source documents are not mapped: source_document');
$this->readerGroups->expects($this->any())->method('getGroup')->with('documents')
->willReturn(['source_document' => 0, 'common_document' => 1]);
$this->assertFalse($this->integrity->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Eav/Model/IgnoredAttributesTest.php
================================================
helper = $this->getMockBuilder(\Migration\Step\Eav\Helper::class)->disableOriginalConstructor()
->setMethods(['getAttributesGroupCodes'])
->getMock();
$this->initialData = $this->getMockBuilder(\Migration\Step\Eav\InitialData::class)->disableOriginalConstructor()
->setMethods(['getAttributes'])
->getMock();
$this->ignoredAttributes = new IgnoredAttributes($this->helper, $this->initialData);
}
/**
* @return void
*/
public function testClearIgnoredAttributes()
{
$allSourceRecords = [
0 => [
'attribute_code' => 'attribute_code_3_ignored',
'entity_type_id' => 111,
'attribute_id' => 54,
],
1 => [
'attribute_code' => 'attribute_code_1',
'entity_type_id' => 1,
'attribute_id' => 55,
],
2 => [
'attribute_code' => 'attribute_code_2',
'entity_type_id' => 2,
'attribute_id' => 56,
]
];
$ignoredSourceRecords = ['attribute_code_3_ignored' => [111]];
$clearedSourceRecords = [
1 => [
'attribute_code' => 'attribute_code_1',
'entity_type_id' => 1,
'attribute_id' => 55,
],
2 => [
'attribute_code' => 'attribute_code_2',
'entity_type_id' => 2,
'attribute_id' => 56,
]
];
$this->initialData->expects($this->once())->method('getAttributes')->with('source')
->willReturn($allSourceRecords);
$this->helper->expects($this->once())->method('getAttributesGroupCodes')->with('ignore')
->willReturn($ignoredSourceRecords);
$this->assertEquals($clearedSourceRecords, $this->ignoredAttributes->clearIgnoredAttributes($allSourceRecords));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Eav/VolumeTest.php
================================================
initialData = $this->getMockBuilder(\Migration\Step\Eav\InitialData::class)->disableOriginalConstructor()
->setMethods(['getAttributes', 'getAttributeSets', 'getAttributeGroups'])
->getMock();
$this->helper = $this->getMockBuilder(\Migration\Step\Eav\Helper::class)->disableOriginalConstructor()
->setMethods(
[
'getDestinationRecords',
'getSourceRecordsCount',
'getDestinationRecordsCount',
'deleteBackups'
]
)->getMock();
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['warning', 'addRecord'])
->getMock();
$this->progress = $this->getMockBuilder(\Migration\App\ProgressBar\LogLevelProcessor::class)
->disableOriginalConstructor()
->setMethods(['start', 'finish', 'advance'])
->getMock();
$this->readerGroups = $this->getMockBuilder(\Migration\Reader\Groups::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->getMockBuilder(\Migration\Reader\GroupsFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$groupsFactory->expects($this->any())
->method('create')
->with('eav_document_groups_file')
->willReturn($this->readerGroups);
$this->destination = $this->getMockBuilder(\Migration\ResourceModel\Destination::class)
->disableOriginalConstructor()
->setMethods(['getDocument'])
->getMock();
$this->ignoredAttributes = $this->getMockBuilder(\Migration\Step\Eav\Model\IgnoredAttributes::class)
->disableOriginalConstructor()
->setMethods(['clearIgnoredAttributes'])
->getMock();
$this->volume = new Volume(
$this->helper,
$this->initialData,
$this->ignoredAttributes,
$this->logger,
$this->progress,
$groupsFactory,
$this->destination
);
}
/**
* @return void
*/
public function testPerform()
{
$eavAttributes = [
'eav_attribute_1' => [
'attribute_id' => '1',
'attribute_code' => 'attribute_code_1',
'attribute_model' => null,
'backend_model' => null,
'frontend_model' => null,
'source_model' => null,
'frontend_input_renderer' => null,
'data_model' => null,
'entity_model' => null,
'increment_model' => null,
'entity_attribute_collection' => null,
],
'eav_attribute_2' => [
'attribute_id' => '2',
'attribute_code' => 'attribute_code_2',
'attribute_model' => null,
'backend_model' => null,
'frontend_model' => null,
'source_model' => null,
'frontend_input_renderer' => null,
'data_model' => null,
'entity_model' => null,
'increment_model' => null,
'entity_attribute_collection' => null,
]
];
$this->progress->expects($this->once())->method('start');
$this->progress->expects($this->once())->method('finish');
$this->progress->expects($this->any())->method('advance');
$this->initialData->expects($this->any())->method('getAttributes')->willReturnMap(
[
['source', $eavAttributes],
['destination', $eavAttributes]
]
);
$this->helper->expects($this->any())->method('getDestinationRecords')->willReturn($eavAttributes);
$this->helper->expects($this->any())->method('getSourceRecordsCount')->willReturnMap(
[
['eav_attribute_set', 1],
['eav_attribute_group', 1],
['copy_document_1', 2],
['copy_document_2', 2]
]
);
$this->initialData->expects($this->once())->method('getAttributeSets')->willReturn(1);
$this->initialData->expects($this->once())->method('getAttributeGroups')->willReturn(1);
$this->helper->expects($this->any())->method('getDestinationRecordsCount')->willReturn(2);
$this->helper->expects($this->once())->method('deleteBackups');
$this->ignoredAttributes->expects($this->any())->method('clearIgnoredAttributes')->with($eavAttributes)
->willReturn($eavAttributes);
$this->logger->expects($this->never())->method('addRecord');
$this->assertTrue($this->volume->perform());
}
/**
* @return void
*/
public function testPerformWithError()
{
$eavAttributes = [
'eav_attribute_1' => [
'attribute_id' => '1',
'attribute_code' => 'attribute_code_1',
'attribute_model' => 1,
'backend_model' => 1,
'frontend_model' => 1,
'source_model' => 1,
'frontend_input_renderer' => 1,
'data_model' => 1,
'entity_model' => null,
'increment_model' => null,
'entity_attribute_collection' => null,
],
'eav_attribute_2' => [
'attribute_id' => '2',
'attribute_code' => 'attribute_code_2',
'attribute_model' => 1,
'backend_model' => 1,
'frontend_model' => 1,
'source_model' => 1,
'frontend_input_renderer' => 1,
'data_model' => 1,
'entity_model' => null,
'increment_model' => null,
'entity_attribute_collection' => null,
],
];
$this->progress->expects($this->once())->method('start');
$this->progress->expects($this->once())->method('finish');
$this->progress->expects($this->any())->method('advance');
$this->initialData->expects($this->atLeastOnce())->method('getAttributes')->willReturnMap(
[
['source', $eavAttributes],
['destination', $eavAttributes]
]
);
$this->helper->expects($this->any())->method('getDestinationRecords')->willReturn($eavAttributes);
$this->helper->expects($this->any())->method('getSourceRecordsCount')->willReturnMap(
[
['eav_attribute_set', 1],
['eav_attribute_group', 1],
['copy_document_1', 2],
['copy_document_2', 2]
]
);
$this->initialData->expects($this->once())->method('getAttributeSets')->willReturn(1);
$this->initialData->expects($this->once())->method('getAttributeGroups')->willReturn(1);
$this->helper->expects($this->any())->method('getDestinationRecordsCount')->willReturn(1);
$this->helper->expects($this->never())->method('deleteBackups');
$this->logger->expects($this->atLeastOnce())->method('addRecord');
$this->assertFalse($this->volume->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Log/DataTest.php
================================================
progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)
->disableOriginalConstructor()
->setMethods([
'getDocument', 'getDocumentList', 'getRecords', 'getRecordsCount',
'getAdapter', 'addDocumentPrefix', 'getPageSize'
])->getMock();
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocument', 'getDocumentList', 'saveRecords', 'clearDocument']
);
$this->recordFactory = $this->createPartialMock(
\Migration\ResourceModel\RecordFactory::class,
['create']
);
$this->recordTransformerFactory = $this->createPartialMock(
\Migration\RecordTransformerFactory::class,
['create']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap', 'init', 'getDocumentList', 'getDestDocumentsToClear'])
->getMock();
$this->sourceAdapter = $this->getMockBuilder(\Migration\ResourceModel\Adapter\Mysql::class)
->disableOriginalConstructor()
->setMethods(['getSelect', 'loadDataFromSelect'])
->getMock();
$select = $this->getMockBuilder(\Magento\Framework\DB\Select::class)
->setMethods(['from', 'joinLeft', 'where', 'group', 'order'])
->disableOriginalConstructor()
->getMock();
$select->expects($this->any())->method('from')->willReturnSelf();
$select->expects($this->any())->method('joinLeft')->willReturnSelf();
$select->expects($this->any())->method('where')->willReturnSelf();
$select->expects($this->any())->method('group')->willReturnSelf();
$select->expects($this->any())->method('order')->willReturnSelf();
$this->sourceAdapter->expects($this->any())->method('getSelect')->willReturn($select);
$this->source->expects($this->any())->method('getAdapter')->willReturn($this->sourceAdapter);
$this->source->expects($this->any())->method('addDocumentPrefix')->willReturn($this->returnArgument(1));
$this->source->expects($this->any())->method('getPageSize')->willReturn(100);
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('log_map_file')->willReturn($this->map);
$this->readerGroups = $this->createPartialMock(
\Migration\Reader\Groups::class,
['getGroup']
);
$this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(
[
['source_documents', ['source_document' => '']],
['destination_documents_to_clear', ['source_document_to_clear' => '']]
]
);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createPartialMock(
\Migration\Reader\GroupsFactory::class,
['create']
);
$groupsFactory->expects($this->any())
->method('create')
->with('log_document_groups_file')
->willReturn($this->readerGroups);
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['debug'])
->getMock();
$this->data = new Data(
$this->progress,
$this->source,
$this->destination,
$this->recordFactory,
$this->recordTransformerFactory,
$mapFactory,
$groupsFactory,
$this->logger
);
}
/**
* @return void
*/
public function testPerform()
{
$sourceDocName = 'core_config_data';
$this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));
$dstDocName = 'config_data';
$this->map->expects($this->once())->method('getDocumentMap')->will($this->returnValue($dstDocName));
$sourceDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getRecords']
);
$this->source->expects($this->once())->method('getDocument')->will($this->returnValue($sourceDocument));
$destinationDocument = $this->createMock(\Migration\ResourceModel\Document::class);
$this->destination->expects($this->once())->method('getDocument')->will(
$this->returnValue($destinationDocument)
);
$this->sourceAdapter
->expects($this->at(1))
->method('loadDataFromSelect')
->willReturn([[
'visitor_id' => 1,
'session_id' => 'dvak7ir3t9p3sicksr0t9thqc7',
'first_visit_at' => '2015-10-25 11:22:40',
'last_visit_at' => '2015-10-25 11:22:40',
'last_url_id' => 1,
'store_id' => 1,
]]);
$this->sourceAdapter->expects($this->at(2))->method('loadDataFromSelect')->willReturn([]);
$destinationRecords = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$destinationDocument->expects($this->once())->method('getRecords')
->will($this->returnValue($destinationRecords));
$srcRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$this->recordFactory->expects($this->at(0))->method('create')->will($this->returnValue($srcRecord));
$this->destination->expects($this->once())->method('saveRecords')->with($dstDocName, $destinationRecords);
$this->destination->expects($this->exactly(2))->method('clearDocument');
$this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => 'source_document'])
->willReturn(true);
$this->data->perform();
}
/**
* @return void
*/
public function testGetMapEmptyDestinationDocumentName()
{
$sourceDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getRecords']
);
$this->source->expects($this->once())->method('getDocument')->will($this->returnValue($sourceDocument));
$this->data->perform();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Log/IntegrityTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['debug', 'addRecord']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getDocument']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocumentList', 'getDocument']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('log_map_file')->willReturn($this->map);
$this->readerGroups = $this->createPartialMock(
\Migration\Reader\Groups::class,
['getGroup']
);
$this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(
[
['source_documents', ['document1' => '']],
['destination_documents_to_clear', ['document_to_clear' => '']]
]
);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createPartialMock(
\Migration\Reader\GroupsFactory::class,
['create']
);
$groupsFactory->expects($this->any())
->method('create')
->with('log_document_groups_file')
->willReturn($this->readerGroups);
$config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()->getMock();
$this->log = new Integrity(
$this->progress,
$this->logger,
$config,
$this->source,
$this->destination,
$mapFactory,
$groupsFactory
);
}
/**
* @covers \Migration\Step\Log\Integrity::getIterationsCount
* @return void
*/
public function testPerformMainFlow()
{
$fields = ['field1' => ['DATA_TYPE' => 'int']];
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document2', 'document_to_clear']));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['document1', MapInterface::TYPE_SOURCE, 'document2'],
['document2', MapInterface::TYPE_DEST, 'document1']
]
);
$this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));
$this->logger->expects($this->never())->method('addRecord');
$this->assertTrue($this->log->perform());
}
/**
* @covers \Migration\Step\Log\Integrity::getIterationsCount
* @return void
*/
public function testPerformMissingDocument()
{
$fields = ['field1' => ['DATA_TYPE' => 'int']];
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->will($this->returnValue($fields));
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document2']));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->will($this->returnValue($structure));
$this->map->expects($this->any())->method('getDocumentMap')->willReturnMap(
[
['document1', MapInterface::TYPE_SOURCE, 'document2'],
['document2', MapInterface::TYPE_DEST, 'document1']
]
);
$this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->destination->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));
$this->logger
->expects($this->once())
->method('addRecord')
->with(400, 'Destination documents are missing: document_to_clear');
$this->assertFalse($this->log->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Log/VolumeTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['addRecord']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getRecordsCount']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('log_map_file')->willReturn($this->map);
$this->readerGroups = $this->createPartialMock(
\Migration\Reader\Groups::class,
['getGroup']
);
$this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(
[
['source_documents', ['document1' => '']],
['destination_documents_to_clear', ['document_to_clear' => '']]
]
);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createPartialMock(
\Migration\Reader\GroupsFactory::class,
['create']
);
$groupsFactory->expects($this->any())
->method('create')
->with('log_document_groups_file')
->willReturn($this->readerGroups);
$this->volume = new Volume(
$this->logger,
$this->source,
$this->destination,
$mapFactory,
$this->progress,
$groupsFactory
);
}
/**
* @return void
*/
public function testPerform()
{
$dstDocName = 'config_data';
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);
$this->destination->expects($this->any())->method('getRecordsCount')
->willReturnMap([['config_data', true, [], 3], ['document_to_clear', true, [], null]]);
$this->assertTrue($this->volume->perform());
}
/**
* @return void
*/
public function testPerformIgnored()
{
$dstDocName = false;
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->never())->method('getRecordsCount');
$this->destination->expects($this->once())->method('getRecordsCount')->willReturn(null);
$this->assertTrue($this->volume->perform());
}
/**
* @return void
*/
public function testPerformFailed()
{
$dstDocName = 'config_data';
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->once())->method('getRecordsCount')->willReturn(2);
$this->destination->expects($this->any())->method('getRecordsCount')
->willReturnMap([['config_data', 3], ['document_to_clear', null]]);
$this->logger->expects($this->once())->method('addRecord')->with(
Logger::WARNING,
'Mismatch of entities in the document: ' . $dstDocName . ' Source: 2 Destination: '
);
$this->assertFalse($this->volume->perform());
}
/**
* @return void
*/
public function testPerformCheckLogsClearFailed()
{
$dstDocName = 'config_data';
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);
$this->destination->expects($this->any())->method('getRecordsCount')
->willReturnMap([['config_data', true, [], 3], ['document_to_clear', true, [], 1]]);
$this->logger->expects($this->once())->method('addRecord')->with(
Logger::WARNING,
'Log documents in the destination resource are not cleared'
);
$this->assertFalse($this->volume->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Map/DataTest.php
================================================
progressBar = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocument', 'getDocumentList', 'getRecords', 'getRecordsCount', 'getPageSize', 'setLastLoadedRecord']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocument', 'getDocumentList', 'saveRecords', 'clearDocument']
);
$this->recordFactory = $this->createPartialMock(
\Migration\ResourceModel\RecordFactory::class,
['create']
);
$this->recordTransformerFactory = $this->createPartialMock(
\Migration\RecordTransformerFactory::class,
['create']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap', 'getHandlerConfigs'])
->getMock();
/** @var \Migration\Config|\PHPUnit_Framework_MockObject_MockObject $config */
$this->config = $this->getMockBuilder(\Migration\Config::class)->setMethods(['getOption'])
->disableOriginalConstructor()->getMock();
$this->config->expects($this->any())->method('getOption')->willReturnMap(
[
['direct_document_copy', 0],
['bulk_size', 100]
]
);
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);
$this->progress = $this->createPartialMock(
\Migration\App\Progress::class,
['getProcessedEntities', 'addProcessedEntity']
);
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['debug'])
->getMock();
$this->helper = $this->getMockBuilder(\Migration\Step\Map\Helper::class)->disableOriginalConstructor()
->setMethods(['getFieldsUpdateOnDuplicate'])
->getMock();
$this->data = new Data(
$this->progressBar,
$this->source,
$this->destination,
$this->recordFactory,
$this->recordTransformerFactory,
$mapFactory,
$this->progress,
$this->logger,
$this->config,
$this->helper
);
}
/**
* @return void
*/
public function testGetMapEmptyDestinationDocumentName()
{
$sourceDocName = 'core_config_data';
$this->progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));
$this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));
$this->data->perform();
}
/**
* @return void
*/
public function testPerform()
{
$sourceDocName = 'core_config_data';
$this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));
$this->source->expects($this->any())->method('getRecordsCount')->will($this->returnValue(2));
$dstDocName = 'config_data';
$this->progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));
$this->map->expects($this->once())->method('getDocumentMap')->will($this->returnValue($dstDocName));
$this->map->expects($this->any())->method('getHandlerConfigs')->willReturn(['class' => 'Handler\Class']);
$sourceDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getRecords', 'getStructure']
);
$this->source->expects($this->once())->method('getDocument')->will(
$this->returnValue($sourceDocument)
);
$destinationDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->setMethods(['getStructure', 'getRecords'])
->getMock();
$this->destination->expects($this->once())->method('getDocument')->will(
$this->returnValue($destinationDocument)
);
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)->disableOriginalConstructor()
->setMethods(['getFields'])
->getMock();
$structure->expects($this->any())->method('getFields')->willReturn(['field' => []]);
$sourceDocument->expects($this->any())->method('getStructure')->willReturn($structure);
$destinationDocument->expects($this->any())->method('getStructure')->willReturn($structure);
$recordTransformer = $this->createPartialMock(
\Migration\RecordTransformer::class,
['init', 'transform']
);
$this->recordTransformerFactory->expects($this->once())->method('create')->will(
$this->returnValue($recordTransformer)
);
$recordTransformer->expects($this->once())->method('init');
$bulk = [['id' => 4, 'name' => 'john']];
$this->source->expects($this->any())->method('getRecords')->willReturnOnConsecutiveCalls($bulk, []);
$this->source->expects($this->any())->method('setLastLoadedRecord')->withConsecutive(
[$sourceDocName, $bulk[0]],
[$sourceDocName, []]
);
$this->source->expects($this->any())->method('getPageSize')->willReturn(100);
$destinationRecords = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$destinationDocument->expects($this->once())->method('getRecords')->will(
$this->returnValue($destinationRecords)
);
$srcRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$dstRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$this->recordFactory->expects($this->at(0))->method('create')->will($this->returnValue($srcRecord));
$this->recordFactory->expects($this->at(1))->method('create')->will($this->returnValue($dstRecord));
$recordTransformer->expects($this->once())->method('transform')->with($srcRecord, $dstRecord);
$this->destination->expects($this->once())->method('saveRecords')->with($dstDocName, $destinationRecords);
$this->destination->expects($this->once())->method('clearDocument')->with($dstDocName);
$this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => $sourceDocName])
->willReturn(true);
$this->helper->expects($this->once())->method('getFieldsUpdateOnDuplicate')->with($dstDocName)
->willReturn(false);
$this->data->perform();
}
/**
* @return void
*/
public function testPerformJustCopy()
{
$sourceDocName = 'core_config_data';
$this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue([$sourceDocName]));
$this->source->expects($this->any())->method('getRecordsCount')->will($this->returnValue(2));
$dstDocName = 'config_data';
$this->progress->expects($this->once())->method('getProcessedEntities')->will($this->returnValue([]));
$this->map->expects($this->once())->method('getDocumentMap')->will($this->returnValue($dstDocName));
$this->map->expects($this->any())->method('getHandlerConfigs')->willReturn([]);
$sourceDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getRecords', 'getStructure']
);
$bulk = [['id' => 4, 'name' => 'john']];
$this->source->expects($this->any())->method('getRecords')->willReturnOnConsecutiveCalls($bulk, []);
$this->source->expects($this->once())->method('getDocument')->willReturn($sourceDocument);
$this->source->expects($this->any())->method('getPageSize')->willReturn(100);
$this->source->expects($this->any())->method('setLastLoadedRecord')->withConsecutive(
[$sourceDocName, $bulk[0]],
[$sourceDocName, []]
);
$destinationDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->setMethods(['getStructure', 'getRecords'])
->getMock();
$this->destination->expects($this->once())->method('getDocument')->will(
$this->returnValue($destinationDocument)
);
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()
->setMethods(['getFields'])
->getMock();
$structure->expects($this->any())->method('getFields')->willReturn(['field' => []]);
$sourceDocument->expects($this->any())->method('getStructure')->willReturn($structure);
$destinationDocument->expects($this->any())->method('getStructure')->willReturn($structure);
$destinationRecords = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$destinationDocument->expects($this->once())->method('getRecords')->will(
$this->returnValue($destinationRecords)
);
$dstRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$this->recordFactory->expects($this->at(0))->method('create')->will($this->returnValue($dstRecord));
$this->destination->expects($this->once())->method('saveRecords')->with($dstDocName, $destinationRecords);
$this->destination->expects($this->once())->method('clearDocument')->with($dstDocName);
$this->data->perform();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Map/DeltaTest.php
================================================
source = $this->createMock(\Migration\ResourceModel\Source::class);
$this->logger = $this->createMock(\Migration\Logger\Logger::class);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap', 'getDeltaDocuments'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getAdapter']
);
$this->recordFactory = $this->createMock(\Migration\ResourceModel\RecordFactory::class);
$this->recordTransformerFactory = $this->createMock(\Migration\RecordTransformerFactory::class);
$this->data = $this->createMock(\Migration\Step\Map\Data::class);
$this->readerGroups = $this->createPartialMock(
\Migration\Reader\Groups::class,
['getGroup']
);
$this->readerGroups->expects($this->any())->method('getGroup')->willReturnMap(
[
['delta_map', ['orders' => 'order_id']]
]
);
$this->helper = $this->createPartialMock(
\Migration\Step\Map\Helper::class,
['getDocumentsDuplicateOnUpdate']
);
$this->helper->expects($this->any())->method('getDocumentsDuplicateOnUpdate')->willReturn(false);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->createPartialMock(
\Migration\Reader\GroupsFactory::class,
['create']
);
$groupsFactory->expects($this->any())
->method('create')
->with('delta_document_groups_file')
->willReturn($this->readerGroups);
$this->delta = new Delta(
$this->source,
$mapFactory,
$groupsFactory,
$this->logger,
$this->destination,
$this->recordFactory,
$this->recordTransformerFactory,
$this->data,
$this->helper
);
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testDelta()
{
$sourceDocName = 'orders';
$sourceDeltaName = 'm2_cl_orders';
$this->source->expects($this->any())
->method('getDocumentList')
->willReturn([$sourceDocName, $sourceDeltaName]);
$this->source->expects($this->atLeastOnce())
->method('getDeltaLogName')
->with('orders')
->willReturn($sourceDeltaName);
$this->source->expects($this->any())
->method('getRecordsCount')
->with($sourceDeltaName)
->willReturn(1);
$adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['setForeignKeyChecks']
);
$adapter->expects($this->at(0))
->method('setForeignKeyChecks')
->with(1);
$adapter->expects($this->at(1))
->method('setForeignKeyChecks')
->with(0);
$this->destination->expects($this->any())
->method('getAdapter')
->willReturn($adapter);
/** @var \Migration\ResourceModel\Document|\PHPUnit_Framework_MockObject_MockObject $source */
$document = $this->createMock(\Migration\ResourceModel\Document::class);
$this->source->expects($this->any())
->method('getDocument')
->willReturn($document);
$this->map->expects($this->any())
->method('getDeltaDocuments')
->willReturn([$sourceDocName => 'order_id']);
$this->map->expects($this->any())
->method('getDocumentMap')
->with($sourceDocName, MapInterface::TYPE_SOURCE)
->willReturn($sourceDocName);
$this->logger->expects($this->any())
->method('debug')
->with($sourceDocName . ' has changes');
$this->assertTrue($this->delta->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Map/HelperTest.php
================================================
'document1', 'fields' => ['field1', 'field2']];
/**
* @return void
*/
public function setUp()
{
$this->groups = $this->getMockBuilder(\Migration\Reader\Groups::class)
->disableOriginalConstructor()
->setMethods(['getGroup'])
->getMock();
$this->groups
->expects($this->once())
->method('getGroup')
->with('destination_documents_update_on_duplicate')
->willReturn([
$this->fieldsUpdateOnDuplicate['document'] => implode(',', $this->fieldsUpdateOnDuplicate['fields'])
]);
/** @var \Migration\Reader\GroupsFactory|\PHPUnit_Framework_MockObject_MockObject $groupsFactory */
$groupsFactory = $this->getMockBuilder(\Migration\Reader\GroupsFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$groupsFactory->expects($this->any())
->method('create')
->with('map_document_groups')
->willReturn($this->groups);
$this->helper = new Helper($groupsFactory);
}
/**
* @return void
*/
public function testGetFieldsUpdateOnDuplicate()
{
$this->assertEquals(
$this->fieldsUpdateOnDuplicate['fields'],
$this->helper->getFieldsUpdateOnDuplicate($this->fieldsUpdateOnDuplicate['document'])
);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Map/IntegrityTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['debug', 'addRecord', 'warning']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getDocument']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocumentList', 'getDocument']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getFieldMap', 'getDocumentMap', 'init', 'isDocumentIgnored', 'isFieldDataTypeIgnored'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);
$config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()->getMock();
$this->integrity = new Integrity(
$this->progress,
$this->logger,
$config,
$this->source,
$this->destination,
$mapFactory
);
}
/**
* @return void
*/
public function testPerformMainFlow()
{
$this->setupFieldsValidation();
$this->source->expects($this->any())->method('getDocumentList')->will($this->returnValue(['document']));
$this->destination->expects($this->any())->method('getDocumentList')
->will($this->returnValue(['document']));
$this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));
$this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);
$this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));
$this->logger->expects($this->never())->method('addRecord');
$this->integrity->perform();
}
/**
* @return void
*/
public function testPerformDocumentIgnored()
{
$this->source->expects($this->atLeastOnce())->method('getDocumentList')->will($this->returnValue(['document']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document2']));
$this->map->expects($this->any())->method('getDocumentMap')->will($this->returnValue(false));
$this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(true);
$this->logger->expects($this->never())->method('addRecord');
$this->integrity->perform();
}
/**
* @return void
*/
public function testPerformWithDestinationDocMissed()
{
$this->setupFieldsValidation();
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1', 'document2']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document2']));
$this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));
$this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);
$this->logger->expects($this->exactly(1))->method('addRecord')
->with(400, 'Source documents are not mapped: document1');
$this->integrity->perform();
}
/**
* @return void
*/
public function testPerformWithSourceDocMissed()
{
$this->setupFieldsValidation();
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->willReturn(['document2']);
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1', 'document2']));
$this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));
$this->logger->expects($this->once())->method('addRecord')
->with(400, 'Destination documents are not mapped: document1');
$this->integrity->perform();
}
/**
* @return void
*/
public function testPerformWithSourceFieldErrors()
{
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()
->setMethods([])
->getMock();
$structure->expects($this->at(0))->method('getFields')->will($this->returnValue(['field1' => []]));
$structure->expects($this->at(1))->method('getFields')->will($this->returnValue(['field2' => []]));
$structure->expects($this->at(2))->method('getFields')->will($this->returnValue(['field2' => []]));
$structure->expects($this->at(3))->method('getFields')->will($this->returnValue(['field1' => []]));
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->willReturn($structure);
$document->expects($this->any())->method('getName')->willReturn('document');
$this->source->expects($this->atLeastOnce())->method('getDocumentList')->will($this->returnValue(['document']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document']));
$this->source->expects($this->any())->method('getDocument')->will($this->returnValue($document));
$this->destination->expects($this->any())->method('getDocument')->with('document')
->will($this->returnValue($document));
$this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);
$this->map->expects($this->exactly(2))->method('getDocumentMap')->with('document')
->will($this->returnArgument(0));
$this->map->expects($this->at(2))->method('getFieldMap')->with('document', 'field1')
->will($this->returnValue('field1'));
$this->map->expects($this->at(5))->method('getFieldMap')->with('document', 'field2')
->will($this->returnValue('field2'));
$this->logger->expects($this->at(0))->method('addRecord')->with(
400,
'Source fields are not mapped. Document: document. Fields: field1'
);
$this->logger->expects($this->at(1))->method('addRecord')->with(
400,
'Destination fields are not mapped. Document: document. Fields: field2'
);
$this->integrity->perform();
}
/**
* @return void
*/
public function testPerformWithMismatchDocumentFieldDataTypes()
{
$this->setupFieldsValidation(true);
$this->documentSource->expects($this->any())->method('getName')->will($this->returnValue('document1'));
$this->documentDestination->expects($this->any())->method('getName')->will($this->returnValue('document1'));
$this->source->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1']));
$this->destination->expects($this->atLeastOnce())->method('getDocumentList')
->will($this->returnValue(['document1']));
$this->map->expects($this->any())->method('getDocumentMap')->will($this->returnArgument(0));
$this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);
$this->map->expects($this->any())->method('getFieldMap')->will($this->returnValue('field1'));
$this->map->expects($this->any())->method('isFieldDataTypeIgnored')->will($this->returnValue(false));
$this->logger->expects($this->at(0))->method('warning')
->with('Mismatch of data types. Source document: document1. Fields: field1');
$this->logger->expects($this->at(1))->method('warning')
->with('Mismatch of data types. Destination document: document1. Fields: field1');
$this->integrity->perform();
}
/**
* @param bool|false $dataTypeMismatch
* @return void
*/
protected function setupFieldsValidation($dataTypeMismatch = false)
{
$dataTypeSource = $dataTypeMismatch ? 'varchar' : 'int';
$fieldsSource = ['field1' => ['DATA_TYPE' => $dataTypeSource]];
$structureSource = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structureSource->expects($this->any())->method('getFields')->will($this->returnValue($fieldsSource));
$this->documentSource = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()->getMock();
$this->documentSource->expects($this->any())->method('getStructure')
->will($this->returnValue($structureSource));
$dataTypeDestination = 'int';
$fieldsDestination = ['field1' => ['DATA_TYPE' => $dataTypeDestination]];
$structureDestination = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structureDestination->expects($this->any())->method('getFields')->will($this->returnValue($fieldsDestination));
$this->documentDestination = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()->getMock();
$this->documentDestination->expects($this->any())->method('getStructure')
->will($this->returnValue($structureDestination));
$this->source->expects($this->any())->method('getDocument')->will($this->returnValue($this->documentSource));
$this->destination->expects($this->any())->method('getDocument')
->will($this->returnValue($this->documentDestination));
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Map/VolumeTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['addRecord']
);
$this->progressBar = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->progress = $this->createPartialMock(
\Migration\App\Progress::class,
['getProcessedEntities']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getRecordsCount']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount', 'getDocument']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)->disableOriginalConstructor()
->setMethods(['getDocumentMap'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('map_file')->willReturn($this->map);
$this->helper = $this->getMockBuilder(\Migration\Step\Map\Helper::class)->disableOriginalConstructor()
->setMethods(['getFieldsUpdateOnDuplicate'])
->getMock();
$this->volume = new Volume(
$this->logger,
$this->source,
$this->destination,
$mapFactory,
$this->progressBar,
$this->helper,
$this->progress
);
}
/**
* @return void
*/
public function testPerform()
{
$sourceDocName = 'core_config_data';
$this->source->expects($this->once())->method('getDocumentList')->willReturn([$sourceDocName]);
$dstDocName = 'config_data';
$destinationDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->once())->method('getRecordsCount')->willReturn(3);
$this->destination->expects($this->once())->method('getRecordsCount')->willReturn(3);
$this->destination
->expects($this->once())
->method('getDocument')
->with($dstDocName)
->willReturn($destinationDocument);
$this->helper->expects($this->once())->method('getFieldsUpdateOnDuplicate')->with($dstDocName)
->willReturn(false);
$this->assertTrue($this->volume->perform());
}
/**
* @return void
*/
public function testPerformIgnored()
{
$sourceDocName = 'core_config_data';
$this->source->expects($this->once())->method('getDocumentList')->willReturn([$sourceDocName]);
$dstDocName = false;
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->never())->method('getRecordsCount');
$this->destination->expects($this->never())->method('getRecordsCount');
$this->destination->expects($this->never())->method('getDocument');
$this->helper->expects($this->never())->method('getFieldsUpdateOnDuplicate');
$this->assertTrue($this->volume->perform());
}
/**
* @return void
*/
public function testPerformFailed()
{
$sourceDocName = 'core_config_data';
$dstDocName = 'config_data';
$destinationDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$this->source->expects($this->once())->method('getDocumentList')->willReturn([$sourceDocName]);
$this->map->expects($this->once())->method('getDocumentMap')->willReturn($dstDocName);
$this->source->expects($this->once())->method('getRecordsCount')->willReturn(2);
$this->destination->expects($this->once())->method('getRecordsCount')->willReturn(3);
$this->destination
->expects($this->once())
->method('getDocument')
->with($dstDocName)
->willReturn($destinationDocument);
$this->logger->expects($this->once())->method('addRecord')->with(
Logger::WARNING,
'Mismatch of entities in the document: ' . $dstDocName . ' Source: 2 Destination: 3'
);
$this->helper->expects($this->once())->method('getFieldsUpdateOnDuplicate')->with($dstDocName)
->willReturn(false);
$this->assertFalse($this->volume->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/PostProcessing/Data/EavLeftoverDataCleanerTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['deleteRecords', 'getRecordsCount']
);
$this->progressBar = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['advance']
);
$this->progress = $this->createPartialMock(
\Migration\App\Progress::class,
[]
);
$this->eavLeftoverDataModel = $this->createPartialMock(
\Migration\Step\PostProcessing\Model\EavLeftoverData::class,
['getDocuments', 'getLeftoverAttributeIds']
);
}
/**
* @return void
*/
public function testClean()
{
$leftoverAttributeIds = [1, 2, 3];
$documentsToCheck = ['doc1', 'doc2'];
$deletedDocumentRowsCount = ['doc1' => 2, 'doc2' => 3];
$this->eavLeftoverDataCleaner = new EavLeftoverDataCleaner(
$this->progressBar,
$this->destination,
$this->progress,
$this->eavLeftoverDataModel
);
$this->eavLeftoverDataModel
->expects($this->once())
->method('getLeftoverAttributeIds')
->willReturn($leftoverAttributeIds);
$this->eavLeftoverDataModel
->expects($this->once())
->method('getDocuments')
->willReturn($documentsToCheck);
$this->progressBar
->expects($this->exactly(2))
->method('advance')
->with('info');
$this->destination
->expects($this->at(0))
->method('deleteRecords')
->with('doc1', 'attribute_id', $leftoverAttributeIds);
$this->destination
->expects($this->at(1))
->method('deleteRecords')
->with('doc2', 'attribute_id', $leftoverAttributeIds);
$this->eavLeftoverDataCleaner->clean();
}
/**
* @return void
*/
public function testCleanEmptyAttributeIds()
{
$leftoverAttributeIds = [];
$this->eavLeftoverDataCleaner = new EavLeftoverDataCleaner(
$this->progressBar,
$this->destination,
$this->progress,
$this->eavLeftoverDataModel
);
$this->eavLeftoverDataModel
->expects($this->once())
->method('getLeftoverAttributeIds')
->willReturn($leftoverAttributeIds);
$this->eavLeftoverDataModel->expects($this->never())->method('getDocuments');
$this->progressBar->expects($this->never())->method('advance')->with('info');
$this->destination->expects($this->never())->method('deleteRecords');
$this->eavLeftoverDataCleaner->clean();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/PostProcessing/Data/ProductsInRootCatalogCleanerTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['deleteRecords']
);
$this->productsInRootCatalogModel = $this->createPartialMock(
\Migration\Step\PostProcessing\Model\ProductsInRootCatalog::class,
['getProductIds', 'getCatalogCategoryProductDocument']
);
}
/**
* @return void
*/
public function testClean()
{
$productIds = [1, 2, 3];
$catalogCategoryProductDocument = 'catalog_category_product';
$this->productsInRootCatalogCleaner = new ProductsInRootCatalogCleaner(
$this->destination,
$this->productsInRootCatalogModel
);
$this->productsInRootCatalogModel
->expects($this->once())
->method('getProductIds')
->willReturn($productIds);
$this->productsInRootCatalogModel
->expects($this->once())
->method('getCatalogCategoryProductDocument')
->willReturn($catalogCategoryProductDocument);
$this->destination
->expects($this->once())
->method('deleteRecords')
->with($catalogCategoryProductDocument, 'entity_id', $productIds);
$this->productsInRootCatalogCleaner->clean();
}
/**
* @return void
*/
public function testCleanEmptyProductIds()
{
$leftoverAttributeIds = [];
$this->productsInRootCatalogCleaner = new ProductsInRootCatalogCleaner(
$this->destination,
$this->productsInRootCatalogModel
);
$this->productsInRootCatalogModel
->expects($this->once())
->method('getProductIds')
->willReturn($leftoverAttributeIds);
$this->productsInRootCatalogModel->expects($this->never())->method('getCatalogCategoryProductDocument');
$this->destination->expects($this->never())->method('deleteRecords');
$this->productsInRootCatalogCleaner->clean();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/PostProcessing/DataTest.php
================================================
eavLeftoverDataCleaner = $this->createPartialMock(
\Migration\Step\PostProcessing\Data\EavLeftoverDataCleaner::class,
['clean', 'getDocuments']
);
$this->productsInRootCatalogCleaner = $this->createPartialMock(
\Migration\Step\PostProcessing\Data\ProductsInRootCatalogCleaner::class,
['clean', 'getDocuments']
);
$this->attributeSetLeftoverDataCleaner = $this->createPartialMock(
\Migration\Step\PostProcessing\Data\AttributeSetLeftoverDataCleaner::class,
['clean', 'getDocuments']
);
$this->deletedRecordsCounter = $this->createPartialMock(
\Migration\Step\PostProcessing\Data\DeletedRecordsCounter::class,
['saveDeleted', 'count']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish']
);
}
/**
* @return void
*/
public function testPerform()
{
$documents1 = ['doc11', 'doc12'];
$documents2 = ['doc21', 'doc22'];
$documents3 = ['doc31', 'doc32'];
$documents = array_merge($documents1, $documents2, $documents3);
$this->deletedRecordsCounter->expects($this->once())->method('count')->with($documents);
$this->deletedRecordsCounter->expects($this->once())->method('saveDeleted')->with($documents);
$this->progress
->expects($this->once())
->method('start')
->with(count($documents), \Migration\Logger\Manager::LOG_LEVEL_INFO);
$this->progress->expects($this->once())->method('finish');
$this->eavLeftoverDataCleaner->expects($this->any())->method('getDocuments')->willReturn($documents1);
$this->attributeSetLeftoverDataCleaner->expects($this->any())->method('getDocuments')->willReturn($documents2);
$this->productsInRootCatalogCleaner->expects($this->any())->method('getDocuments')->willReturn($documents3);
$this->eavLeftoverDataCleaner->expects($this->once())->method('clean');
$this->productsInRootCatalogCleaner->expects($this->once())->method('clean');
$this->attributeSetLeftoverDataCleaner->expects($this->once())->method('clean');
$this->data = new Data(
$this->progress,
$this->eavLeftoverDataCleaner,
$this->attributeSetLeftoverDataCleaner,
$this->productsInRootCatalogCleaner,
$this->deletedRecordsCounter
);
$this->data->perform();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Ratings/DataTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getAdapter', 'getDocumentList', 'getDocument', 'addDocumentPrefix']
);
$this->destination
->expects($this->any())
->method('addDocumentPrefix')
->will($this->returnValueMap([['rating_store', 'rating_store'], ['rating', 'rating']]));
$this->select = $this->createPartialMock(
\Magento\Framework\DB\Select::class,
['from', 'where']
);
$this->adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['getSelect', 'loadDataFromSelect', 'updateDocument']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'advance', 'finish']
);
}
/**
* @return void
*/
public function testPerform()
{
$this->data = new Data($this->destination, $this->progress);
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->once())->method('finish');
$this->destination->expects($this->once())->method('getAdapter')->willReturn($this->adapter);
$this->adapter->expects($this->once())->method('getSelect')->willReturn($this->select);
$this->select
->expects($this->once())
->method('from')
->with('rating_store', ['rating_id'])
->will($this->returnSelf());
$this->select
->expects($this->once())
->method('where')
->with('store_id > 0')
->will($this->returnSelf());
$this->adapter
->expects($this->once())
->method('loadDataFromSelect')
->with($this->select)
->willReturn([['rating_id' => 1]]);
$this->adapter
->expects($this->once())
->method('updateDocument')
->with('rating', ['is_active' => 1], 'rating_id IN (1)');
$this->data->perform();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Ratings/IntegrityTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getAdapter', 'getDocumentList', 'getDocument', 'addDocumentPrefix']
);
$this->destination
->expects($this->any())
->method('addDocumentPrefix')
->will($this->returnValueMap([['rating_store', 'rating_store'], ['rating', 'rating']]));
$this->structure = $this->createPartialMock(
\Migration\ResourceModel\Structure::class,
['getFields']
);
$this->document = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getStructure']
);
$this->logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['warning', 'error']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'advance', 'finish']
);
}
/**
* @return void
*/
public function testPerform()
{
$this->integrity = new Integrity($this->destination, $this->logger, $this->progress);
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->once())->method('finish');
$this->destination->expects($this->once())->method('getDocumentList')->willReturn(['rating', 'rating_store']);
$this->structure->expects($this->once())->method('getFields')->willReturn(['is_active' => []]);
$this->document->expects($this->once())->method('getStructure')->willReturn($this->structure);
$this->destination->expects($this->once())->method('getDocument')->with('rating')->willReturn($this->document);
$this->assertTrue($this->integrity->perform());
}
/**
* @return void
*/
public function testPerformDocumentsFail()
{
$this->integrity = new Integrity($this->destination, $this->logger, $this->progress);
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->never())->method('finish');
$this->destination->expects($this->once())->method('getDocumentList')->willReturn([]);
$this->structure->expects($this->never())->method('getFields');
$this->document->expects($this->never())->method('getStructure');
$this->destination->expects($this->never())->method('getDocument');
$this->logger
->expects($this->once())
->method('error')
->with(
'"rating" or "rating_store" documents do not exist in the destination resource'
);
$this->assertFalse($this->integrity->perform());
}
/**
* @return void
*/
public function testPerformFieldFail()
{
$this->integrity = new Integrity($this->destination, $this->logger, $this->progress);
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->never())->method('finish');
$this->destination->expects($this->once())->method('getDocumentList')->willReturn(['rating', 'rating_store']);
$this->structure->expects($this->once())->method('getFields')->willReturn(['field' => []]);
$this->document->expects($this->once())->method('getStructure')->willReturn($this->structure);
$this->destination->expects($this->once())->method('getDocument')->with('rating')->willReturn($this->document);
$this->logger
->expects($this->once())
->method('error')
->with(
'"is_active" field does not exist in "rating" document of the destination resource'
);
$this->assertFalse($this->integrity->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Ratings/VolumeTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getAdapter', 'getDocumentList', 'getDocument', 'addDocumentPrefix']
);
$this->destination
->expects($this->any())
->method('addDocumentPrefix')
->will($this->returnValueMap([['rating_store', 'rating_store'], ['rating', 'rating']]));
$this->select = $this->createPartialMock(
\Magento\Framework\DB\Select::class,
['from', 'where']
);
$this->adapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['getSelect', 'loadDataFromSelect', 'updateDocument']
);
$this->logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['addRecord']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'advance', 'finish']
);
}
/**
* @return void
*/
public function testPerform()
{
$this->volume = new Volume($this->destination, $this->logger, $this->progress);
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->once())->method('finish');
$this->destination->expects($this->once())->method('getAdapter')->willReturn($this->adapter);
$this->adapter->expects($this->exactly(2))->method('getSelect')->willReturn($this->select);
$this->select
->expects($this->at(0))
->method('from')
->with('rating_store', ['rating_id'])
->will($this->returnSelf());
$this->select
->expects($this->at(1))
->method('where')
->with('store_id > 0')
->will($this->returnSelf());
$this->adapter
->expects($this->exactly(2))
->method('loadDataFromSelect')
->with($this->select)->willReturn([['rating_id' => 1]]);
$this->select->expects($this->at(2))->method('from')->with('rating', ['rating_id'])->will($this->returnSelf());
$this->select->expects($this->at(3))->method('where')->with('is_active = ?', 1)->will($this->returnSelf());
$this->logger->expects($this->never())->method('addRecord');
$this->assertTrue($this->volume->perform());
}
/**
* @return void
*/
public function testPerformFailed()
{
$this->volume = new Volume($this->destination, $this->logger, $this->progress);
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->once())->method('finish');
$this->destination->expects($this->once())->method('getAdapter')->willReturn($this->adapter);
$this->adapter->expects($this->exactly(2))->method('getSelect')->willReturn($this->select);
$this->select
->expects($this->at(0))
->method('from')
->with('rating_store', ['rating_id'])
->will($this->returnSelf());
$this->select
->expects($this->at(1))
->method('where')
->with('store_id > 0')
->will($this->returnSelf());
$this->adapter
->expects($this->at(1))
->method('loadDataFromSelect')
->with($this->select)
->willReturn([['rating_id' => 1]]);
$this->adapter
->expects($this->at(3))
->method('loadDataFromSelect')
->with($this->select)
->willReturn([['rating_id' => 2]]);
$this->select
->expects($this->at(2))
->method('from')
->with('rating', ['rating_id'])
->will($this->returnSelf());
$this->select
->expects($this->at(3))
->method('where')
->with('is_active = ?', 1)
->will($this->returnSelf());
$this->logger
->expects($this->once())
->method('addRecord')
->with(Logger::ERROR, 'Mismatch of entities in the documents: rating, rating_store');
$this->assertFalse($this->volume->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/SalesOrder/DataTest.php
================================================
progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocument', 'getDocumentList', 'getRecords', 'getRecordsCount']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocument', 'getDocumentList', 'getRecords', 'saveRecords', 'clearDocument']
);
$this->recordFactory = $this->createPartialMock(
\Migration\ResourceModel\RecordFactory::class,
['create']
);
$this->recordTransformerFactory = $this->createPartialMock(
\Migration\RecordTransformerFactory::class,
['create']
);
$this->map = $this->createPartialMock(
\Migration\Reader\Map::class,
['getDocumentMap']
);
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('sales_order_map_file')->willReturn($this->map);
$this->helper = $this->createPartialMock(
\Migration\Step\SalesOrder\Helper::class,
['getDocumentList', 'getDestEavDocument', 'getEavAttributes']
);
$this->logger = $this->getMockBuilder(\Migration\Logger\Logger::class)->disableOriginalConstructor()
->setMethods(['debug'])
->getMock();
$this->salesOrder = new Data(
$this->progress,
$this->source,
$this->destination,
$this->recordFactory,
$this->recordTransformerFactory,
$mapFactory,
$this->helper,
$this->logger
);
}
/**
* @covers \Migration\Step\SalesOrder\Data::prepareEavEntityData
* @covers \Migration\Step\SalesOrder\Data::getAttributeData
* @covers \Migration\Step\SalesOrder\Data::getAttributeValue
* @covers \Migration\Step\SalesOrder\Data::getDestEavDocument
* @return void
*/
public function testGetMap()
{
$sourceDocumentName = 'source_document';
$destinationDocumentName = 'destination_document';
$eavAttributes = ['eav_attr_1', 'eav_attr_2'];
$eavAttributeData = [
'entity_type_id' => 1,
'attribute_id' => 2,
'attribute_code' => 'eav_attr_1'
];
$this->helper->expects($this->any())->method('getDocumentList')
->willReturn([$sourceDocumentName => $destinationDocumentName]);
$this->helper->expects($this->once())->method('getDestEavDocument')->willReturn('eav_document');
$this->helper->expects($this->at(3))->method('getEavAttributes')->willReturn($eavAttributes);
$this->map->expects($this->once())->method('getDocumentMap')
->willReturn($destinationDocumentName);
$sourceDocument = $this->createPartialMock(
\Migration\ResourceModel\Document::class,
['getRecords']
);
$this->source->expects($this->once())->method('getDocument')->willReturn($sourceDocument);
$this->source->expects($this->any())->method('getRecordsCount')->willReturn(2);
$destinationDocument = $this->createMock(\Migration\ResourceModel\Document::class);
$eavDestinationDocument = $this->createMock(\Migration\ResourceModel\Document::class);
$dstDocName = 'destination_document';
$eavDstDocName = 'eav_document';
$this->destination->expects($this->any())->method('getDocument')->willReturnMap(
[
[$dstDocName, $destinationDocument],
[$eavDstDocName, $eavDestinationDocument]
]
);
$recordTransformer = $this->createPartialMock(
\Migration\RecordTransformer::class,
['init', 'transform']
);
$this->recordTransformerFactory->expects($this->once())->method('create')->willReturn($recordTransformer);
$recordTransformer->expects($this->once())->method('init');
$bulk = [['eav_attr_1' => 'attribute_value', 'store_id' => '1', 'entity_id' => '2']];
$this->source->expects($this->at(3))->method('getRecords')->willReturn($bulk);
$this->source->expects($this->at(4))->method('getRecords')->willReturn([]);
$destinationRecords = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$eavDestinationRecords = $this->createMock(\Migration\ResourceModel\Record\Collection::class);
$destinationDocument->expects($this->once())->method('getRecords')->willReturn($destinationRecords);
$srcRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$dstRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$this->recordFactory->expects($this->at(0))->method('create')->willReturn($srcRecord);
$this->recordFactory->expects($this->at(1))->method('create')->willReturn($dstRecord);
$recordTransformer->expects($this->once())->method('transform')->with($srcRecord, $dstRecord);
$eavDestinationDocument->expects($this->once())->method('getRecords')->willReturn($eavDestinationRecords);
$eavDestinationRecords->expects($this->once())->method('addRecord');
$this->destination->expects($this->at(5))->method('saveRecords')->with($dstDocName, $destinationRecords);
$this->destination->expects($this->at(6))->method('saveRecords')->with($eavDstDocName, $eavDestinationRecords);
$this->destination->expects($this->once())->method('clearDocument')->with($dstDocName);
$this->destination->expects($this->at(3))->method('getRecords')->willReturn([0 => $eavAttributeData]);
$this->logger->expects($this->any())->method('debug')->with('migrating', ['table' => $sourceDocumentName])
->willReturn(true);
$this->salesOrder->perform();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/SalesOrder/HelperTest.php
================================================
source = $this->getMockBuilder(\Migration\ResourceModel\Source::class)
->setMethods(['getAdapter', 'addDocumentPrefix'])
->disableOriginalConstructor()
->getMock();
$this->helper = new Helper($this->source);
}
/**
* @return void
*/
public function testGetSourceAttributes()
{
$entity = [
0 => [
'entity_id' => 1,
'value' => 'entity_value'
]
];
$mySqlAdapter = $this->createPartialMock(
\Migration\ResourceModel\Adapter\Mysql::class,
['getSelect', 'loadDataFromSelect']
);
$dbSelect = $this->createPartialMock(
\Magento\Framework\DB\Select::class,
['from', 'where']
);
$mySqlAdapter->expects($this->any())->method('getSelect')->willReturn($dbSelect);
$this->source->expects($this->any())->method('getAdapter')->willReturn($mySqlAdapter);
$this->source->expects($this->any())->method('addDocumentPrefix')->willReturnArgument(0);
$dbSelect->expects($this->any())->method('from')->willReturnSelf();
$dbSelect->expects($this->any())->method('where')->willReturnSelf();
$mySqlAdapter->expects($this->once())->method('loadDataFromSelect')->willReturn($entity);
$this->assertEquals($entity, $this->helper->getSourceAttributes('eav_attribute'));
}
/**
* @return void
*/
public function testGetEavAttributes()
{
$eavAttributes = ['reward_points_balance_refunded', 'reward_salesrule_points'];
$this->assertEquals($eavAttributes, $this->helper->getEavAttributes());
}
/**
* @return void
*/
public function testGetDocumentList()
{
$documentList = ['sales_flat_order' => 'sales_order'];
$this->assertEquals($documentList, $this->helper->getDocumentList());
}
/**
* @return void
*/
public function testGetDestEavDocument()
{
$destEavDocument = 'eav_entity_int';
$this->assertEquals($destEavDocument, $this->helper->getDestEavDocument());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/SalesOrder/InitialDataTest.php
================================================
source = $this->createMock(\Migration\ResourceModel\Source::class);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount']
);
$this->helper = $this->createPartialMock(
\Migration\Step\SalesOrder\Helper::class,
['getDestEavDocument']
);
$this->initialData = new InitialData($this->source, $this->destination, $this->helper);
}
/**
* @covers \Migration\Step\SalesOrder\InitialData::initDestAttributes
* @covers \Migration\Step\SalesOrder\InitialData::getDestEavAttributesCount
* @return void
*/
public function testInit()
{
$eavEntityDocument = 'eav_entity_int';
$this->helper->expects($this->once())->method('getDestEavDocument')->willReturn($eavEntityDocument);
$this->destination->expects($this->once())->method('getRecordsCount')->willReturn(2);
$this->initialData->init();
$this->assertEquals($this->initialData->getDestEavAttributesCount($eavEntityDocument), 2);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/SalesOrder/IntegrityTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['debug', 'addRecord', 'error']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getDocument']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->helper = $this->createPartialMock(
\Migration\Step\SalesOrder\Helper::class,
['getDocumentList', 'getEavAttributes', 'getDestEavDocument']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getDocumentList', 'getDocument', 'getRecords']
);
$this->map = $this->getMockBuilder(\Migration\Reader\Map::class)
->disableOriginalConstructor()
->setMethods(['getFieldMap', 'getDocumentMap', 'isDocumentIgnored'])
->getMock();
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('sales_order_map_file')->willReturn($this->map);
$this->config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()
->setMethods([])->getMock();
$config = $this->getMockBuilder(\Migration\Config::class)->disableOriginalConstructor()->getMock();
$this->salesOrder = new Integrity(
$this->progress,
$this->logger,
$config,
$this->source,
$this->destination,
$mapFactory,
$this->helper
);
}
/**
* @covers \Migration\Step\SalesOrder\Integrity::checkEavEntities
* @covers \Migration\Step\SalesOrder\Integrity::getEavEntities
* @covers \Migration\Step\SalesOrder\Integrity::getIterationsCount
* @return void
*/
public function testPerform()
{
$fields = ['field1' => ['DATA_TYPE' => 'int']];
$destinationRecord = ['attribute_code' => 'eav_entity'];
$this->helper->expects($this->any())->method('getDocumentList')->willReturn(['source_doc' => 'dest_doc']);
$this->helper->expects($this->once())->method('getDestEavDocument')->willReturn('eav_entity_int');
$this->helper->expects($this->once())->method('getEavAttributes')->willReturn(['eav_entity']);
$this->progress->expects($this->once())->method('start')->with(3);
$this->progress->expects($this->any())->method('advance');
$structure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()->setMethods([])->getMock();
$structure->expects($this->any())->method('getFields')->willReturn($fields);
$document = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$document->expects($this->any())->method('getStructure')->willReturn($structure);
$this->source->expects($this->any())->method('getDocumentList')->willReturn(['source_doc']);
$this->destination->expects($this->once())->method('getDocumentList')->willReturn(['dest_doc']);
$this->destination->expects($this->any())->method('getDocument')->willReturn($document);
$this->destination->expects($this->at(3))->method('getRecords')->willReturn([0 => $destinationRecord]);
$this->destination->expects($this->at(4))->method('getRecords')->willReturn(null);
$this->map->expects($this->any())->method('isDocumentIgnored')->willReturn(false);
$this->map->expects($this->at(1))->method('getDocumentMap')->willReturn('dest_doc');
$this->map->expects($this->at(4))->method('getDocumentMap')->willReturn('source_doc');
$this->map->expects($this->any())->method('getFieldMap')->willReturn('field1');
$this->source->expects($this->any())->method('getDocument')->willReturn($document);
$this->logger->expects($this->never())->method('error');
$this->salesOrder->perform();
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/SalesOrder/VolumeTest.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['addRecord']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->initialData = $this->createPartialMock(
\Migration\Step\SalesOrder\InitialData::class,
['getDestEavAttributesCount']
);
$this->helper = $this->createPartialMock(
\Migration\Step\SalesOrder\Helper::class,
['getDocumentList', 'getDestEavDocument', 'getEavAttributes', 'getSourceAttributes']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getDocumentList', 'getRecordsCount']
);
$this->destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount']
);
$this->map = $this->createPartialMock(
\Migration\Reader\Map::class,
['getDocumentMap']
);
/** @var \Migration\Reader\MapFactory|\PHPUnit_Framework_MockObject_MockObject $mapFactory */
$mapFactory = $this->createMock(\Migration\Reader\MapFactory::class);
$mapFactory->expects($this->any())->method('create')->with('sales_order_map_file')->willReturn($this->map);
$this->salesOrder = new Volume(
$this->source,
$this->destination,
$this->initialData,
$this->helper,
$mapFactory,
$this->progress,
$this->logger
);
}
/**
* @return void
*/
public function testPerform()
{
$sourceDocumentName = 'source_document';
$destDocumentName = 'dest_document';
$eavDocumentName = 'eav_entity_int';
$eavAttributes = [
'eav_attribute_1',
'eav_attribute_2'
];
$this->helper->expects($this->any())->method('getDocumentList')
->willReturn([$sourceDocumentName => $destDocumentName]);
$this->helper->expects($this->any())->method('getEavAttributes')->willReturn($eavAttributes);
$this->helper->expects($this->any())->method('getDestEavDocument')->willReturn($eavDocumentName);
$this->helper->expects($this->at(3))->method('getSourceAttributes')->willReturn(1);
$this->helper->expects($this->at(4))->method('getSourceAttributes')->willReturn(0);
$this->progress->expects($this->any())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->map->expects($this->any())->method('getDocumentMap')->with($sourceDocumentName)
->willReturn($destDocumentName);
$this->source->expects($this->any())->method('getRecordsCount')->with($sourceDocumentName)->willReturn(1);
$this->destination->expects($this->any())->method('getRecordsCount')->willReturnMap(
[
[$destDocumentName, true, [], 1],
[$eavDocumentName, true, [], 1]
]
);
$this->initialData->expects($this->once())->method('getDestEavAttributesCount')->with('eav_entity_int')
->willReturn(0);
$this->assertTrue($this->salesOrder->perform());
}
/**
* @return void
*/
public function testPerformFailExistingEavAttributes()
{
$sourceDocumentName = 'source_document';
$destDocumentName = 'dest_document';
$eavDocumentName = 'eav_entity_int';
$eavAttributes = [
'eav_attribute_1',
'eav_attribute_2'
];
$this->helper->expects($this->any())->method('getDocumentList')
->willReturn([$sourceDocumentName => $destDocumentName]);
$this->helper->expects($this->any())->method('getEavAttributes')->willReturn($eavAttributes);
$this->helper->expects($this->any())->method('getDestEavDocument')->willReturn($eavDocumentName);
$this->helper->expects($this->at(3))->method('getSourceAttributes')->willReturn(1);
$this->helper->expects($this->at(4))->method('getSourceAttributes')->willReturn(0);
$this->progress->expects($this->any())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->map->expects($this->any())->method('getDocumentMap')->with($sourceDocumentName)
->willReturn($destDocumentName);
$this->source->expects($this->any())->method('getRecordsCount')->with($sourceDocumentName)->willReturn(1);
$this->destination->expects($this->any())->method('getRecordsCount')->willReturnMap(
[
[$destDocumentName, true, [], 1],
[$eavDocumentName, true, [], 1]
]
);
$this->initialData->expects($this->once())->method('getDestEavAttributesCount')
->with('eav_entity_int')->willReturn(1);
$this->logger->expects($this->once())->method('addRecord')->with(
Logger::WARNING,
'Mismatch of entities in the document: ' . $eavDocumentName
);
$this->assertFalse($this->salesOrder->perform());
}
/**
* @return void
*/
public function testPerformFailExistingDocumentEntities()
{
$sourceDocumentName = 'source_document';
$destDocumentName = 'dest_document';
$eavDocumentName = 'eav_entity_int';
$eavAttributes = [
'eav_attribute_1',
'eav_attribute_2'
];
$this->helper->expects($this->any())->method('getDocumentList')
->willReturn([$sourceDocumentName => $destDocumentName]);
$this->helper->expects($this->any())->method('getEavAttributes')->willReturn($eavAttributes);
$this->helper->expects($this->any())->method('getDestEavDocument')->willReturn($eavDocumentName);
$this->helper->expects($this->at(3))->method('getSourceAttributes')->willReturn(1);
$this->helper->expects($this->at(4))->method('getSourceAttributes')->willReturn(0);
$this->progress->expects($this->any())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->map->expects($this->any())->method('getDocumentMap')->with($sourceDocumentName)
->willReturn($destDocumentName);
$this->source->expects($this->any())->method('getRecordsCount')->with($sourceDocumentName)->willReturn(1);
$this->destination->expects($this->any())->method('getRecordsCount')->willReturnMap(
[
[$destDocumentName, true, [], 2],
[$eavDocumentName, true, [], 1]
]
);
$this->initialData->expects($this->once())->method('getDestEavAttributesCount')->with('eav_entity_int')
->willReturn(0);
$this->logger->expects($this->once())->method('addRecord')->with(
Logger::WARNING,
'Mismatch of entities in the document: ' . $destDocumentName . ' Source: 1 Destination: 2'
);
$this->assertFalse($this->salesOrder->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Settings/DataTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount', 'getRecords', 'getDocument', 'getDocumentList', 'clearDocument', 'saveRecords']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getRecordsCount', 'getRecords', 'getDocumentList']
);
$this->readerSettings = $this->createPartialMock(
\Migration\Reader\Settings::class,
['isNodeIgnored', 'getNodeMap', 'getValueHandler']
);
$this->recordFactory = $this->getMockBuilder(\Migration\ResourceModel\RecordFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->handlerManagerFactory = $this->getMockBuilder(\Migration\Handler\ManagerFactory::class)
->disableOriginalConstructor()
->setMethods(['create'])
->getMock();
$this->logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['error']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'advance', 'finish']
);
}
/**
* @return void
*/
public function testPerform()
{
$count = 2;
$sourceRecords = [
['config_id' => 1, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path1', 'value' => 'some value4'],
['config_id' => 2, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path3', 'value' => 'some value3'],
];
$destinationRecords = [
['config_id' => 1, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path1', 'value' => 'some value1'],
['config_id' => 2, 'scope_id' => 0, 'scope' => 'default', 'path' => 'some/path2', 'value' => 'some value2'],
];
$destinationRecordsFinal = [
['scope_id' => 0, 'scope' => 'default', 'path' => 'some/path1', 'value' => 'some value1'],
['scope_id' => 0, 'scope' => 'default', 'path' => 'some/path2', 'value' => 'some value2'],
['scope_id' => 0, 'scope' => 'default', 'path' => 'some/path3', 'value' => 'some value3'],
];
$pathMapped = [
['some/path1', 'some/path1'],
['some/path3', 'some/path3'],
];
$handlerParams = [
['some/path1', ['class' => 'Some\\Class', 'params' => []]],
['some/path3', []]
];
$document = $this->createMock(\Migration\ResourceModel\Document::class);
$destinationRecord = $this->createMock(\Migration\ResourceModel\Record::class);
$sourceRecord = $this->createPartialMock(
\Migration\ResourceModel\Record::class,
['getData', 'getValue', 'setValue']
);
$sourceRecord->expects($this->any())
->method('getValue')
->with('value')
->willReturn($destinationRecords[0]['value']);
$sourceRecord->expects($this->any())->method('setValue')->with('path', $pathMapped[1][0]);
$sourceRecord->expects($this->any())->method('getData')->willReturn($sourceRecords[1]);
$handler = $this->getMockBuilder(\Migration\Handler\HandlerInterface::class)->getMock();
$handler->expects($this->any())->method('handle')->with($sourceRecord, $destinationRecord);
$handlerManager = $this->createPartialMock(
\Migration\Handler\Manager::class,
['initHandler', 'getHandler']
);
$handlerManager->expects($this->once())
->method('initHandler')
->with('value', $handlerParams[0][1], 'some/path1');
$handlerManager->expects($this->once())->method('getHandler')->willReturn($handler);
$this->progress->expects($this->once())->method('start')->with($count);
$this->progress->expects($this->exactly($count))->method('advance');
$this->progress->expects($this->once())->method('finish');
$this->source->expects($this->once())->method('getRecordsCount')->with('core_config_data')->willReturn($count);
$this->source->expects($this->once())->method('getRecords')->with('core_config_data', 0, $count)
->willReturn($sourceRecords);
$this->destination->expects($this->once())->method('getRecordsCount')->with('core_config_data')
->willReturn($count);
$this->destination->expects($this->once())->method('getDocument')->with('core_config_data')
->willReturn($document);
$this->destination->expects($this->once())->method('clearDocument')->with('core_config_data');
$this->destination->expects($this->once())->method('saveRecords')
->with('core_config_data', $destinationRecordsFinal);
$this->destination->expects($this->once())->method('getRecords')->with('core_config_data', 0, $count)
->willReturn($destinationRecords);
$this->readerSettings->expects($this->any())->method('isNodeIgnored')->willReturn(false);
$this->readerSettings->expects($this->any())->method('getNodeMap')->willReturnMap($pathMapped);
$this->readerSettings->expects($this->any())->method('getValueHandler')->willReturnMap($handlerParams);
$this->recordFactory->expects($this->at(0))->method('create')
->with(['document' => $document, 'data' => $sourceRecords[0]])
->willReturn($sourceRecord);
$this->recordFactory->expects($this->at(1))->method('create')
->with(['document' => $document, 'data' => $destinationRecords[0]])
->willReturn($destinationRecord);
$this->recordFactory->expects($this->at(2))->method('create')
->with(['document' => $document, 'data' => $sourceRecords[1]])
->willReturn($sourceRecord);
$this->recordFactory->expects($this->at(3))->method('create')
->with(['document' => $document, 'data' => []])
->willReturn($destinationRecord);
$this->handlerManagerFactory->expects($this->once())->method('create')->willReturn($handlerManager);
$this->data = new Data(
$this->destination,
$this->source,
$this->logger,
$this->progress,
$this->recordFactory,
$this->readerSettings,
$this->handlerManagerFactory
);
$this->assertTrue($this->data->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/Settings/IntegrityTest.php
================================================
destination = $this->createPartialMock(
\Migration\ResourceModel\Destination::class,
['getRecordsCount', 'getRecords', 'getDocument', 'getDocumentList', 'clearDocument', 'saveRecords']
);
$this->source = $this->createPartialMock(
\Migration\ResourceModel\Source::class,
['getRecordsCount', 'getRecords', 'getDocumentList']
);
$this->readerSettings = $this->createPartialMock(
\Migration\Reader\Settings::class,
['isNodeIgnored', 'getNodeMap', 'getValueHandler']
);
$this->recordFactory = $this->createPartialMock(
\Migration\ResourceModel\RecordFactory::class,
['create']
);
$this->handlerManagerFactory = $this->createPartialMock(
\Migration\Handler\ManagerFactory::class,
['create']
);
$this->logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['error', 'notice']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'advance', 'finish']
);
}
/**
* @return void
*/
public function testPerform()
{
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->once())->method('finish');
$this->source->expects($this->once())->method('getDocumentList')->willReturn(['core_config_data']);
$this->destination->expects($this->once())->method('getDocumentList')->willReturn(['core_config_data']);
$this->integrity = new Integrity(
$this->destination,
$this->source,
$this->logger,
$this->progress,
$this->recordFactory,
$this->readerSettings,
$this->handlerManagerFactory
);
$this->assertTrue($this->integrity->perform());
}
/**
* @return void
*/
public function testPerformSourceFail()
{
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->never())->method('finish');
$this->source->expects($this->once())->method('getDocumentList')->willReturn([]);
$this->logger
->expects($this->once())
->method('error')
->with(
'Integrity check failed due to "core_config_data" document does not exist in the source resource'
);
$this->logger
->expects($this->once())
->method('notice')
->with(
'Please check if table names uses prefix, add it to your config.xml file'
);
$this->integrity = new Integrity(
$this->destination,
$this->source,
$this->logger,
$this->progress,
$this->recordFactory,
$this->readerSettings,
$this->handlerManagerFactory
);
$this->assertFalse($this->integrity->perform());
}
/**
* @return void
*/
public function testPerformDestinationFail()
{
$this->progress->expects($this->once())->method('start')->with(1);
$this->progress->expects($this->once())->method('advance');
$this->progress->expects($this->never())->method('finish');
$this->source->expects($this->once())->method('getDocumentList')->willReturn(['core_config_data']);
$this->destination->expects($this->once())->method('getDocumentList')->willReturn([]);
$this->logger
->expects($this->once())
->method('error')
->with(
'Integrity check failed due to "core_config_data" document does not exist in the destination resource'
);
$this->logger
->expects($this->once())
->method('notice')
->with(
'Please check if table names uses prefix, add it to your config.xml file'
);
$this->integrity = new Integrity(
$this->destination,
$this->source,
$this->logger,
$this->progress,
$this->recordFactory,
$this->readerSettings,
$this->handlerManagerFactory
);
$this->assertFalse($this->integrity->perform());
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/UrlRewrite/Version11410to2000Test.php
================================================
progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['debug', 'error']
);
$this->config = $this->createMock(\Migration\Config::class);
$this->config->expects($this->any())->method('getSource')->willReturn([
'type' => 'database',
'version' => '1.14.1.0'
]);
$this->source = $this->createMock(\Migration\ResourceModel\Source::class);
$this->destination = $this->createMock(\Migration\ResourceModel\Destination::class);
$this->recordCollectionFactory = $this->createPartialMock(
\Migration\ResourceModel\Record\CollectionFactory::class,
['create']
);
$this->recordFactory = $this->createPartialMock(
\Migration\ResourceModel\RecordFactory::class,
['create']
);
$this->helper = $this->getMockBuilder(\Migration\Step\UrlRewrite\Helper::class)
->disableOriginalConstructor()
->setMethods(['processFields'])
->getMock();
$this->productRewritesWithoutCategories = $this->getMockBuilder(ProductRewritesWithoutCategories::class)
->disableOriginalConstructor()
->getMock();
$this->productRewritesIncludedIntoCategories =
$this->getMockBuilder(ProductRewritesIncludedIntoCategories::class)
->disableOriginalConstructor()
->getMock();
$this->suffix = $this->createMock(\Migration\Step\UrlRewrite\Model\Suffix::class);
$this->temporaryTable = $this->createMock(\Migration\Step\UrlRewrite\Model\TemporaryTable::class);
}
/**
* @return void
*/
public function testIntegrity()
{
$this->helper->expects($this->any())->method('processFields')->willReturn([
'array' => 'with_processed_fields'
]);
$this->version = new \Migration\Step\UrlRewrite\Version11410to2000(
$this->progress,
$this->logger,
$this->config,
$this->source,
$this->destination,
$this->recordCollectionFactory,
$this->recordFactory,
$this->helper,
$this->productRewritesWithoutCategories,
$this->productRewritesIncludedIntoCategories,
$this->suffix,
$this->temporaryTable,
'integrity'
);
$this->assertTrue(true);
}
}
================================================
FILE: tests/unit/testsuite/Migration/Step/UrlRewrite/Version191to2000Test.php
================================================
logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['error']
);
$this->progress = $this->createPartialMock(
\Migration\App\ProgressBar\LogLevelProcessor::class,
['start', 'finish', 'advance']
);
$this->logger = $this->createPartialMock(
\Migration\Logger\Logger::class,
['debug', 'error']
);
$this->config = $this->createMock(\Migration\Config::class);
$this->config->expects($this->any())->method('getSource')->willReturn([
'type' => 'database',
'version' => '1.9'
]);
$this->source = $this->createMock(\Migration\ResourceModel\Source::class);
$select = $this->getMockBuilder(\Magento\Framework\DB\Select::class)
->setMethods(['from', 'joinLeft', 'where', 'group', 'distinct'])
->disableOriginalConstructor()
->getMock();
$select->expects($this->any())->method('from')->willReturnSelf();
$select->expects($this->any())->method('joinLeft')->willReturnSelf();
$select->expects($this->any())->method('where')->willReturnSelf();
$select->expects($this->any())->method('group')->willReturnSelf();
$select->expects($this->any())->method('distinct')->willReturnSelf();
$sourceAdapter = $this->getMockBuilder(\Migration\ResourceModel\Adapter\Mysql::class)
->disableOriginalConstructor()
->setMethods(['getSelect', 'loadDataFromSelect'])
->getMock();
$sourceAdapter->expects($this->any())->method('getSelect')->willReturn($select);
$this->source->expects($this->any())->method('getAdapter')->willReturn($sourceAdapter);
$this->destination = $this->createMock(\Migration\ResourceModel\Destination::class);
$this->recordCollection = $this->createPartialMock(
\Migration\ResourceModel\Record\Collection::class,
['addRecord']
);
$this->recordFactory = $this->createPartialMock(
\Migration\ResourceModel\RecordFactory::class,
['create']
);
}
/**
* @return void
*/
public function testRollback()
{
$version = new \Migration\Step\UrlRewrite\Version191to2000(
$this->config,
$this->source,
$this->destination,
$this->progress,
$this->recordFactory,
$this->logger,
'data'
);
$this->assertTrue($version->rollback());
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testIntegrity()
{
$this->progress->expects($this->at(0))
->method('start')
->with($this->equalTo(1));
$sourceStructure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()
->getMock();
$sourceStructure->expects($this->once())
->method('getFields')
->willReturn([
'url_rewrite_id' => 'something',
'store_id' => 'something',
'id_path' => 'something',
'request_path' => 'something',
'target_path' => 'something',
'is_system' => 'something',
'options' => 'something',
'description' => 'something',
'category_id' => 'something',
'product_id' => 'something',
]);
$this->source->expects($this->at(0))
->method('getStructure')
->with($this->equalTo(\Migration\Step\UrlRewrite\Version191to2000::SOURCE))
->willReturn($sourceStructure);
$destinationStructure = $this->getMockBuilder(\Migration\ResourceModel\Structure::class)
->disableOriginalConstructor()
->getMock();
$destinationStructure->expects($this->once())
->method('getFields')
->willReturn([
'url_rewrite_id' => 'something',
'entity_type' => 'something',
'entity_id' => 'something',
'request_path' => 'something',
'target_path' => 'something',
'redirect_type' => 'something',
'store_id' => 'something',
'description' => 'something',
'is_autogenerated' => 'something',
'metadata' => 'something',
]);
$this->destination->expects($this->at(0))
->method('getStructure')
->with($this->equalTo(\Migration\Step\UrlRewrite\Version191to2000::DESTINATION))
->willReturn($destinationStructure);
$this->progress->expects($this->once())
->method('advance')
->willReturnSelf();
$this->progress->expects($this->once())
->method('finish')
->willReturnSelf();
$version = new \Migration\Step\UrlRewrite\Version191to2000(
$this->config,
$this->source,
$this->destination,
$this->progress,
$this->recordFactory,
$this->logger,
'integrity'
);
$this->assertTrue($version->perform());
}
/**
* @throws \Migration\Exception
* @return void
*/
public function testData()
{
$progressRecordsAmount = ceil($this->recordsAmount / $this->pageSize);
$this->source->expects($this->once())
->method('getRecordsCount')
->willReturn($this->recordsAmount);
$this->source->expects($this->once())
->method('getPageSize')
->willReturn($this->pageSize);
$this->progress->expects($this->at(0))
->method('start')
->with($this->equalTo($progressRecordsAmount));
$sourceDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$this->source->expects($this->once())
->method('getDocument')
->with($this->equalTo(\Migration\Step\UrlRewrite\Version191to2000::SOURCE))
->willReturn($sourceDocument);
$destinationDocument = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->disableOriginalConstructor()
->getMock();
$this->destination->expects($this->at(0))
->method('getDocument')
->with($this->equalTo(\Migration\Step\UrlRewrite\Version191to2000::DESTINATION))
->willReturn($destinationDocument);
$destinationProductCategory = $this->getMockBuilder(\Migration\ResourceModel\Document::class)
->setMethods(['setValue', 'getRecords'])
->disableOriginalConstructor()
->getMock();
$this->destination->expects($this->at(1))
->method('getDocument')
->with($this->equalTo(\Migration\Step\UrlRewrite\Version191to2000::DESTINATION_PRODUCT_CATEGORY))
->willReturn($destinationProductCategory);
$this->destination->expects($this->exactly(2))
->method('clearDocument')
->withConsecutive(
[\Migration\Step\UrlRewrite\Version191to2000::DESTINATION],
[\Migration\Step\UrlRewrite\Version191to2000::DESTINATION_PRODUCT_CATEGORY]
);
$this->source->expects($this->at(3))
->method('getRecords')
->with($this->equalTo(\Migration\Step\UrlRewrite\Version191to2000::SOURCE), $this->equalTo(0))
->willReturn([['RecordData1']]);
$this->source->expects($this->any())
->method('setLastLoadedRecord')
->with(\Migration\Step\UrlRewrite\Version191to2000::SOURCE, ['RecordData1']);
$sourceRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$this->recordFactory->expects($this->at(0))
->method('create')
->with($this->equalTo(['document' => $sourceDocument, 'data' => ['RecordData1']]))
->willReturn($sourceRecord);
$destinationRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$this->recordFactory->expects($this->at(1))
->method('create')
->with($this->equalTo(['document' => $destinationDocument]))
->willReturn($destinationRecord);
$destinationCategoryRecord = $this->getMockBuilder(\Migration\ResourceModel\Record::class)
->disableOriginalConstructor()
->getMock();
$this->recordFactory->expects($this->at(2))
->method('create')
->with($this->equalTo(['document' => $destinationProductCategory]))
->willReturn($destinationCategoryRecord);
$this->mockSourceRecordGetters($sourceRecord);
$this->mockDestinationRecordSetters($destinationRecord);
$this->mockDestinationCategorySetters($destinationCategoryRecord);
$destinationProductCategory->expects($this->once())
->method('getRecords')
->willReturn($this->recordCollection);
$destinationDocument->expects($this->once())
->method('getRecords')
->willReturn($this->recordCollection);
$version = new \Migration\Step\UrlRewrite\Version191to2000(
$this->config,
$this->source,
$this->destination,
$this->progress,
$this->recordFactory,
$this->logger,
'data'
);
$this->assertTrue($version->perform());
}
/**
* @param \PHPUnit_Framework_MockObject_MockObject $sourceRecord
* @return void
*/
private function mockSourceRecordGetters($sourceRecord)
{
$sourceRecord->expects($this->any())
->method('getValue')
->willReturnMap([
['url_rewrite_id', 'url_rewrite_id_value'],
['store_id', 'store_id_value'],
['description', 'description_value'],
['request_path', 'request_path_value'],
['target_path', 'target_path_value'],
['is_autogenerated', 'is_autogenerated_value'],
['product_id', 'product_id_value'],
['is_system', 'is_system_value'],
['category_id', 'category_id_value']
]);
}
/**
* @param \PHPUnit_Framework_MockObject_MockObject $destinationRecord
* @return void
*/
private function mockDestinationRecordSetters($destinationRecord)
{
$destinationRecord->expects($this->at(0))
->method('setValue')
->with('url_rewrite_id', 'url_rewrite_id_value')
->willReturnSelf();
$destinationRecord->expects($this->at(1))
->method('setValue')
->with('store_id', 'store_id_value')
->willReturnSelf();
$destinationRecord->expects($this->at(2))
->method('setValue')
->with('description', 'description_value')
->willReturnSelf();
$destinationRecord->expects($this->at(3))
->method('setValue')
->with('request_path', 'request_path_value')
->willReturnSelf();
$destinationRecord->expects($this->at(4))
->method('setValue')
->with('target_path', 'target_path_value')
->willReturnSelf();
$destinationRecord->expects($this->at(5))
->method('setValue')
->with('is_autogenerated', 'is_system_value')
->willReturnSelf();
$destinationRecord->expects($this->at(6))
->method('setValue')
->with('entity_type', 'product')
->willReturnSelf();
$destinationRecord->expects($this->at(7))
->method('setValue')
->with('metadata', '{"category_id":"category_id_value"}')->willReturnSelf();
$destinationRecord->expects($this->at(8))
->method('setValue')
->with('entity_id', 'product_id_value')
->willReturnSelf();
$destinationRecord->expects($this->at(9))
->method('setValue')
->with('redirect_type', '0')
->willReturnSelf();
}
/**
* @param \PHPUnit_Framework_MockObject_MockObject $destinationCategoryRecord
* @return void
*/
private function mockDestinationCategorySetters($destinationCategoryRecord)
{
$destinationCategoryRecord->expects($this->at(0))
->method('setValue')
->with('url_rewrite_id', 'url_rewrite_id_value')
->willReturnSelf();
$destinationCategoryRecord->expects($this->at(1))
->method('setValue')
->with('category_id', 'category_id_value')
->willReturnSelf();
$destinationCategoryRecord->expects($this->at(2))
->method('setValue')
->with('product_id', 'product_id_value')
->willReturnSelf();
}
}
================================================
FILE: tests/unit/testsuite/Migration/_files/class-map.xml
================================================
catalog/product_widget_link
Magento\Catalog\Block\Product\Widget\Link
================================================
FILE: tests/unit/testsuite/Migration/_files/eav-attribute-groups.xml
================================================
msrp_enabled
url_key
url_key
================================================
FILE: tests/unit/testsuite/Migration/_files/eav-document-groups.xml
================================================
eav_attribute_group
eav_attribute_set
catalog_eav_attribute
customer_eav_attribute
eav_entity_type
catalog_category_entity_datetime
================================================
FILE: tests/unit/testsuite/Migration/_files/invalid-config.xml
================================================
map-file.xml
settings-map-file.xml
custom_option_value
================================================
FILE: tests/unit/testsuite/Migration/_files/map-invalid.xml
================================================
source-document
dest-document
source-document.field1
source-document.field-with-handler
================================================
FILE: tests/unit/testsuite/Migration/_files/map.xml
================================================
source-document
dest-document
source-document-ignored*
source-document.field1
source-document.field2
dest-document.field2
source-document-ignored.field3
dest-document-ignored.field3
source-document5.field3
dest-document-ignored.field3
source-document5.field4
dest-document5.field5
source-document.field-with-handler
dest-document5.field6
dest-document-ignored*
dest-document.field-new
dest-document5.field5
dest-document5.field6
================================================
FILE: tests/unit/testsuite/Migration/_files/settings-invalid.xml
================================================
path/to/ignore*
exact/path/to/ignore
================================================
FILE: tests/unit/testsuite/Migration/_files/settings.xml
================================================
path/to/ignore*
exact/path/to/ignore
renamed/path/to/ignore
handled/path/to/ignore
path/to/rename
new/path/renamed
renamed/path/to/ignore
new/path/renamed2
some/key/to/change
handled/path/to/ignore
================================================
FILE: tests/unit/testsuite/Migration/_files/test-config.xml
================================================
Migration\Step\SomeStep\Integrity
Migration\Step\SomeStep\Volume
Migration\Step\SomeStep\Integrity
Migration\Step\SomeStep\Volume
Migration\Step\SomeStep\Integrity
map-file.xml
eav-map-file.xml
etc/map-log.xml
etc/settings.xml
map-sales.xml
100
custom_option_value