Ghost/core/server/data/migrations/versions/4.3
Rishabh Garg 48a2d24497
Added stripe_price_id column to subscriptions table (#12881)
refs https://github.com/TryGhost/Team/issues/586

- Adds new `stripe_price_id` column to subscriptions table to store stripe price ids with `index`
- Populates `stripe_price_id` column value to current `plan_id` making the `plan_*` values redundant
- Updates tests
2021-04-20 16:37:59 +05:30
..
01-add-products-table.js Added products and members_products tables (#12844) 2021-04-08 14:15:30 +01:00
02-add-members-products-table.js Added products and members_products tables (#12844) 2021-04-08 14:15:30 +01:00
03-add-default-product.js Added products and members_products tables (#12844) 2021-04-08 14:15:30 +01:00
04-attach-members-to-product.js Added products and members_products tables (#12844) 2021-04-08 14:15:30 +01:00
05-add-stripe-products-table.js Added cascade delete for stripe products and prices (#12891) 2021-04-20 15:24:52 +05:30
06-add-stripe-prices-table.js Added cascade delete for stripe products and prices (#12891) 2021-04-20 15:24:52 +05:30
07-add-products-permissions.js Added permissions for the Products resource (#12875) 2021-04-15 14:34:45 +01:00
08-migrate-members-signup-setting.js Migrated members_allow_free_signup setting to members_signup_access (#12886) 2021-04-19 16:36:30 +01:00
09-add-price-id-column-to-subscriptions-table.js Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30
10-populate-stripe-price-id-in-subscriptions.js Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30