mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Document removed Doctrine cache provider services in UPGRADE-2.3
This commit is contained in:
parent
acc20b277a
commit
694c40d7ed
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@
|
|||
+ pool: doctrine.system_cache_pool
|
||||
```
|
||||
|
||||
As part of this switch, the `doctrine.result_cache_provider` and `doctrine.system_cache_provider` services
|
||||
(defined in Sylius' application configuration, wrapping the PSR-6 pools via `Doctrine\Common\Cache\Psr6\DoctrineProvider`)
|
||||
were **removed**. If you referenced them by id, use the cache pools directly (`doctrine.system_cache_pool`,
|
||||
`doctrine.result_cache_pool`) with `type: pool` as shown above.
|
||||
|
||||
- On **PostgreSQL**, Sylius now forces the `SEQUENCE` identity generation strategy
|
||||
(`identity_generation_preferences` for `PostgreSQLPlatform`) to keep the database schema backward compatible
|
||||
with existing installations.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue