Ghost/core/server/data/schema
Fabien 'egg' O'Carroll 601d135b43
Added members event tables (#12618)
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
2021-02-11 10:54:30 +00:00
..
clients Fixed "no-shadow" linting error in server/data modules (#12288) 2020-10-20 11:56:46 +13:00
fixtures Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
checks.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
commands.js Refactored createTable migration utility 2021-02-04 13:37:20 +13:00
default-settings.json Added FirstPromoter Integration (#12540) 2021-01-15 19:05:15 +05:30
index.js 🔥 remove database version (#7894) 2017-01-26 12:12:00 +00:00
schema.js Added members event tables (#12618) 2021-02-11 10:54:30 +00:00