From d51f49f75d67086d0e951e106a62d2074617deae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 13 Oct 2021 13:16:46 +0200 Subject: [PATCH] Remove obsolete sql --- public/typo3conf/ext/ep_events/ext_tables.sql | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/public/typo3conf/ext/ep_events/ext_tables.sql b/public/typo3conf/ext/ep_events/ext_tables.sql index 4c8fdae9..8c799af9 100644 --- a/public/typo3conf/ext/ep_events/ext_tables.sql +++ b/public/typo3conf/ext/ep_events/ext_tables.sql @@ -362,30 +362,6 @@ CREATE TABLE pages ( 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 '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' #