Skip to content

[TASK] Reduce usage to tx_ter_extensions

Benni Mack requested to merge feature/reduce_usages_to_terv1_db into develop

This patch changes

  • the extensions.xml generator
  • various logic regarding checks if a version exists to not query the tx_ter_extensions database table anymore.

Now the only place where tx_ter_extensions is actually used is the SOAP API Upload and the Migration to tx_terfe2_* db structure which will be migrated in the next patch.

Merge request reports