chore: add debug status temporarily
This commit is contained in:
parent
d3f768fef9
commit
1439e667b2
1 changed files with 2 additions and 0 deletions
|
|
@ -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)):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue