Skip to content

Commit 1ad7eef

Browse files
javiereguiluzxabbuh
authored andcommitted
Expanded the explanation and updated the example
1 parent 6f31645 commit 1ad7eef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/doctrine.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Full Default Configuration
2121
some_custom_type:
2222
class: Acme\HelloBundle\MyCustomType
2323
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_~
24+
# If defined, all the tables whose names match this regular expression are ignored
25+
# by the schema tool (in this example, any table name starting with `wp_`)
26+
#schema_filter: "/^wp_/"
2727
2828
connections:
2929
# A collection of different named connections (e.g. default, conn2, etc)

0 commit comments

Comments
 (0)