From 83c89b359b04f5b7342f3b6cd4f631840d3c3491 Mon Sep 17 00:00:00 2001 From: Gwalchmei Date: Thu, 7 May 2020 21:56:36 +0200 Subject: [PATCH] Update comment on the schema_filter key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/doctrine/dbal/issues/3986 The `schema_filter` key does not filter only tables. Co-authored-by: Grégoire Paris --- Resources/doc/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index 47f945691..b16ceefc8 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -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