summaryrefslogtreecommitdiffstats
path: root/appinfo/database.xml
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/database.xml
parent93ee15c1891aa52ebee8b46ca16f58d5dc7679ce (diff)
saves and shows datetime of items
Diffstat (limited to 'appinfo/database.xml')
-rw-r--r--appinfo/database.xml9
1 files changed, 4 insertions, 5 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>