summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-03-27 10:53:42 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-03-27 10:53:42 +0100
commit89a1713f062cc78b727c6240a91408d91611dbab (patch)
tree38f12f074fd6a34796dc0faa40b5660128e473c6 /appinfo/database.xml
parent35e4283ae4ad8e2838a97040107eb9389f5ca71c (diff)
changed timestamp datatype to integer which fixes #10
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index b8e8947c0..e4798b492 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -167,8 +167,8 @@
</field>
<field>
<name>pub_date</name>
- <type>timestamp</type>
- <default>0000-00-00 00:00:00</default>
+ <type>integer</type>
+ <unsigned>true</unsigned>
<notnull>false</notnull>
</field>
<field>