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.