We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f31645 commit 1ad7eefCopy full SHA for 1ad7eef
reference/configuration/doctrine.rst
@@ -21,9 +21,9 @@ Full Default Configuration
21
some_custom_type:
22
class: Acme\HelloBundle\MyCustomType
23
commented: true
24
- # If enabled all tables not prefixed with sf2_ will be ignored by the schema
25
- # tool. This is for custom tables which should not be altered automatically.
26
- #schema_filter: ~^sf2_~
+ # 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_/"
27
28
connections:
29
# A collection of different named connections (e.g. default, conn2, etc)
0 commit comments