Skip to content

Commit

Permalink
Update comment on the schema_filter key
Browse files Browse the repository at this point in the history
See doctrine/dbal#3986

The `schema_filter` key does not filter only tables.

Co-authored-by: Grégoire Paris <postmaster@greg0ire.fr>
  • Loading branch information
2 people authored and ostrolucky committed May 21, 2020
1 parent 65bb2eb commit 83c89b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Resources/doc/configuration.rst
Expand Up @@ -96,8 +96,9 @@ Configuration Reference
platform_service: ~
auto_commit: ~
# If set to "/^sf2_/" all tables not prefixed with "sf2_" will be ignored by the schema
# tool. This is for custom tables which should not be altered automatically.
# If set to "/^sf2_/" all tables, and any named objects such as sequences
# not prefixed with "sf2_" will be ignored by the schema tool.
# This is for custom tables which should not be altered automatically.
schema_filter: ~
# When true, queries are logged to a "doctrine" monolog channel
Expand Down

0 comments on commit 83c89b3

Please sign in to comment.