mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
clear cache patch
This commit is contained in:
@@ -16,6 +16,4 @@
|
||||
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""
|
||||
delete from __SessionCache
|
||||
""")
|
||||
webnotes.clear_cache()
|
||||
|
||||
Reference in New Issue
Block a user