mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
moved directory structure
This commit is contained in:
6
patches/april_2012/change_cacheitem_schema.py
Normal file
6
patches/april_2012/change_cacheitem_schema.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.commit()
|
||||
webnotes.conn.sql("alter table __CacheItem modify `value` longtext")
|
||||
webnotes.conn.begin()
|
||||
Reference in New Issue
Block a user