Update database.py
This commit is contained in:
parent
f4db502ab8
commit
6bf1fad37e
1 changed files with 0 additions and 1 deletions
|
|
@ -818,7 +818,6 @@ class Database:
|
|||
|
||||
def rollback(self):
|
||||
"""`ROLLBACK` current transaction."""
|
||||
|
||||
self.sql("rollback")
|
||||
self.begin()
|
||||
for obj in frappe.local.rollback_observers:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue