Skip to content

Commit 20cba4e

Browse files
committed
Added the schema_filter option to the reference
1 parent cd07f5f commit 20cba4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/configuration/doctrine.rst

Lines changed: 3 additions & 0 deletions
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)