mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-07 03:22:21 +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 |
||
---|---|---|
.. | ||
actions_spec_v3.js | ||
actions_spec.js | ||
config_spec.js | ||
db_spec.js | ||
email_preview_spec.js | ||
emails_spec.js | ||
images_spec.js | ||
integrations_spec.js | ||
invites_spec.js | ||
key_authentication_spec_v3.js | ||
key_authentication_spec.js | ||
labels_spec_v3.js | ||
labels_spec.js | ||
mail_spec.js | ||
members_spec.js | ||
notifications_spec.js | ||
oembed_spec.js | ||
pages_spec.js | ||
posts_spec.js | ||
roles_spec.js | ||
settings_spec.js | ||
slugs_spec.js | ||
snippets_spec.js | ||
tags_spec.js | ||
themes_spec.js | ||
users_spec.js | ||
utils_v3.js | ||
utils.js | ||
webhooks_spec.js |