update_56
- Versions
- 4.6
update_56()
Code
database/updates.inc, line 382
<?php
function update_56() {
$ret = array();
$ret[] = update_sql("ALTER TABLE vocabulary CHANGE types nodes TEXT DEFAULT '' NOT NULL");
return $ret;
}
?>Login or register to post comments 