From 3f01e79ae22d82a6b601e8c4227fc680b0159862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 15 Nov 2007 14:55:11 +0000 Subject: #191282 follow up by bjaspan: fix inconsistent database schema introduced by #191282 previously --- modules/system/system.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.install') 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; } -- cgit v1.2.3