fix: delete doctype after migrating (#22195)
This commit is contained in:
parent
a56fa96b10
commit
0cfa95389e
1 changed files with 2 additions and 0 deletions
|
|
@ -28,3 +28,5 @@ def execute():
|
|||
# clean up
|
||||
frappe.db.delete("Feedback")
|
||||
frappe.db.commit()
|
||||
|
||||
frappe.delete_doc("DocType", "Feedback")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue