mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-29 22:01:49 +03:00
7ff0247e8d
* Added subscription_id to MRR events refs https://github.com/TryGhost/Team/issues/1453 As part of 5.0 we want to have cancelled evetns affect MRR. We are going to backfill and begin populating cancelled events _before_ 5.0 however, adding a migration to set the MRR deltas as part of 5.0 This migration will need to associate the cancelled events with a subscription, so we are adding the subscription_id now. This will allow us to guarantee that all cancelled events will have a subscription_id. The column is missing a NOT NULL and REFERENCES constraint because we have not populated the missing values. These will be added in the future once we have populated the column for all rows |
||
---|---|---|
.. | ||
clients | ||
default-settings | ||
fixtures | ||
commands.js | ||
index.js | ||
schema.js | ||
validator.js |