mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 16:21:19 +00:00
6 lines
90 B
Python
6 lines
90 B
Python
def execute():
|
|
import webnotes
|
|
webnotes.conn.sql("""
|
|
delete from __SessionCache
|
|
""")
|