summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.schema
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.schema')
-rw-r--r--modules/aggregator/aggregator.schema2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.schema b/modules/aggregator/aggregator.schema
index ed0c146e9..edbd8c27a 100644
--- a/modules/aggregator/aggregator.schema
+++ b/modules/aggregator/aggregator.schema
@@ -38,7 +38,7 @@ function aggregator_schema() {
'checked' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
'link' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
'description' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'),
- 'image' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'),
+ 'image' => array('type' => 'text', 'not null' => TRUE, 'size' => 'medium'),
'etag' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => ''),
'modified' => array('type' => 'int', 'not null' => TRUE, 'default' => 0),
'block' => array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'size' => 'tiny')