Details
Description
when "_platform->supportsSequences()", a sequence can be droped twice
patch attached
Issue Links
- is required for
-
DDC-1082
On PostgreSQL "doctrine orm:schema-tool:drop --force" will not delete all tables created by orm:schema-tool:create and still report success
-
Fixed in DBAL now by using SplObjectStorage to have only one unique sequence to drop (same for tables and foreign keys)