5 lines
90 B
Python
5 lines
90 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.delete("DocType", {"name": "Feedback Request"})
|