Skip to content
Snippets Groups Projects
Commit 942db50e authored by Anja's avatar Anja Committed by GitHub
Browse files

[TASK] styleguide: Remove all type=inline sql field definitions and child relations

https://github.com/TYPO3-CMS/styleguide/pull/446

We're adding core code to add default sql definitions derived from TCA.
Fields of type=inline do not need to be set anymore.

If the child side definition is set as

 * foreign_table_field
 * foreign_field

and TCA of those fields is absent or set to type="passthrough", also
those child relation SQL definition is autogenerated and can be
removed from ext_tables.sql file.

See: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81488

Releases: main
Related: https://forge.typo3.org/issues/102210
parent b3e54086
Branches
Tags
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