Skip to content

Commit 612b244

Browse files
committed
Add the versionadded directive
1 parent ecd9296 commit 612b244

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

components/lock.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
559565
If you prefer to create the table yourself and it has not already been created, you can
560566
create this table explicitly by calling the
561567
:method:`Symfony\\Component\\Lock\\Store\\DoctrineDbalStore::createTable` method.

0 commit comments

Comments
 (0)