0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Simon Backx 9b23424e48
Added offer_id column to members_stripe_customers_subscriptions (#14487)
refs https://github.com/TryGhost/Team/issues/1519

Migration that adds the (nullable) offer_id column to members_stripe_customers_subscriptions.
- New reliable way to know which offer is active for a given subscription (currently we compare the tier and cadence in offer redemptions)
- We'll create a separate migration to backfill all the offer_ids, but only after we updated the code to also store them correctly for new or updated subscriptions (https://github.com/TryGhost/Team/issues/1520)
- Allows us to backfill the MRR of all subscriptions to account for forever offers
2022-04-15 13:47:15 +02:00
..
client@3a7049948f Updated Admin to v4.43.1 2022-04-11 12:16:38 +01:00
frontend Moved routing helpers to rendering service 2022-04-05 20:12:20 +01:00
server Added offer_id column to members_stripe_customers_subscriptions (#14487) 2022-04-15 13:47:15 +02:00
shared Added newsletter preference selection to Portal signup flows 2022-04-13 20:06:27 +05:30
app.js
boot.js Added theme-service-init metric during boot 2022-03-24 09:20:52 +00:00
bridge.js