Skip to content
Snippets Groups Projects
Commit 65bb91c9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #215080 by andypost, drifter, Dave Reid | robertDouglass, catch,...

- Patch #215080 by andypost, drifter, Dave Reid | robertDouglass, catch, jaydub: drop unnecessary index.
parent 803b8b39
No related branches found
No related tags found
No related merge requests found
......@@ -2046,6 +2046,7 @@ function system_update_7017() {
function system_update_7018() {
$ret = array();
db_drop_index($ret, 'system', 'modules');
db_drop_index($ret, 'system', 'type_name');
db_change_field($ret, 'system', 'type', 'type', array('type' => 'varchar', 'length' => 12, 'not null' => TRUE, 'default' => ''));
db_add_index($ret, 'system', 'modules', array('type', 'status', 'weight', 'name'));
db_add_index($ret, 'system', 'type_name', array('type', 'name'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment