[PR #75] [MERGED] SchemaDump command #96

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/75
Author: @AUDUL
Created: 10/31/2024
Status: Merged
Merged: 10/31/2024
Merged by: @AUDUL

Base: masterHead: 37-schema-dump


📝 Commits (4)

  • 6408880 Added possibility to install/update database from command #37
  • c418166 Added possibility to install/update database from command #37
  • 28be6ad Added possibility to install/update database from command #37
  • 78d5b06 Added possibility to install/update database from command #37

📊 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 SchemaDump command #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/75 **Author:** [@AUDUL](https://github.com/AUDUL) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@AUDUL](https://github.com/AUDUL) **Base:** `master` ← **Head:** `37-schema-dump` --- ### 📝 Commits (4) - [`6408880`](https://github.com/code-rhapsodie/dataflow-bundle/commit/64088804b3fed4f0e9a722fd64b467a925e3f876) Added possibility to install/update database from command #37 - [`c418166`](https://github.com/code-rhapsodie/dataflow-bundle/commit/c4181665078e489fe17c2bebd801a0aee80f0641) Added possibility to install/update database from command #37 - [`28be6ad`](https://github.com/code-rhapsodie/dataflow-bundle/commit/28be6adce2b073237ee8d6afb0d31715f016be98) Added possibility to install/update database from command #37 - [`78d5b06`](https://github.com/code-rhapsodie/dataflow-bundle/commit/78d5b064b39646d7d977fdb5ac843ae8e17eb8e5) Added possibility to install/update database from command #37 ### 📊 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 SchemaDump command #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#96