summaryrefslogtreecommitdiff
path: root/modules/user/user.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.install')
-rw-r--r--modules/user/user.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.install b/modules/user/user.install
index 6df206e02..d96adec00 100644
--- a/modules/user/user.install
+++ b/modules/user/user.install
@@ -247,6 +247,7 @@ function user_schema() {
'type' => 'text',
'not null' => FALSE,
'size' => 'big',
+ 'serialize' => TRUE,
'description' => t('A serialized array of name value pairs that are related to the user. Any form values posted during user edit are stored and are loaded into the $user object during user_load(). Use of this field is discouraged and it will likely disappear in a future version of Drupal.'),
),
),