Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@owncloud.com>2016-06-17 14:59:15 +0300
committerChristoph Wurst <christoph@owncloud.com>2016-06-17 16:42:28 +0300
commit0c0a216f42bb004380efca1fd665711f938579d9 (patch)
tree341a9fbf2d7cc9b155bf99498150400073574093 /db_structure.xml
parentc4149c59c2cfe83b5e4cd2b20b8ad4caf2341ca9 (diff)
store last check timestamp in token instead of session
Diffstat (limited to 'db_structure.xml')
-rw-r--r--db_structure.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/db_structure.xml b/db_structure.xml
index b7dacc05d92..6b91c3c4c5d 100644
--- a/db_structure.xml
+++ b/db_structure.xml
@@ -1120,6 +1120,15 @@
<length>4</length>
</field>
+ <field>
+ <name>last_check</name>
+ <type>integer</type>
+ <default>0</default>
+ <notnull>true</notnull>
+ <unsigned>true</unsigned>
+ <length>4</length>
+ </field>
+
<index>
<name>authtoken_token_index</name>
<unique>true</unique>