diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/update.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/update.inc b/includes/update.inc index 4458ccce4..2e29240a2 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -512,7 +512,7 @@ function update_fix_d7_requirements() { 'description' => 'The queue name.', ), 'data' => array( - 'type' => 'text', + 'type' => 'blob', 'not null' => FALSE, 'size' => 'big', 'serialize' => TRUE, |