parent
d8c18ac010
commit
3f01e79ae2
|
@ -4534,6 +4534,7 @@ function system_update_6036() {
|
|||
*/
|
||||
function system_update_6037() {
|
||||
$ret = array();
|
||||
db_change_field($ret, 'blocks', 'region', 'region', array('type' => 'varchar', 'length' => 64, 'not null' => TRUE, 'default' => ''));
|
||||
$ret[] = update_sql("UPDATE {blocks} SET region = '' WHERE status = 0");
|
||||
return $ret;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue