Ghost/core/server/data
Fabien O'Carroll 065bbaeafa Populated members_subscribe_events table
refs https://github.com/TryGhost/Ghost/issues/12602

This allows us to backfill the data for testing purposes as well as for
use by existing sites. The mechanism for determining the date of an
unsubscribe event is crude, we use the date of the last update, which we
might expect to be _sometimes_ correct, but not always. We store the
`source` as NULL for unsubscribes as we cannot determine that with any
certainty whatsoever.
2021-02-05 16:02:08 +00:00
..
db Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
exporter Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
importer Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
migrations Populated members_subscribe_events table 2021-02-05 16:02:08 +00:00
schema Added members_subscribe_events table 2021-02-05 16:02:08 +00:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00