Skip to content

Commit

Permalink
[TASK] Remove all type=imageManipulation sql field definitions
Browse files Browse the repository at this point in the history
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/+/81016

Releases: main
Related: https://forge.typo3.org/issues/101914
  • Loading branch information
maddy2101 authored and lolli42 committed Sep 18, 2023
1 parent 9a1beb9 commit dd427be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,6 @@ CREATE TABLE tx_styleguide_elements_imagemanipulation (
group_db_1 text,
group_db_2 text,
group_db_3 text,
crop_1 text,
crop_2 text,
crop_3 text,
crop_4 text,
crop_5 text,
crop_6 text,
crop_7 text,
crop_8 text
);


Expand Down Expand Up @@ -722,7 +714,6 @@ CREATE TABLE tx_styleguide_l10nreadonly (
group text,
group_mm text,
group_file text,
image_manipulation text,
language int(11) DEFAULT '0' NOT NULL,
text text,
text_rte text,
Expand Down

0 comments on commit dd427be

Please sign in to comment.