Skip to content

Commit ab7b0f2

Browse files
authored
fix schema_filter example
I fixed the schema_filter example, that was wrong. I set it the same way that is reported in https://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html
1 parent 861e72b commit ab7b0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Full Default Configuration
2424
commented: true
2525
# If defined, all the tables whose names match this regular expression are ignored
2626
# by the schema tool (in this example, any table name starting with `wp_`)
27-
#schema_filter: "/^wp_/"
27+
#schema_filter: ~^(?!wp_)~
2828
2929
connections:
3030
# A collection of different named connections (e.g. default, conn2, etc)

0 commit comments

Comments
 (0)