chore: print full stack on postgres DB errors

This commit is contained in:
Ankush Menat 2022-04-21 20:24:28 +05:30
parent 9137a597eb
commit 654ded1a05

View file

@ -195,6 +195,9 @@ class Database(object):
elif frappe.conf.db_type == "postgres":
# TODO: added temporarily
import traceback
traceback.print_stack()
print(e)
raise