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.
1 parent 861e72b commit ab7b0f2Copy full SHA for ab7b0f2
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