chore: remove conflict-marker look-alike

This is annoying when trying to find git conflicts

[skip ci]
This commit is contained in:
Ankush Menat 2023-07-28 11:45:56 +05:30
parent 6e94cd2eb9
commit 22a3a56d44

View file

@ -314,7 +314,7 @@ class Database:
if frappe.conf.logging == 2:
_query = _query or str(mogrified_query)
frappe.log(f"<<<< query\n{_query}\n>>>>")
frappe.log(f"#### query\n{_query}\n####")
if unmogrified_query and is_query_type(
unmogrified_query, ("alter", "drop", "create", "truncate", "rename")