[PR #74] [CLOSED] Update command SchemaDump #97

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

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/74
Author: @AUDUL
Created: 10/31/2024
Status: Closed

Base: masterHead: 37-schema-dump


📝 Commits (10+)

  • 219b723 * Fix compatibility with doctrine 4
  • 97a2f4d Added possibility to install/update database from command #37
  • d087b47 Added possibility to install/update database from command #37
  • bd4b8f9 Added possibility to install/update database from command #37
  • 706d280 Added possibility to install/update database from command #37
  • 6cf5227 Added possibility to install/update database from command #37
  • 1ba2915 Added possibility to install/update database from command #37
  • 4bf7d2c Added possibility to install/update database from command #37
  • 574791a Added possibility to install/update database from command #37
  • b6fa1d9 Merge remote-tracking branch 'origin/37-schema-dump' into 37-schema-dump

📊 Changes

3 files changed (+136 additions, -47 deletions)

View changed files

src/Command/DatabaseSchemaCommand.php (+113 -0)
📝 src/Command/SchemaCommand.php (+16 -46)
📝 src/Resources/config/services.yaml (+7 -1)

📄 Description

Refactor command SchemaDump #37


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/dataflow-bundle/pull/74 **Author:** [@AUDUL](https://github.com/AUDUL) **Created:** 10/31/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `37-schema-dump` --- ### 📝 Commits (10+) - [`219b723`](https://github.com/code-rhapsodie/dataflow-bundle/commit/219b72393d096331d09d3007f450c9fd859e8159) * Fix compatibility with doctrine 4 - [`97a2f4d`](https://github.com/code-rhapsodie/dataflow-bundle/commit/97a2f4dca6c07de3123c6022aad1ef31eb02b01a) Added possibility to install/update database from command #37 - [`d087b47`](https://github.com/code-rhapsodie/dataflow-bundle/commit/d087b47f6f0f65facea1c6a8fcd6ee04e29534cb) Added possibility to install/update database from command #37 - [`bd4b8f9`](https://github.com/code-rhapsodie/dataflow-bundle/commit/bd4b8f99b34b2e17146ae119e33715b700fc615d) Added possibility to install/update database from command #37 - [`706d280`](https://github.com/code-rhapsodie/dataflow-bundle/commit/706d280ad0982e6574deee0c9d42c4910c10d3c7) Added possibility to install/update database from command #37 - [`6cf5227`](https://github.com/code-rhapsodie/dataflow-bundle/commit/6cf52273b451eb059d950bba9ead795d0efc38f0) Added possibility to install/update database from command #37 - [`1ba2915`](https://github.com/code-rhapsodie/dataflow-bundle/commit/1ba2915a81f8c252fcf48573308dc44251a2dec7) Added possibility to install/update database from command #37 - [`4bf7d2c`](https://github.com/code-rhapsodie/dataflow-bundle/commit/4bf7d2c567d52c85500b3c07e9251222913e0f43) Added possibility to install/update database from command #37 - [`574791a`](https://github.com/code-rhapsodie/dataflow-bundle/commit/574791a105a1b68a38f829cbc2b7e5096bc27dda) Added possibility to install/update database from command #37 - [`b6fa1d9`](https://github.com/code-rhapsodie/dataflow-bundle/commit/b6fa1d93bbc777cc1e81e81a287acabe75cb8485) Merge remote-tracking branch 'origin/37-schema-dump' into 37-schema-dump ### 📊 Changes **3 files changed** (+136 additions, -47 deletions) <details> <summary>View changed files</summary> ➕ `src/Command/DatabaseSchemaCommand.php` (+113 -0) 📝 `src/Command/SchemaCommand.php` (+16 -46) 📝 `src/Resources/config/services.yaml` (+7 -1) </details> ### 📄 Description Refactor command SchemaDump #37 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:22:04 +01:00
admin closed this issue 2026-01-23 11:22:04 +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#97