brotherton-erpnext/erpnext/patches/jan_mar_2012/clear_session_cache.py

6 lines
90 B
Python
Raw Normal View History

2012-02-14 13:25:01 +00:00
def execute():
import webnotes
webnotes.conn.sql("""
delete from __SessionCache
""")