Index: feedapi.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feedapi/feedapi.install,v
retrieving revision 1.5.2.21.2.5
diff -u -r1.5.2.21.2.5 feedapi.install
--- feedapi.install	11 Apr 2008 19:42:50 -0000	1.5.2.21.2.5
+++ feedapi.install	17 Apr 2008 14:16:28 -0000
@@ -15,9 +15,9 @@
         'not null' => TRUE),
       'url' => array(
         'description' => t('The URL of the feed'),
-        'type' => 'varchar',
+        'type' => 'text',
         'not null' => TRUE,
-        'length' => '255'),
+        'default' => ''),
       'feed_type' => array(
         'type' => 'varchar',
         'not null' => TRUE,
@@ -41,10 +41,9 @@
         'type' => 'varchar',
         'length' => '32'),
       'link' => array(
-        'type' => 'varchar',
+        'type' => 'text',
         'not null' => TRUE,
-        'default' => '',
-        'length' => '255'),
+        'default' => ''),
       'settings' => array(
         'type' => 'text',
         'size' => 'big'),
