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::
550550
551551 This store does not support TTL lower than 1 second.
552552
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:
554555
555556.. code-block :: terminal
556557
557558 $ php bin/console make:migration
558559
560+ .. versionadded :: 6.3
561+
562+ The automatic table generation when running the ``make:migration `` command
563+ was introduced in Symfony 6.3.
564+
559565If you prefer to create the table yourself and it has not already been created, you can
560566create this table explicitly by calling the
561567:method: `Symfony\\ Component\\ Lock\\ Store\\ DoctrineDbalStore::createTable ` method.
You can’t perform that action at this time.
0 commit comments