mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
5880edd722
refs https://github.com/TryGhost/Team/issues/693 Since we've got rid of the concept of Complimentary with the Custom Prices work, we're removing the 'comped' status from members. This involves a migration for existing members, a schema update for the validation, and a bump to members-api to no longer use the 'comped' status for new members. We also update the aggregation of the MemberStatusEvent to consider the 'comped' status as 'paid', and that there are 0 'comped' status events in the database. We can consider a migration for this data in the future, either adding new status events moving from 'comped' to 'paid', or by modifying existing status events. However both of these are very difficulty to write a down migration for, and might be best saved for a major version. - @tryghost/members-api@1.7.0 is the version that includes the required changes, however we have already bumped to 1.8.0 in Ghost |
||
---|---|---|
.. | ||
api-acceptance | ||
frontend-acceptance | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.jshintrc |