chore: add debug status temporarily

This commit is contained in:
Ankush Menat 2022-02-08 11:04:50 +05:30
parent d3f768fef9
commit 1439e667b2

View file

@ -177,6 +177,8 @@ class Database(object):
raise frappe.QueryTimeoutError(e)
elif frappe.conf.db_type == 'postgres':
# TODO: added temporarily
print(e)
raise
if ignore_ddl and (self.is_missing_column(e) or self.is_missing_table(e) or self.cant_drop_field_or_key(e)):