File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ Full Default Configuration
2222 some_custom_type :
2323 class : Acme\HelloBundle\MyCustomType
2424 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_)/'
25+
2826
2927 connections :
3028 # A collection of different named connections (e.g. default, conn2, etc)
@@ -77,6 +75,11 @@ Full Default Configuration
7775 mapping_types :
7876 # an array of mapping types
7977 name : []
78+
79+ # If defined, only the tables whose names match this regular expression are managed
80+ # by the schema tool (in this example, any table name not starting with `wp_`)
81+ # schema_filter: '/^(?!wp_)/'
82+
8083 slaves :
8184
8285 # a collection of named slave connections (e.g. slave1, slave2)
You can’t perform that action at this time.
0 commit comments