summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorAlessandro Cosentino <cosenal@gmail.com>2012-08-16 01:13:16 -0400
committerAlessandro Cosentino <cosenal@gmail.com>2012-08-16 01:13:16 -0400
commit9132f6a27d8f26bfbf333a3d6d36361d1e0a2fa3 (patch)
treedafa0bd36324ebc801cf87780ea1efe8939f300e /appinfo
parent93ee15c1891aa52ebee8b46ca16f58d5dc7679ce (diff)
saves and shows datetime of items
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml9
-rw-r--r--appinfo/version2
2 files changed, 5 insertions, 6 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 1d5cef5b9..af5e25668 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -162,11 +162,10 @@
<notnull>false</notnull>
</field>
<field>
- <name>date</name>
- <type>integer</type>
- <default></default>
- <notnull>false</notnull>
- <unsigned>true</unsigned>
+ <name>pub_date</name>
+ <type>timestamp</type>
+ <default>0000-00-00 00:00:00</default>
+ <notnull>false</notnull>
</field>
<field>
<name>body</name>
diff --git a/appinfo/version b/appinfo/version
index c7930257d..986084f36 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-7 \ No newline at end of file
+7.1 \ No newline at end of file