Skip to content
Snippets Groups Projects
Commit c8d3b614 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Allow to omit tables in ext_tables.sql

We are auto-creating more and more table columns
from TCA automatically with our works on #101553.
ext_tables.sql can now end up defining no column
of a table at all anymore.

The schema parser currently stumbles when a table
definition is completely left out in ext_tables.sql.

The patch allows omitting a table definition in
ext_tables.sql entirely.

Resolves: #102085
Related: #101553
Releases: main
Change-Id: I4d63250e3baa15e094f011ed21c813bc6cb12fb0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81181


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
parent cba63181
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment