Skip to content

Commit 52072d1

Browse files
committed
minor #7456 Update doctrine.rst (patie, javiereguiluz)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7456). Discussion ---------- Update doctrine.rst schema_filter option should be full regular Commits ------- 1ad7eef Expanded the explanation and updated the example 6f31645 Update doctrine.rst
2 parents 31cfb79 + 1ad7eef commit 52072d1

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)