mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
no-issue The 2.17 migration included a bug which set the `is_private`, `amp` and `force_i18n` setting values to `'false'` when they should have been `'true'` We've reverted these changes by reading the most recent backup file, and setting the value to `'true'` if the backup has it set to `'true'` AND the current db has it set to false. We've also amended the broken migration, so that it does not cause this issue for future installs |
||
---|---|---|
.. | ||
1-normalize-settings.js | ||
2-posts-add-canonical-url.js |