Skip to content

Commit

Permalink
Add YAML migrations for packages/prod/doctrine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohutai committed Oct 30, 2023
1 parent 4bb1394 commit ea37263
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/packages/prod/doctrine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ framework:
doctrine.result_cache_pool:
adapter: cache.app
doctrine.system_cache_pool:
adapter: cache.system
adapter: cache.app
11 changes: 11 additions & 0 deletions yaml-migrations/m_2023-10-26-prod-doctrine.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See: https://github.com/bolt/project/commit/f33248d487b5b6a09a38224f890d259f9ea07003#diff-79c1dc283ac8f8d1d02991db661137a22a20b13cd277962eae1d0dbfb2d96467

file: packages/prod/doctrine.yaml
since: 5.2.0

add:
framework:
cache:
pools:
doctrine.system_cache_pool:
adapter: cache.app

0 comments on commit ea37263

Please sign in to comment.