Ghost/core/server/data
Fabien O'Carroll 8a87eb9e36 Migrated members_status_events for comped members
refs https://github.com/TryGhost/Team/issues/790

Since version 4.6 the 'comped' status has not been used. Any members
which were given complimentary plans since then will have had a `status`
of 'paid', and therefore the corresponding members_status_events row
would have a `to_status` of 'paid'.

This migration is designed to fix these members_status_events rows by
ensuring that the last (chronologically) members_status_event row for a
comped member has a to status of 'comped'.

Unfortuantely this migration loses information which makes writing a
perfect inverse migraion impossible. Alternative down migrations were
considered, but these would lose further information.
2021-07-06 12:00:03 +01:00
..
db Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
exporter Added products_benefits table 2021-06-24 17:21:01 +01:00
importer Switch to @trghost/validator, remove validator 2021-06-16 08:11:22 +01:00
migrations Migrated members_status_events for comped members 2021-07-06 12:00:03 +01:00
schema Added member segment to email batches 2021-06-30 14:56:20 +02:00