From 408cf92ab0750c37842c6ed5fff2cfc1867348d7 Mon Sep 17 00:00:00 2001 From: Vedanshu Jain Date: Thu, 13 Apr 2023 12:59:53 +0530 Subject: [PATCH] Better changelog messaging. Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com> --- plugins/woocommerce/changelog/fix-order_key_migration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/woocommerce/changelog/fix-order_key_migration b/plugins/woocommerce/changelog/fix-order_key_migration index 6d6b7f5a067..0dd82f9f565 100644 --- a/plugins/woocommerce/changelog/fix-order_key_migration +++ b/plugins/woocommerce/changelog/fix-order_key_migration @@ -1,4 +1,4 @@ Significance: patch Type: fix -Remove unique constraint from order_key, since orders can be created with emtpy order key, which conflicts with the constraint. +Remove unique constraint from order_key, since orders can be created with empty order keys, which then conflict with the constraint.