We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d549df commit 668e5ccCopy full SHA for 668e5cc
UPGRADE-6.3.md
@@ -101,6 +101,7 @@ Lock
101
----
102
103
* Deprecate the `gcProbablity` option to fix a typo in its name, use the `gcProbability` option instead
104
+ * Add optional parameter `$isSameDatabase` to `DoctrineDbalStore::configureSchema()`
105
106
Messenger
107
---------
src/Symfony/Component/Lock/CHANGELOG.md
@@ -7,6 +7,7 @@ CHANGELOG
7
* Create migration for lock table when DoctrineDbalStore is used
8
* Add support for Relay PHP extension for Redis
9
* Renamed the `gcProbablity` option to `gcProbability` to fix a typo in its name
10
11
12
6.0
13
---
0 commit comments