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
c7233743
Commit
c7233743
authored
Jun 27, 2015
by
Thomas Löffler
Browse files
[BUGFIX] Adds fulltext index for member name
parent
9f1f42a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext_tables.sql
View file @
c7233743
...
...
@@ -32,6 +32,7 @@ CREATE TABLE tx_t3omembership_domain_model_member (
PRIMARY
KEY
(
uid
),
KEY
parent
(
pid
),
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