mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
change cacheitem schema
This commit is contained in:
3
erpnext/patches/april_2012/change_cacheitem_schema.py
Normal file
3
erpnext/patches/april_2012/change_cacheitem_schema.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")
|
||||
Reference in New Issue
Block a user