From ab7b0f2b26a81d579bda84c8f4044e47b8fa81fa Mon Sep 17 00:00:00 2001 From: stoccc Date: Fri, 11 Aug 2017 12:12:24 +0200 Subject: [PATCH] fix schema_filter example I fixed the schema_filter example, that was wrong. I set it the same way that is reported in https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html --- reference/configuration/doctrine.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/doctrine.rst b/reference/configuration/doctrine.rst index 2e736926be2..299261aa2b4 100644 --- a/reference/configuration/doctrine.rst +++ b/reference/configuration/doctrine.rst @@ -24,7 +24,7 @@ Full Default Configuration commented: true # If defined, all the tables whose names match this regular expression are ignored # by the schema tool (in this example, any table name starting with `wp_`) - #schema_filter: "/^wp_/" + #schema_filter: ~^(?!wp_)~ connections: # A collection of different named connections (e.g. default, conn2, etc)