Additional fixes and adjustments after upgrading

This commit is contained in:
Björn Fromme
2018-09-20 21:34:01 +02:00
parent 3529f4d31c
commit e668c5389c
22 changed files with 90 additions and 75 deletions
+13 -1
View File
@@ -66,7 +66,7 @@ CREATE TABLE tx_epevents_domain_model_offer (
schedule text NOT NULL,
services text NOT NULL,
guidelines text NOT NULL,
detail_page int(11) unsigned DEFAULT '0',
detail_page varchar(255) DEFAULT '' NOT NULL,
image_header int(11) unsigned NOT NULL default '0',
image_teaser int(11) unsigned NOT NULL default '0',
image_teaser_mobile int(11) unsigned NOT NULL default '0',
@@ -361,6 +361,18 @@ 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 'tt_content'
#