Skip to content

Commit 6ad9471

Browse files
committed
Add upgrade notes
1 parent 15639a1 commit 6ad9471

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

UPGRADE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
Follow this guide to upgrade older Pay versions. These may require database migrations and code changes.
44

5+
## Pay 9.0 to Pay 10.0
6+
7+
Pay has introduced an `object` column on `pay_customers` `pay_charges` and `pay_subscriptions` to save a full copy of the Stripe objects to make future changes easier.
8+
9+
```bash
10+
rails pay:install:migrations
11+
rails db:migrate
12+
```
13+
514
## Pay 7.0 to Pay 8.0
615

716
Pay has moved to using Single Table Inheritance to handle each payment processor's functionality. To do this, we've provided a migration to update the existing records.

0 commit comments

Comments
 (0)