mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 20:18:27 +00:00
fix in patches
This commit is contained in:
@@ -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`""")
|
||||
Reference in New Issue
Block a user