Skip to content

Commit 7a6e3d1

Browse files
committed
feature #4150 Added the schema_filter option to the reference (peterrehm)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4150). Discussion ---------- Added the schema_filter option to the reference | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | ? | Fixed tickets | - Shall the optional setting be added to XML as well? How? I am unsure if it is actually to which version this relates to the DoctrineBundle. Relates to doctrine/migrations#101 Commits ------- 20cba4e Added the schema_filter option to the reference
2 parents be90d8a + 8c96e42 commit 7a6e3d1

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)