Skip to content

Commit c0ec2d0

Browse files
authored
Update comment on the schema_filter configuration
See doctrine/dbal#3986 The `schema_filter` key does not filter only tables.
1 parent 25e0b28 commit c0ec2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ just have to add the following configuration option to your doctrine configurati
358358
// ...
359359
));
360360
361-
This ignores the tables on the DBAL level and they will be ignored by the diff command.
361+
This ignores the tables, and any named objects such as sequences, on the DBAL level and they will be ignored by the diff command.
362362

363363
Note that if you have multiple connections configured then the ``schema_filter`` configuration
364364
will need to be placed per-connection.

0 commit comments

Comments
 (0)