Ghost/core/server/data
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
..
db Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
exporter Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
importer 🏗 Cleanedup app-related settings 2021-02-08 12:25:52 +13:00
migrations Added members event tables (#12618) 2021-02-11 10:54:30 +00:00
schema Added members event tables (#12618) 2021-02-11 10:54:30 +00:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00