function support_update_7005 in Support Ticketing System 7
Add an index on uid to {support_assigned}.
File
- ./
support.install, line 755 - Install, update and uninstall functions for the ._support module.
Code
function support_update_7005() {
db_add_index('support_assigned', 'support_assigned_uid', array(
'uid',
));
}