2012-02-14 18:55:01 +05:30

6 lines
90 B
Python

def execute():
import webnotes
webnotes.conn.sql("""
delete from __SessionCache
""")