summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:23:00 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 18:23:19 +0200
commit2d17054d766746456faf769c920c8674b5afc4e5 (patch)
tree47f729c3510d771a16d08c0fccaa4e75625e189a /appinfo
parent78fee82a8447855ba549f4a0e52ddf0a1f1ab2be (diff)
add last modified fields for feed and folder and move etag and lastmodified to http_etag and http_last_modified columns
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml20
-rw-r--r--appinfo/info.xml2
2 files changed, 19 insertions, 3 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 9b6b36a3d..eb4e122c9 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -48,6 +48,14 @@
<notnull>false</notnull>
<unsigned>true</unsigned>
</field>
+ <field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <length>8</length>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
<index>
<name>news_folders_parent_id_index</name>
@@ -116,12 +124,12 @@
<notnull>false</notnull>
</field>
<field>
- <name>last_modified</name>
+ <name>http_last_modified</name>
<type>clob</type>
<notnull>false</notnull>
</field>
<field>
- <name>etag</name>
+ <name>http_etag</name>
<type>clob</type>
<notnull>false</notnull>
</field>
@@ -209,6 +217,14 @@
<default>0</default>
<notnull>true</notnull>
</field>
+ <field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <length>8</length>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
<index>
<name>news_feeds_user_id_index</name>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ca28101c7..1c33d413a 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.2.1</version>
+ <version>8.2.2</version>
<namespace>News</namespace>
<!-- resources -->