mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
[BUGFIX] Use valid syntax in ext_tables.sql
This commit is contained in:
parent
785745b364
commit
36a592dfcd
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CREATE TABLE tt_content (
|
||||
skilldisplay_skills TEXT,
|
||||
skilldisplay_skillset int(11) unsigned DEFAULT '0' NOT NULL,
|
||||
skilldisplay_skillset int(11) unsigned DEFAULT '0' NOT NULL
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue