Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7a6e3d1

Browse filesBrowse files
committed
feature symfony#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 symfony#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
Copy full SHA for 7a6e3d1

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎reference/configuration/doctrine.rst

Copy file name to clipboardExpand all lines: reference/configuration/doctrine.rst
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.