Skip to content

Update doctrine.rst #7456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +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_
# If defined, all the tables whose names match this regular expression are ignored
# by the schema tool (in this example, any table name starting with `wp_`)
#schema_filter: "/^wp_/"

connections:
# A collection of different named connections (e.g. default, conn2, etc)
Expand Down