fixes in cacheitem table
This commit is contained in:
parent
1370ce6f1e
commit
ea0a8ce616
1 changed files with 2 additions and 2 deletions
|
|
@ -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""")
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue