2012-07-19 13:40:31 +05:30
|
|
|
from __future__ import unicode_literals
|
2012-04-23 18:23:17 +05:30
|
|
|
def execute():
|
|
|
|
import webnotes
|
2012-04-26 13:13:10 +05:30
|
|
|
webnotes.conn.commit()
|
2012-04-23 18:23:17 +05:30
|
|
|
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")
|
2012-04-26 13:13:10 +05:30
|
|
|
webnotes.conn.begin()
|