Issue #2040571 by Xano: Fixed Missing index on router table.

8.0.x
Nathaniel Catchpole 2013-07-16 16:29:25 +01:00
parent 7e2974df48
commit fe7acd41bf
1 changed files with 2 additions and 4 deletions

View File

@ -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'),