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