diff --git a/plugins/woocommerce/changelog/fix-use-dbdelta-and-truncate-to-manage-attribute-lookup-tables b/plugins/woocommerce/changelog/fix-use-dbdelta-and-truncate-to-manage-attribute-lookup-tables new file mode 100644 index 00000000000..5401b5ad760 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-use-dbdelta-and-truncate-to-manage-attribute-lookup-tables @@ -0,0 +1,4 @@ +Significance: minor +Type: performance + +Switch wc_product_attributes_lookup table management to use truncate and dbDelta over drop table