clear cache patch
This commit is contained in:
parent
75ef7c7a89
commit
13e62ccbc9
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
|
||||
""")
|
Loading…
x
Reference in New Issue
Block a user