summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorÉloi Rivard <eloi.rivard@aquilenet.fr>2020-02-16 14:26:06 +0100
committerGitHub <noreply@github.com>2020-02-16 14:26:06 +0100
commit306d3cdc608343b5739b98a7d6b1e816416489c9 (patch)
treef62b93191d0677709556c7c547d4af4e9eef19d2 /appinfo
parentcdd15c181875dbbc62844718365c47b099027b3a (diff)
Basic Media-RSS support (#599)
Signed-off-by: Éloi Rivard <azmeuk@gmail.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index e9c65a947..adc8f197a 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -351,6 +351,16 @@
<notnull>false</notnull>
</field>
<field>
+ <name>media_thumbnail</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
+ <name>media_description</name>
+ <type>clob</type>
+ <notnull>false</notnull>
+ </field>
+ <field>
<name>feed_id</name>
<type>integer</type>
<length>8</length>