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

[TASK] styleguide: Remove all type=group sql field definitions

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

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

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

Releases: main
Related: https://forge.typo3.org/issues/101908



Co-authored-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent f4ba73ae
Branches
Tags
No related merge requests found
......@@ -167,18 +167,6 @@ CREATE TABLE tx_styleguide_elements_basic (
);
CREATE TABLE tx_styleguide_elements_group (
group_db_1 text,
group_db_2 text,
group_db_3 text,
group_db_4 text,
group_db_5 text,
group_db_7 text,
group_db_8 text,
group_db_9 text,
group_db_10 text,
group_db_11 text,
group_requestUpdate_1 text,
flex_1 text
);
......@@ -188,9 +176,6 @@ CREATE TABLE tx_styleguide_elements_folder
);
CREATE TABLE tx_styleguide_elements_imagemanipulation (
group_db_1 text,
group_db_2 text,
group_db_3 text,
);
......@@ -369,7 +354,6 @@ CREATE TABLE tx_styleguide_inline_1n_inline_1_child (
input_1 text,
input_3 text,
color_1 text,
group_db_1 text,
select_tree_1 text
);
......@@ -509,8 +493,6 @@ CREATE TABLE tx_styleguide_inline_mngroup (
CREATE TABLE tx_styleguide_inline_mngroup_mm (
parentid int(11) DEFAULT '0' NOT NULL,
childid int(11) DEFAULT '0' NOT NULL,
parentsort int(10) DEFAULT '0' NOT NULL,
childsort int(10) DEFAULT '0' NOT NULL,
);
......@@ -542,7 +524,9 @@ CREATE TABLE tx_styleguide_inline_mnsymmetricgroup (
CREATE TABLE tx_styleguide_inline_mnsymmetricgroup_mm (
# int() kept for now, similar issue in core, needs further type=group works
hotelid int(11) DEFAULT '0' NOT NULL,
# int() kept for now, similar issue in core, needs further type=group works
branchid int(11) DEFAULT '0' NOT NULL,
hotelsort int(10) DEFAULT '0' NOT NULL,
branchsort int(10) DEFAULT '0' NOT NULL
......@@ -611,9 +595,6 @@ CREATE TABLE tx_styleguide_required (
select_4 text,
select_5 text,
group_1 text,
group_2 text,
rte_1 text,
rte_2 text,
......@@ -711,9 +692,6 @@ CREATE TABLE tx_styleguide_l10nreadonly (
link text,
radio int(11) DEFAULT '0' NOT NULL,
none text,
group text,
group_mm text,
group_file text,
language int(11) DEFAULT '0' NOT NULL,
text text,
text_rte text,
......
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