Remove obsolete sql

This commit is contained in:
Björn Fromme
2021-10-13 13:17:02 +02:00
parent 647e471fe2
commit d51f49f75d
@@ -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'
#