From 91ef6ae8ba23a2cba8135dd39e51b1f594aa099b Mon Sep 17 00:00:00 2001 From: Michael Pretty Date: Fri, 17 Feb 2023 09:15:18 -0500 Subject: [PATCH] adding changelog entry --- ...use-dbdelta-and-truncate-to-manage-attribute-lookup-tables | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/woocommerce/changelog/fix-use-dbdelta-and-truncate-to-manage-attribute-lookup-tables 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