Skip to content

Commit 8c96e42

Browse files
peterrehmweaverryan
authored andcommitted
Added the schema_filter option to the reference
1 parent be90d8a commit 8c96e42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/configuration/doctrine.rst

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +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_
2427
2528
connections:
2629
default:

0 commit comments

Comments
 (0)