mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Drop table migration_versions after doctrine:schema:update --complete #6111
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 @4n70w4 on GitHub (Nov 26, 2018).
Originally assigned to: @Ocramius on GitHub.
Bug Report
Summary
Current behavior
How to reproduce
I use doctrine/migrations, doctrine/orm and etc. But command
php bin/console doctrine:schema:update --dump-sql --completegenerate and execute code:
DROP TABLE migration_versions;Expected behavior
I expect that the table migration_versions should not be deleted!