summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorNick Frey <nickfrey123@gmail.com>2012-11-28 16:57:07 -0600
committerNick Frey <nickfrey123@gmail.com>2012-11-28 16:57:07 -0600
commit207c085b30955761beb0e76837fc1838148a648c (patch)
tree2bc020e596442a60ed55def4e509292964a57cbe /appinfo/database.xml
parenta5fd08475355fce0881b87b29ad0d2577e8cfa6e (diff)
Play audio podcasts from feeds in the News app
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml10
1 files changed, 10 insertions, 0 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>