summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-10 00:12:38 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-10 00:12:38 -0400
commita077e4ea2f34d3406373b7d3705162a44f527ace (patch)
tree7bdcfeeb6463e6e553ed072fe5353a65a47925b9 /appinfo/database.xml
parent98614791fb9cc79920405d2e07030a2411dc6f4a (diff)
importing opml becomes simple for debugging reasons (ignore SimplePie issues for now)
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index cbb8baf1e..1fbfe29a4 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -147,17 +147,17 @@
<name>guid</name>
<type>text</type>
<notnull>true</notnull>
- <length>100</length>
+ <length>300</length>
</field>
<field>
<name>url</name>
<type>text</type>
- <length>100</length>
+ <length>300</length>
</field>
<field>
<name>title</name>
<type>text</type>
- <length>100</length>
+ <length>300</length>
</field>
<field>
<name>feed_id</name>