summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml13
-rw-r--r--appinfo/info.xml2
2 files changed, 14 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 0aa8305e5..b815cee05 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -227,6 +227,12 @@
<length>32</length>
</field>
<field>
+ <name>fingerprint</name>
+ <type>text</type>
+ <notnull>false</notnull>
+ <length>32</length>
+ </field>
+ <field>
<name>rtl</name>
<type>boolean</type>
<notnull>true</notnull>
@@ -306,6 +312,13 @@
</index>
<index>
+ <name>news_items_fingerprint_index</name>
+ <field>
+ <name>fingerprint</name>
+ </field>
+ </index>
+
+ <index>
<name>news_items_item_guid</name>
<field>
<name>guid_hash</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c7d8700a2..917229787 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>6.1.1</version>
+ <version>6.1.2</version>
<namespace>News</namespace>
<!-- resources -->