From 02d4e9944d641c24bb7d02caa19dfdf26b038e6b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 27 Dec 2024 14:56:06 -0600 Subject: [PATCH] formatting --- UPGRADE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index 8343d5e5..38a23836 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -104,13 +104,13 @@ PR: https://github.com/laravel/cashier-stripe/pull/1529 The `deleted` status on invoices no longer exists and therefore its corresponding method has been removed. -## Upgrading To v14.12.11 from v14.12.10 +## Upgrading To 14.12.11 From 14.12.10 -### Remove unique index from items table +### Remove Unique Index From Items Table PR: https://github.com/laravel/cashier-stripe/pull/1594 -The unique constraint on the `subscription_items` table was converted to a regular index. You can use the below migration to adjust this: +The unique constraint on the `subscription_items` table was converted to a regular index. You can use the migration below to adjust this index on your table: ```php public function up()