mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 02:11:44 +03:00
10b6fbfc82
refs https://github.com/TryGhost/Team/issues/634 - the migration moving `members_allow_free_signup` to `members_signup_access` was expecting a raw boolean setting value but the actual value is a string so always evaluated as truthy making all sites look like they had "allow free members signup" toggled on when generating the new setting's value - updated to check for an explicit string value in `up` and set an explicit string value in `down` |
||
---|---|---|
.. | ||
01-add-products-table.js | ||
02-add-members-products-table.js | ||
03-add-default-product.js | ||
04-attach-members-to-product.js | ||
05-add-stripe-products-table.js | ||
06-add-stripe-prices-table.js | ||
07-add-products-permissions.js | ||
08-migrate-members-signup-setting.js | ||
09-add-price-id-column-to-subscriptions-table.js | ||
10-populate-stripe-price-id-in-subscriptions.js |