update_70
- Versions
- 4.6
update_70()
Code
database/updates.inc, line 679
<?php
function update_70() {
$ret = array();
$ret[] = update_sql("ALTER TABLE {variable} CHANGE name name varchar(48) NOT NULL");
return $ret;
}
?>Login or register to post comments 