File tree 1 file changed +0
-30
lines changed 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -1459,36 +1459,6 @@ DSN by using the ``table_name`` option:
1459
1459
Or, to create the table yourself, set the ``auto_setup `` option to ``false `` and
1460
1460
:ref: `generate a migration <doctrine-creating-the-database-tables-schema >`.
1461
1461
1462
- .. tip ::
1463
-
1464
- To avoid tools like Doctrine Migrations from trying to remove this table because
1465
- it's not part of your normal schema, you can set the ``schema_filter `` option:
1466
-
1467
- .. configuration-block ::
1468
-
1469
- .. code-block :: yaml
1470
-
1471
- # config/packages/doctrine.yaml
1472
- doctrine :
1473
- dbal :
1474
- schema_filter : ' ~^(?!messenger_messages)~'
1475
-
1476
- .. code-block :: xml
1477
-
1478
- <!-- config/packages/doctrine.xml -->
1479
- <doctrine : dbal schema-filter =" ~^(?!messenger_messages)~" />
1480
-
1481
- .. code-block :: php
1482
-
1483
- # config/packages/doctrine.php
1484
- $container->loadFromExtension('doctrine', [
1485
- 'dbal' => [
1486
- 'schema_filter' => '~^(?!messenger_messages)~',
1487
- // ...
1488
- ],
1489
- // ...
1490
- ]);
1491
-
1492
1462
.. caution ::
1493
1463
1494
1464
The datetime property of the messages stored in the database uses the
You can’t perform that action at this time.
0 commit comments