diff --git a/frappe/database/database.py b/frappe/database/database.py index 42135f3cd5..ea199ebf47 100644 --- a/frappe/database/database.py +++ b/frappe/database/database.py @@ -195,6 +195,9 @@ class Database(object): elif frappe.conf.db_type == "postgres": # TODO: added temporarily + import traceback + + traceback.print_stack() print(e) raise