Skip to content

Commit a542cfa

Browse files
committed
minor #8282 fix schema_filter example (stoccc)
This PR was merged into the 2.7 branch. Discussion ---------- 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 Commits ------- ab7b0f2 fix schema_filter example
2 parents 1afdf66 + ab7b0f2 commit a542cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Full Default Configuration
2424
commented: true
2525
# If defined, all the tables whose names match this regular expression are ignored
2626
# by the schema tool (in this example, any table name starting with `wp_`)
27-
#schema_filter: "/^wp_/"
27+
#schema_filter: ~^(?!wp_)~
2828
2929
connections:
3030
# A collection of different named connections (e.g. default, conn2, etc)

0 commit comments

Comments
 (0)