mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
9b23424e48
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-06-15-22-populate-type-column-for-paid-subscription-events.js | ||
2022-04-08-11-54-add-cancelled-events.js | ||
2022-04-11-08-24-add-newsletter-permissions.js | ||
2022-04-11-10-54-add-mrr-to-subscriptions.js | ||
2022-04-12-07-33-fill-mrr.js | ||
2022-04-13-12-00-remove-newsletter-sender-name-not-null-constraint.js | ||
2022-04-15-07-53-add-offer-id-to-subscriptions.js |