fixes in cacheitem table

This commit is contained in:
Anand Doshi 2012-06-28 20:47:02 +05:30
parent 1370ce6f1e
commit ea0a8ce616

View file

@ -142,8 +142,8 @@ class Installer:
webnotes.conn.sql("""create table __CacheItem(
`key` VARCHAR(180) NOT NULL PRIMARY KEY,
`value` LONGTEXT,
`expires_on` TIMESTAMP
)""")
`expires_on` DATETIME
) ENGINE=MyISAM DEFAULT CHARSET=utf8""")