Update to TYPO3 8.7 LTS

This commit is contained in:
Björn Fromme
2018-09-19 14:55:28 +02:00
parent af44d29340
commit f20c91846a
161 changed files with 3236 additions and 2705 deletions
+12
View File
@@ -103,6 +103,18 @@ CREATE TABLE pages (
tx_eptheme_badge int(11) unsigned DEFAULT '0'
);
CREATE TABLE pages_language_overlay (
tx_eptheme_context_country_code char(2) DEFAULT '',
tx_eptheme_context_country int(11) unsigned DEFAULT '0',
tx_eptheme_context_region int(11) unsigned DEFAULT '0',
tx_eptheme_context_concept int(11) unsigned DEFAULT '0',
tx_eptheme_context_product int(11) unsigned DEFAULT '0',
tx_eptheme_hide_searchbar tinyint(4) unsigned DEFAULT '0' NOT NULL,
tx_eptheme_bodyclass varchar(255) DEFAULT '' NOT NULL,
tx_eptheme_slides int(11) unsigned DEFAULT '0',
tx_eptheme_badge int(11) unsigned DEFAULT '0'
);
CREATE TABLE tt_content (
tx_eptheme_context_country int(11) unsigned DEFAULT '0',
tx_eptheme_context_region int(11) unsigned DEFAULT '0',