summaryrefslogtreecommitdiffstats
path: root/appinfo
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
parent35e4283ae4ad8e2838a97040107eb9389f5ca71c (diff)
changed timestamp datatype to integer which fixes #10
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml4
-rw-r--r--appinfo/version2
2 files changed, 3 insertions, 3 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>
diff --git a/appinfo/version b/appinfo/version
index b293f64d6..8d1eec65a 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-8.0 \ No newline at end of file
+8.1 \ No newline at end of file