diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-06-25 17:47:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-06-25 17:47:22 +0000 |
commit | 7e52847ae90984d482ad7af3372a46c0d1435014 (patch) | |
tree | 29f248d79721fb0509a984348a13cddf92b1703b /includes | |
parent | f56b384be0b3e7b56096f3036a3c9d7b731d2862 (diff) | |
download | brdo-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.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, |