Skip to content

Commit

Permalink
Add Important note for using custom entity
Browse files Browse the repository at this point in the history
Its important to tell the user to about this configuration in the installation section
  • Loading branch information
kabirbaidhya committed May 19, 2015
1 parent 90442b1 commit 62ae035
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
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 62ae035

Please sign in to comment.