mirror of
https://github.com/code-rhapsodie/dataflow-bundle.git
synced 2026-03-24 06:42:23 +01:00
Refactoring the schema management #15
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 @jbcr on GitHub (Nov 22, 2019).
This bundle provides this command
code-rhapsodie:dataflow:dump-schemato manage the database schema. But the command has an inverted work compare to standard Doctrine schema command.I propose :
code-rhapsodie:dataflow:dump-schemadeprecated and removed in v3.0code-rhapsodie:dataflow:database-schemawith option--dump-sql--dump-sqlis not provided and after confirming from the user (--no-interactionoption execute queries without confirming).