mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +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)
|
webnotes.conn.set_value("Blog", page[0], "content", m)
|
||||||
|
|
||||||
# delete website cache
|
# delete website cache
|
||||||
webnotes.conn.commit()
|
|
||||||
webnotes.delete_doc("DocType", "Web Cache")
|
webnotes.delete_doc("DocType", "Web Cache")
|
||||||
|
webnotes.conn.commit()
|
||||||
webnotes.conn.sql("""drop table if exists `tabWeb Cache`""")
|
webnotes.conn.sql("""drop table if exists `tabWeb Cache`""")
|
||||||
Reference in New Issue
Block a user