summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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