summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 19:14:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-09 19:14:28 +0200
commitae11018b37ef9506aa27660315b55a0898491f59 (patch)
treebf622d4b10a99c332a989ad09d07e24c8ca74f65 /appinfo/database.xml
parentd4b965433085eb43911cd7d896ea3fec0ec45850 (diff)
drop last_modified column
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index eb4e122c9..5c17aba15 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -217,14 +217,6 @@
<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>