Fix custom sql for tt_content after TYPO3 update
This commit is contained in:
parent
11f09d9f08
commit
a4f0e6a8d1
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@ CREATE TABLE pages (
|
||||||
rel varchar(2048),
|
rel varchar(2048),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
CREATE TABLE tt_content (
|
||||||
|
header_layout VARCHAR(30) DEFAULT '0' NOT NULL,
|
||||||
|
);
|
||||||
|
|
||||||
CREATE TABLE sys_category (
|
CREATE TABLE sys_category (
|
||||||
slug varchar(2048),
|
slug varchar(2048),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue