summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
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>