mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
clear cache patch
This commit is contained in:
5
erpnext/patches/jan_mar_2012/clear_session_cache.py
Normal file
5
erpnext/patches/jan_mar_2012/clear_session_cache.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
webnotes.conn.sql("""
|
||||||
|
delete from __SessionCache
|
||||||
|
""")
|
||||||
Reference in New Issue
Block a user