summaryrefslogtreecommitdiff
path: root/modules/comment/comment.schema
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.schema')
-rw-r--r--modules/comment/comment.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.schema b/modules/comment/comment.schema
index 5620aa1e7..0d57892fd 100644
--- a/modules/comment/comment.schema
+++ b/modules/comment/comment.schema
@@ -16,7 +16,7 @@ function comment_schema() {
'status' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, 'size' => 'tiny'),
'format' => array('type' => 'int', 'size' => 'small', 'not null' => TRUE, 'default' => 0),
'thread' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE),
- 'users' => array('type' => 'text', 'not null' => FALSE, 'size' => 'big'),
+ 'users' => array('type' => 'text', 'not null' => FALSE, 'size' => 'medium'),
'name' => array('type' => 'varchar', 'length' => 60, 'not null' => FALSE),
'mail' => array('type' => 'varchar', 'length' => 64, 'not null' => FALSE),
'homepage' => array('type' => 'varchar', 'length' => 255, 'not null' => FALSE)