Ghost/core
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
..
client@6449f35a74 Updated Ghost-Admin to v4.0.0-alpha.1 2021-02-09 17:34:48 +00:00
frontend Updated code to reflect js-yaml dependency changes 2021-02-10 11:39:30 +00:00
server Added members event tables (#12618) 2021-02-11 10:54:30 +00:00
shared Added emailAnalytics config feature flag (#12443) 2020-12-02 13:22:12 +00:00
app.js Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
boot.js Fixed path to analytics-events in boot file 2021-02-09 12:51:06 +00:00
db.js Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
index.js Refactored server announce functions to be clearer 2020-08-09 17:25:15 +01:00