Skip to content
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

Creating / updating schema via Doctrine Module ORM Tool fails #11

Open
webdevilopers opened this issue Jun 12, 2014 · 0 comments
Open

Comments

@webdevilopers
Copy link

When trying to create / update the schema via DoctrineModule ORM Tool

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

it fails with the following message:

  [Doctrine\DBAL\Schema\SchemaException]                      
  The table with name 'mydatabase.user' already exists. 

This happens since the User entity already exists inside the ZfcUser module.

Since we can't remove it from latter is there a way to "skip" it inside RbacUserDoctrineOrm or is there a parameter for the tool to achieve this?

BTW: Simply running the schema-full.sql works like a charm! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant