summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-18 15:44:12 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2012-12-18 15:44:12 +0100
commit5bf727b3241d018fefbb5bdb9d39d97f3b429f03 (patch)
treead76e593d56eb66f721607e363a2a852130a4cf0 /appinfo
parentcac98cd27a3a51d802ff3f41b269f39761990a60 (diff)
parentdef6fada82d8fb51a251bb20a0f736c4beb8b93b (diff)
Merge branch 'master' into navigation
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml10
-rw-r--r--appinfo/version2
2 files changed, 11 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index c5b06bcac..fbc5a4d6f 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -179,6 +179,16 @@
<notnull>false</notnull>
</field>
<field>
+ <name>enclosure_mime</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
+ <name>enclosure_link</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>feed_id</name>
<type>integer</type>
<notnull>true</notnull>
diff --git a/appinfo/version b/appinfo/version
index f1d68e6b5..a9212c01c 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1,2 +1,2 @@
-7.5
+7.6