2012-07-19 08:10:31 +00:00
|
|
|
from __future__ import unicode_literals
|
2012-04-23 12:53:17 +00:00
|
|
|
def execute():
|
|
|
|
import webnotes
|
2012-04-26 07:43:10 +00:00
|
|
|
webnotes.conn.commit()
|
2012-04-23 12:53:17 +00:00
|
|
|
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")
|
2012-04-26 07:43:10 +00:00
|
|
|
webnotes.conn.begin()
|