0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test
Fabien 'egg' O'Carroll a79ed1170d
Added status property to members (#12570)
refs #12160

This flag will allow us easier filtering of members via the API

* Added status column to members table

This flag will be used to determine if a member is free or paid, rather
than relying on joins with the customers and subscriptions tables.

* Added migration to populate members.status

As we add the column with a default value of "free" we only need to care
about the paid members here. We also preemptively handle migrations for
SQLite where there are > 998 paid members.
2021-02-02 16:11:34 +00:00
..
api-acceptance Added status property to members (#12570) 2021-02-02 16:11:34 +00:00
frontend-acceptance Refactored acceptance tests to use async-await 2020-12-03 08:47:01 +00:00
regression Added status property to members (#12570) 2021-02-02 16:11:34 +00:00
unit Added status property to members (#12570) 2021-02-02 16:11:34 +00:00
utils Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
.eslintignore
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc