File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -550,12 +550,18 @@ does not support blocking, and expects a TTL to avoid stalled locks::
550
550
551
551
This store does not support TTL lower than 1 second.
552
552
553
- The table where values are stored will be automatically generated when your run the command :
553
+ The table where values are stored will be automatically generated when your run
554
+ the command:
554
555
555
556
.. code-block :: terminal
556
557
557
558
$ php bin/console make:migration
558
559
560
+ .. versionadded :: 6.3
561
+
562
+ The automatic table generation when running the ``make:migration `` command
563
+ was introduced in Symfony 6.3.
564
+
559
565
If you prefer to create the table yourself and it has not already been created, you can
560
566
create this table explicitly by calling the
561
567
:method: `Symfony\\ Component\\ Lock\\ Store\\ DoctrineDbalStore::createTable ` method.
You can’t perform that action at this time.
0 commit comments