summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-20 17:55:03 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-20 17:55:03 +0100
commit97855d5d6aa19bb1b02934b8415fb56651e63304 (patch)
treeb65955fd82f4019b532948cc9c06d73a3583a811 /appinfo/database.xml
parentf2e5c7060f55dd9e6949630caf029a963c57bea0 (diff)
updated docs
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 9a24e0582..8fd44b76f 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -102,13 +102,6 @@
<unsigned>true</unsigned>
</field>
<field>
- <name>lastmodified</name>
- <type>integer</type>
- <default></default>
- <notnull>false</notnull>
- <unsigned>true</unsigned>
- </field>
- <field>
<name>folder_id</name>
<type>integer</type>
<notnull>true</notnull>
@@ -202,6 +195,13 @@
<name>status</name>
<type>integer</type>
</field>
+ <field>
+ <name>last_modified</name>
+ <type>integer</type>
+ <default></default>
+ <notnull>false</notnull>
+ <unsigned>true</unsigned>
+ </field>
<index>
<name>news_items_feed_id_index</name>