-
Notifications
You must be signed in to change notification settings - Fork 197
Wildcard must represent zero or more characters #790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,9 +144,6 @@ | |
<ignore> | ||
<document>catalog_category_anc_products_index_tmp</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_category_flat_cl</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_product_index*</document> | ||
</ignore> | ||
|
@@ -156,9 +153,6 @@ | |
<ignore> | ||
<document>catalog_product_enabled_index</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_product_flat_cl</document> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Covered by |
||
<ignore> | ||
<document>cataloginventory_stock_status</document> | ||
</ignore> | ||
|
@@ -459,9 +453,6 @@ | |
<ignore> | ||
<document>catalog_category_flat*</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_category_flat_store_*</document> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Covered by |
||
<ignore> | ||
<document>googleoptimizer_code</document> | ||
</ignore> | ||
|
@@ -2022,9 +2013,6 @@ | |
<ignore> | ||
<document>signifyd_case</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_product_index_price*</document> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Covered by |
||
<ignore> | ||
<document>magento_acknowledged_bulk</document> | ||
</ignore> | ||
|
@@ -2209,7 +2197,7 @@ | |
<document>sequence_order_*</document> | ||
</ignore> | ||
<ignore> | ||
<document>sequence_shipment*</document> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Reduced to a common format with other sequence rules |
||
<document>sequence_shipment_*</document> | ||
</ignore> | ||
<ignore> | ||
<document>sequence_rma_item_*</document> | ||
|
@@ -2355,9 +2343,6 @@ | |
<ignore> | ||
<document>captcha_log</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_product_index_group_price</document> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Covered by |
||
<ignore> | ||
<document>catalogrule_customer_group</document> | ||
</ignore> | ||
|
@@ -2403,12 +2388,6 @@ | |
<ignore> | ||
<document>tax_order_aggregated_updated</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_product_index_price</document> | ||
</ignore> | ||
<ignore> | ||
<document>catalog_product_index_price*</document> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Covered by |
||
<ignore> | ||
<document>reporting_module_status</document> | ||
</ignore> | ||
|
@@ -2797,10 +2776,7 @@ | |
<document>inventory_source_stock_link</document> | ||
</ignore> | ||
<ignore> | ||
<document>inventory_stock</document> | ||
</ignore> | ||
<ignore> | ||
<document>inventory_stock_*</document> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Both covered with new |
||
<document>inventory_stock*</document> | ||
</ignore> | ||
<ignore> | ||
<document>inventory_geoname</document> | ||
|
@@ -3422,12 +3398,6 @@ | |
<ignore> | ||
<datatype>catalog_product_bundle_price_index.customer_group_id</datatype> | ||
</ignore> | ||
<ignore> | ||
<datatype>catalog_product_index_price.customer_group_id</datatype> | ||
</ignore> | ||
<ignore> | ||
<datatype>catalog_product_index_tier_price.customer_group_id</datatype> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unnecessary rules because the table is excluded by |
||
<ignore> | ||
<datatype>catalogrule_customer_group.customer_group_id</datatype> | ||
</ignore> | ||
|
@@ -3476,12 +3446,6 @@ | |
<ignore> | ||
<datatype>catalog_product_bundle_price_index.customer_group_id</datatype> | ||
</ignore> | ||
<ignore> | ||
<datatype>catalog_product_index_price.customer_group_id</datatype> | ||
</ignore> | ||
<ignore> | ||
<datatype>catalog_product_index_tier_price.customer_group_id</datatype> | ||
</ignore> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unnecessary rules because the table is excluded by |
||
<ignore> | ||
<datatype>catalogrule_customer_group.customer_group_id</datatype> | ||
</ignore> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Covered by
catalog_category_flat*
rule