mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-3633: Schema creation problem on PostgreSQL #4465
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 22, 2015).
Originally assigned to: @deeky666 on GitHub.
Jira issue originally created by user korotovsky:
Schema tool can't create correct schema on empty database in PostgreSQL:
$ php app/console doctrine:schema:create --env=test
ATTENTION: This operation should not be executed in a production environment.
Creating database schema...
[Doctrine\ORM\Tools\ToolsException]
Schema-Tool failed with Error 'An exception occurred while executing 'CREATE SCHEMA public':
SQLSTATE[42P06]: Duplicate schema: 7 ERROR: schema "public" already exists' while executing DDL: CREATE SCHEMA public
@doctrinebot commented on GitHub (Mar 22, 2015):
@doctrinebot commented on GitHub (Apr 16, 2015):
Issue was closed with resolution "Invalid"