We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1afdf66 + ab7b0f2 commit a542cfaCopy full SHA for a542cfa
reference/configuration/doctrine.rst
@@ -24,7 +24,7 @@ Full Default Configuration
24
commented: true
25
# If defined, all the tables whose names match this regular expression are ignored
26
# by the schema tool (in this example, any table name starting with `wp_`)
27
- #schema_filter: "/^wp_/"
+ #schema_filter: ~^(?!wp_)~
28
29
connections:
30
# A collection of different named connections (e.g. default, conn2, etc)
0 commit comments