Ghost/core/server/data
Kevin Ansfield 10b6fbfc82
🐛 Fixed Ghost 4.3.0 migration that put all sites into "allow free members signup" (#12904)
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`
2021-04-27 15:37:41 +01:00
..
db 💡 Enabled foreign key checks on sqlite3 2021-03-02 11:13:19 +01:00
exporter Added settings keys to store OAuth related data (#12879) 2021-04-16 10:02:21 +02:00
importer Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
migrations 🐛 Fixed Ghost 4.3.0 migration that put all sites into "allow free members signup" (#12904) 2021-04-27 15:37:41 +01:00
schema Added Default Product fixture (#12892) 2021-04-20 16:39:27 +01:00
validation Improved settings validation (#12048) 2020-07-15 17:11:27 +02:00