summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 18:48:41 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 18:49:25 +0100
commitfae882f834409e18174e05d19deea39a3bf01e7b (patch)
tree8bbac95e549db0d165aff7229de9b465ca8dd1ef /appinfo
parentbac9ffbc3a93a452270462cce69684e166856ce4 (diff)
add a fingerprint for all articles
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 -->