From 35cd17d4661f59f56122421d1ad66a8abe059013 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 9 Oct 2018 09:58:11 +0200 Subject: [PATCH] Add missing table columns for translation --- web/typo3conf/ext/ep_events/ext_tables.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/typo3conf/ext/ep_events/ext_tables.sql b/web/typo3conf/ext/ep_events/ext_tables.sql index 8c9a238a..2ccf143e 100644 --- a/web/typo3conf/ext/ep_events/ext_tables.sql +++ b/web/typo3conf/ext/ep_events/ext_tables.sql @@ -373,6 +373,18 @@ CREATE TABLE pages_language_overlay ( tx_epevents_offer int(11) DEFAULT '0' ); +# +# Table structure for table 'pages_language_overlay' +# +CREATE TABLE pages_language_overlay ( + tx_epevents_configurator_travel_type tinyint(4) DEFAULT '0', + tx_epevents_configurator_hotel_type tinyint(4) DEFAULT '0', + tx_epevents_configurator_destination_type tinyint(4) DEFAULT '0', + tx_epevents_configurator_activity_type tinyint(4) DEFAULT '0', + tx_epevents_traveltype int(11) DEFAULT '0', + tx_epevents_offer int(11) DEFAULT '0' +); + # # Table structure for table 'tt_content' #