brotherton-erpnext/erpnext/patches/april_2012/change_cacheitem_schema.py

4 lines
102 B
Python
Raw Normal View History

2012-04-23 12:53:17 +00:00
def execute():
import webnotes
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")