summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-25 17:47:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-25 17:47:22 +0000
commit7e52847ae90984d482ad7af3372a46c0d1435014 (patch)
tree29f248d79721fb0509a984348a13cddf92b1703b /includes
parentf56b384be0b3e7b56096f3036a3c9d7b731d2862 (diff)
downloadbrdo-7e52847ae90984d482ad7af3372a46c0d1435014.tar.gz
brdo-7e52847ae90984d482ad7af3372a46c0d1435014.tar.bz2
- Patch #690746 by jbrown, Ognyan Kulev, Crell, MichaelCole, Damien Tournoud: text column type doesn't reliably hold serialized variables.
Diffstat (limited to 'includes')
-rw-r--r--includes/update.inc2
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,