commit | 0e141911639801c2bd3615f939f984119af86135 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Feb 14 18:55:34 2012 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Feb 14 18:55:34 2012 +0530 |
tree | 404cf0ab2b422da975da7c72bff9e923f5b64336 | |
parent | 13e62ccbc9e850f6c433c806a8df8179060ac6e3 [diff] | |
parent | c9b10fd8d4483e9ceef7fa247e273ad47288d243 [diff] |
Merge branch 'latest' of github.com:webnotes/erpnext into latest
diff --git a/erpnext/patches/jan_mar_2012/clear_session_cache.py b/erpnext/patches/jan_mar_2012/clear_session_cache.py new file mode 100644 index 0000000..cdcbb14 --- /dev/null +++ b/erpnext/patches/jan_mar_2012/clear_session_cache.py
@@ -0,0 +1,5 @@ +def execute(): + import webnotes + webnotes.conn.sql(""" + delete from __SessionCache + """)