fix in patches

This commit is contained in:
Anand Doshi 2013-02-15 18:27:12 +05:30
parent 0bf801af62
commit 33839d9b8f

View File

@ -19,6 +19,6 @@ def execute():
webnotes.conn.set_value("Blog", page[0], "content", m)
# delete website cache
webnotes.conn.commit()
webnotes.delete_doc("DocType", "Web Cache")
webnotes.conn.commit()
webnotes.conn.sql("""drop table if exists `tabWeb Cache`""")