Skip to content

Commit

Permalink
feature #4150 Added the schema_filter option to the reference (peterr…
Browse files Browse the repository at this point in the history
…ehm)

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
  • Loading branch information
weaverryan committed Aug 22, 2014
2 parents be90d8a + 8c96e42 commit 7a6e3d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Full default configuration
some_custom_type:
class: Acme\HelloBundle\MyCustomType
commented: true
# If enabled all tables not prefixed with sf2_ will be ignored by the schema
# tool. This is for custom tables which should not be altered automatically.
#schema_filter: ^sf2_
connections:
default:
Expand Down

0 comments on commit 7a6e3d1

Please sign in to comment.