From a01d1ba0c58f3d5a8fcaf1e57447c24594536332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Thu, 10 Sep 2026 10:50:55 +0200 Subject: [PATCH] chore: drop dead description column from product table --- public/typo3conf/ext/ep_products/ext_tables.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/public/typo3conf/ext/ep_products/ext_tables.sql b/public/typo3conf/ext/ep_products/ext_tables.sql index b947f3ea..0b92f9db 100644 --- a/public/typo3conf/ext/ep_products/ext_tables.sql +++ b/public/typo3conf/ext/ep_products/ext_tables.sql @@ -26,7 +26,6 @@ CREATE TABLE tx_epproducts_domain_model_product external_link varchar(255) DEFAULT '' NOT NULL, tour_link varchar(255) DEFAULT '' NOT NULL, path_segment varchar(255) DEFAULT '' NOT NULL, - description text NOT NULL, teaser text NOT NULL, teaser_long text NOT NULL, header_title varchar(255) DEFAULT '' NOT NULL,