Ghost/core/server/data
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
..
db 💡 Enabled foreign key checks on sqlite3 2021-03-02 11:13:19 +01:00
exporter Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
importer Migrated members_allow_free_signup setting to members_signup_access (#12886) 2021-04-19 16:36:30 +01:00
migrations Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30
schema Added stripe_price_id column to subscriptions table (#12881) 2021-04-20 16:37:59 +05:30
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00