change cacheitem schema

This commit is contained in:
Nabin Hait 2012-04-23 18:23:17 +05:30
parent 9ceaccce86
commit ca102d567e

View File

@ -0,0 +1,3 @@
def execute():
import webnotes
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")