summaryrefslogtreecommitdiffstats
path: root/appinfo
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
parent98614791fb9cc79920405d2e07030a2411dc6f4a (diff)
importing opml becomes simple for debugging reasons (ignore SimplePie issues for now)
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/version2
2 files changed, 4 insertions, 4 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>
diff --git a/appinfo/version b/appinfo/version
index 913671cdf..1f2be2a26 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-6.2 \ No newline at end of file
+6.3 \ No newline at end of file