Ghost/ghost/core/test/unit/server/data
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
..
db Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
exporter Add endpoint to record mail events (#16990) 2023-06-23 12:22:01 +01:00
importer Fixed importer breaking any posts written in the new editor (#17230) 2023-07-06 18:37:19 -07:00
migrations Removed all unused variables from test files 2023-03-10 14:29:55 +01:00
schema Moved posts_meta.hide_title_and_feature_image to posts.show_title_and_feature_image (#17239) 2023-07-07 16:40:22 +01:00