function log_update_7003 in Log entity 7
Change the name of the {log} index to fix SQLite installs.
File
- ./
log.install, line 213 - Log install.
Code
function log_update_7003(&$sandbox) {
db_drop_index('log', 'type');
db_add_index('log', 'type_index', array(
'type',
));
}