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
22
22
some_custom_type :
23
23
class : Acme\HelloBundle\MyCustomType
24
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_)/'
25
+
28
26
29
27
connections :
30
28
# A collection of different named connections (e.g. default, conn2, etc)
@@ -77,6 +75,11 @@ Full Default Configuration
77
75
mapping_types :
78
76
# an array of mapping types
79
77
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
+
80
83
slaves :
81
84
82
85
# a collection of named slave connections (e.g. slave1, slave2)
You can’t perform that action at this time.
0 commit comments