update_35
- Versions
- 4.6
update_35()
Code
database/updates.inc, line 139
<?php
function update_35() {
$ret = array();
$ret[] = update_sql("ALTER TABLE poll_choices ADD INDEX (nid)");
return $ret;
}
?>Login or register to post comments update_35()database/updates.inc, line 139
<?php
function update_35() {
$ret = array();
$ret[] = update_sql("ALTER TABLE poll_choices ADD INDEX (nid)");
return $ret;
}
?>Login or register to post comments