Refactoring the schema management #15

Closed
opened 2026-01-23 11:21:45 +01:00 by admin · 0 comments
Owner

Originally created by @jbcr on GitHub (Nov 22, 2019).

This bundle provides this command code-rhapsodie:dataflow:dump-schema to manage the database schema. But the command has an inverted work compare to standard Doctrine schema command.

I propose :

  1. Mark code-rhapsodie:dataflow:dump-schema deprecated and removed in v3.0
  2. Add new command code-rhapsodie:dataflow:database-schema with option --dump-sql
  3. The newer command can execute the command directly on databases when --dump-sql is not provided and after confirming from the user (--no-interaction option execute queries without confirming).
Originally created by @jbcr on GitHub (Nov 22, 2019). This bundle provides this command `code-rhapsodie:dataflow:dump-schema` to manage the database schema. But the command has an inverted work compare to standard Doctrine schema command. I propose : 1. Mark `code-rhapsodie:dataflow:dump-schema` deprecated and removed in v3.0 1. Add new command `code-rhapsodie:dataflow:database-schema` with option `--dump-sql` 1. The newer command can execute the command directly on databases when `--dump-sql` is not provided and after confirming from the user (`--no-interaction` option execute queries without confirming).
admin added the enhancement label 2026-01-23 11:21:45 +01:00
admin closed this issue 2026-01-23 11:21:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#15