Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
t3o_membership
Commits
6b56a347
Commit
6b56a347
authored
May 13, 2016
by
Alexander Stehlik
Browse files
[BUGFIX] Add missing comma in ext_tables.sql
parent
3dce77ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_tables.sql
View file @
6b56a347
...
...
@@ -35,8 +35,8 @@ CREATE TABLE tx_t3omembership_domain_model_member (
PRIMARY
KEY
(
uid
),
KEY
parent
(
pid
),
FULLTEXT
(
name
)
FULLTEXT
(
name
),
KEY
language
(
l10n_parent
,
sys_language_uid
)
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment