summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index 2529c8123..625c2e671 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -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;
}