Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Merge requests
  • !521

[!!!][TASK] Merge tx_ter_extensiondetails into tx_ter_extensions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Benni Mack requested to merge feature/migrate-extensiondetails-into-one-db-table into develop Jul 14, 2020
  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 16

There is a simple connection between tx_ter_extensiondetails and tx_ter_extensions (extensionuid field), but both tables always need to be kept in sync. This is unnecessary overhead. For this reason, all data is now moved into tx_ter_extensions (which will later be moved into tx_terfe2_domain_model_version).

After adding the new fields to the database table "tx_ter_extensions", A onetime CLI command "ter:migrateextensiondetails" is executed and syncs all existing data into the main "tx_ter_extensions".

"tx_ter_extensiondetails" can be dropped after the migration, as it is not used anymore at all.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/migrate-extensiondetails-into-one-db-table