Skip to content

Commit

Permalink
Merge pull request #93 from kabirbaidhya/patch-1
Browse files Browse the repository at this point in the history
Add note for setting enable_default_entities
  • Loading branch information
Danielss89 committed Jul 20, 2015
2 parents 90442b1 + 62ae035 commit e554185
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Alternatively, you can use `doctrine-module` to do this work for you:

vendor/bin/doctrine-module orm:schema-tool:update --dump-sql


Note: If you want to use a different table schema or user entity then you have to set `enable_default_entities` to `false` in the zfcuser [config file](https://github.com/ZF-Commons/ZfcUser/blob/1.x/config/zfcuser.global.php.dist)


If SQL looks okay, do:

vendor/bin/doctrine-module orm:schema-tool:update --force
Expand Down

0 comments on commit e554185

Please sign in to comment.