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
fe7acd41
Commit
fe7acd41
authored
Jul 16, 2013
by
catch
Browse files
Issue
#2040571
by Xano: Fixed Missing index on router table.
parent
7e2974df
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/system.install
View file @
fe7acd41
...
...
@@ -967,8 +967,7 @@ function system_schema() {
),
),
'indexes'
=>
array
(
'fit'
=>
array
(
'fit'
),
'pattern_outline'
=>
array
(
'pattern_outline'
),
'pattern_outline_fit'
=>
array
(
'pattern_outline'
,
'fit'
),
'route_set'
=>
array
(
'route_set'
),
),
'primary key'
=>
array
(
'name'
),
...
...
@@ -1624,8 +1623,7 @@ function system_update_8022() {
),
),
'indexes'
=>
array
(
'fit'
=>
array
(
'fit'
),
'pattern_outline'
=>
array
(
'pattern_outline'
),
'pattern_outline_fit'
=>
array
(
'pattern_outline'
,
'fit'
),
'route_set'
=>
array
(
'route_set'
),
),
'primary key'
=>
array
(
'name'
),
...
...
Write
Preview
Markdown
is supported
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