fix: delete doctype after migrating (#22195)

This commit is contained in:
Ankush Menat 2023-08-25 10:16:32 +05:30 committed by GitHub
parent a56fa96b10
commit 0cfa95389e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,3 +28,5 @@ def execute():
# clean up
frappe.db.delete("Feedback")
frappe.db.commit()
frappe.delete_doc("DocType", "Feedback")