Ghost/test/regression/models
Daniel Lockyer e10f33e30f Added users.status validation to the schema
refs https://github.com/TryGhost/Toolbox/issues/309

- this commit adds a validation array of valid user `status` values to
  the schema
- this also includes a migration to update users with invalid statuses
  to `inactive`, which I've seen with `invited` and `invited-pending`
  statuses that pre-dated proper invitations
- this also deletes tests that were wrong and written 7 years ago before
  invites was added
2022-05-09 16:13:44 +01:00
..
base 🐛 Fixed URLs not being correctly transformed during insert operations (#13618) 2021-10-20 15:22:46 +01:00
model_member_stripe_customer.test.js Handled default product to use first paid product 2022-01-17 22:59:34 +05:30
model_members.test.js Handled default product to use first paid product 2022-01-17 22:59:34 +05:30
model_posts.test.js Fixed model posts test suite 2022-05-09 20:34:06 +08:00
model_settings.test.js Added version_notifications key to settings table 2022-04-21 20:34:19 +08:00
model_stripe_customer_subscription.test.js Handled default product to use first paid product 2022-01-17 22:59:34 +05:30
model_users.test.js Added users.status validation to the schema 2022-05-09 16:13:44 +01:00