diff --git a/yaml-migrations/m_2023-10-26-config.yaml b/yaml-migrations/m_2023-10-26-config.yaml deleted file mode 100644 index 764ff91d1..000000000 --- a/yaml-migrations/m_2023-10-26-config.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# Add/Overwrite new configuration options -# See: https://github.com/bolt/core/commit/7f1347a21d99c06dae157204ebadd4cbabf94b55 -# See: https://github.com/bolt/core/commit/2c0f4b18c576927a28f0db6c73732d2dc63b6d65 -# See: https://github.com/bolt/core/commit/9aebe9c472e94a0eed64eb4643f82c7057d614b4 - -file: bolt/config.yaml -since: 5.2.0 - -add: - caching: - list_format: false - maximum_listing_select: 50000 - ajaxy_saving: false diff --git a/yaml-migrations/m_2023-10-26-config2.yaml b/yaml-migrations/m_2023-10-26-config2.yaml deleted file mode 100644 index b18ed1c2b..000000000 --- a/yaml-migrations/m_2023-10-26-config2.yaml +++ /dev/null @@ -1,9 +0,0 @@ -# Remove `allow_upscale` -# See: https://github.com/bolt/core/pull/3383 - -file: bolt/config.yaml -since: 5.2.0 - -remove: - thumbnails: - allow_upscale: ~