6 lines
149 B
Python
6 lines
149 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.commit()
|
|
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")
|
|
webnotes.conn.begin()
|