Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1d198fbd
Commit
1d198fbd
authored
Apr 12, 2014
by
alexpott
Browse files
Issue
#2232037
by danblack: Taxonomy_index should have a primary key.
parent
7f273d25
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/taxonomy/taxonomy.install
View file @
1d198fbd
...
...
@@ -144,9 +144,9 @@ function taxonomy_schema() {
'default'
=>
0
,
),
),
'primary key'
=>
array
(
'nid'
,
'tid'
),
'indexes'
=>
array
(
'term_node'
=>
array
(
'tid'
,
'sticky'
,
'created'
),
'nid'
=>
array
(
'nid'
),
),
'foreign keys'
=>
array
(
'tracked_node'
=>
array
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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