0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/regression/api/v3/admin
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
..
authentication_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
db_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
identities_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
images_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
labels_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
members_signin_url_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
members_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
notifications_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
pages_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
posts_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
redirects_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
schedules_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
settings_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
slack_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
users_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00
utils.js Added status property to members (#12570) 2021-02-02 16:11:34 +00:00
webhooks_spec.js Added regression tests for the v3 endpoints 2021-01-22 16:32:03 +13:00