summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.schema
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-07-15 10:09:21 +0000
committerDries Buytaert <dries@buytaert.net>2007-07-15 10:09:21 +0000
commit08c059ec77225a299e7e130b4692c583dc2bbe21 (patch)
tree3caa2f4761156e60c77bcf4df19cd5495db3cbac /modules/aggregator/aggregator.schema
parenta771c6c45a569524a17d909818eabd7f24ec787c (diff)
downloadbrdo-08c059ec77225a299e7e130b4692c583dc2bbe21.tar.gz
brdo-08c059ec77225a299e7e130b4692c583dc2bbe21.tar.bz2
- Rollback of patch #147947: lacks proper upgrade path.
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 edbd8c27a..ed0c146e9 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' => 'medium'),
+ 'image' => array('type' => 'text', 'not null' => TRUE, 'size' => 'big'),
'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')