Ghost/test/regression/models
Rishabh c99ee980af Added migration to transform default tiers visibility from nql string
refs https://github.com/TryGhost/Team/issues/1071

Default content visiblity for specific tiers is now stored split between `default_content_visiblity` and `default_content_visibility_tiers` setting, with former storing the value as `tiers` and the latter stores the list of tiers that the visibility is restricted to. This migration transforms all existing sites that have default visibility stored as an NQL string from previous versions to follow the new model and store correctly on the new setting.
2022-02-04 19:56:11 +05:30
..
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 Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
model_settings.test.js Added migration to transform default tiers visibility from nql string 2022-02-04 19:56:11 +05:30
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 Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00