[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
Please register or sign in to comment