Skip to content
Snippets Groups Projects
Commit 9341768f authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Georg Ringer
Browse files

[FEATURE] Auto DB fields from TCA for type "group"

Tables with TCA columns set to type="group" do not
need an ext_tables.sql entry anymore. The core now
creates this field automatically.

This is one of many patches in this area: The v13 goal
is to obsolete ext_tables.sql in most cases by
creating default "business" fields of TCA tables
automatically.

The patch adds the main magic in class DefaultTcaSchema
and removes own ext_tables.sql definitions having
type=group.

Resolves: #101908
Related: #101553
Releases: main
Change-Id: I355b1e83c367c08e7c0e6428e563798aa49fe766
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/80990


Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 481c0a3a
Branches
Tags
Showing
with 94 additions and 35 deletions
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