summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 18:34:17 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-07-23 18:34:17 +0200
commit9b1fe46fe995bc103d3c5cfa9a552d050ff0ead8 (patch)
tree7b86abb65272df89f61e849a08edef5326207b8a /appinfo/database.xml
parentb88d42074dcd0842d0db3ca8ed24b0b9ccb78a7a (diff)
Add timestamps for all entities in milisecond unix time format
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index d12df002e..8756a8ff5 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -93,6 +93,14 @@
<length>64</length>
</field>
<field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <length>8</length>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
+ <field>
<name>url_hash</name>
<type>text</type>
<length>32</length>