From ae0392b2eb956263c35fb04b695f4974dcca2787 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 15 Jun 2007 07:15:25 +0000 Subject: - Patch #147947 by hswong3i: some files shouldn't defined as text:big for Oracle compatibility. --- modules/aggregator/aggregator.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.schema') 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') -- cgit v1.2.3