Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Remove all type=imageManipulation sql field definitions #430

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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