summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-05-28 12:49:48 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-05-28 12:49:48 +0200
commit782896cb44c6d64af088c951768d6ec1fb0b0f9f (patch)
tree94a8c06287e05a84a789d515d3fb0aaf45fe759a /appinfo
parenta92d104327a34c0c64ac0443a2c39dc29749a15c (diff)
Add content hash to items
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 5c17aba15..d12df002e 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -266,6 +266,12 @@
<length>32</length>
</field>
<field>
+ <name>content_hash</name>
+ <type>text</type>
+ <notnull>false</notnull>
+ <length>32</length>
+ </field>
+ <field>
<name>rtl</name>
<type>boolean</type>
<notnull>true</notnull>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 55e5d1b20..4957844b2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,7 +7,7 @@
<author>Bernhard Posselt, Alessandro Cosentino, Jan-Christoph Borchardt</author>
<category>multimedia</category>
<licence>AGPL</licence>
- <version>8.8.0</version>
+ <version>8.8.2</version>
<namespace>News</namespace>
<!-- resources -->