4 lines
102 B
Python
4 lines
102 B
Python
|
def execute():
|
||
|
import webnotes
|
||
|
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")
|