mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-21 09:52:06 +03:00
601d135b43
refs https://github.com/TryGhost/Ghost/issues/12602 * Added members_payment_events table This table will store successful and unsuccessful payment attempts, and can be used to calculate gross volume over time. * Added members_login_events table This table can be used to audit member logins * Added members_email_change_events table This table will allow us to store a history of email addresses associated with a member * Added members_status_events table This table will allow us to track the change in status over time for members, as well as calculate aggregates over time, e.g. paid members over time * Added members_paid_subscription_events This table will allow us to track subscriptions changes for members, as well as calculating MRR over time |
||
---|---|---|
.. | ||
01-remove-not-null-constraint-from-plan-name-column.js | ||
02-add-status-column-to-members.js | ||
03-populate-status-column-for-members.js | ||
04-drop-apps-related-tables.js | ||
05-add-members-subscribe-events-table.js | ||
05-delete-apps-related-settings-keys.js | ||
06-populate-members-subscribe-events-table.js | ||
07-alter-unique-constraint-for-posts-slug.js | ||
08-add-members-login-events-table.js | ||
09-add-members-email-change-events-table.js | ||
10-add-members-status-events-table.js | ||
11-add-members-paid-subscription-events-table.js | ||
13-add-members-payment-events-table.js |