Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update comment on the schema_filter key #1165

Merged
merged 1 commit into from May 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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