clear cache patch

This commit is contained in:
Nabin Hait 2012-02-14 18:55:01 +05:30
parent 75ef7c7a89
commit 13e62ccbc9

View File

@ -0,0 +1,5 @@
def execute():
import webnotes
webnotes.conn.sql("""
delete from __SessionCache
""")