Ghost/ghost/core/test/unit
Kevin Ansfield d8d0bc8bd9
Moved posts_meta.hide_title_and_feature_image to posts.show_title_and_feature_image (#17239)
no issue

`show_title_and_feature_image` leads to more intuitive logic in themes and we can use `posts` rather than `posts_meta` as there are no longer row-length issues with MySQL 8.

- removed original add-column migration that was never in a release
- added new add-column migration that puts
`show_title_and_feature_image` column with a default of `true` on the `posts` table
- renamed property and default value everywhere
- bumped `@tryghost/admin-api-schema` to allow the new property through at the API level
2023-07-07 16:40:22 +01:00
..
api Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
frontend Corrected image CORS (#17119) 2023-06-23 14:33:00 +02:00
server Moved posts_meta.hide_title_and_feature_image to posts.show_title_and_feature_image (#17239) 2023-07-07 16:40:22 +01:00
shared Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00