mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
doctrine:migrations:diff generates DROP SEQUENCE's & DROP TABLE's for all entities except one #7360
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 @aelfannir on GitHub (May 3, 2024).
Bug Report
Summary
Whenever I create an Entity (or even an empty php file) inside /src/Entity and generate a migration, i get incorrect migration;
@aelfannir commented on GitHub (May 7, 2024):
This issue isn't related to Doctrine, a filesystem issue.