2019-05-04 17:13:37 +00:00
|
|
|
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
|
|
|
# License: GNU General Public License v3. See license.txt
|
|
|
|
|
2021-09-02 11:14:59 +00:00
|
|
|
|
2019-05-04 17:13:37 +00:00
|
|
|
import frappe
|
|
|
|
|
2021-09-02 11:14:59 +00:00
|
|
|
|
2019-05-04 17:13:37 +00:00
|
|
|
def execute():
|
|
|
|
if frappe.db.exists("DocType", "Scheduling Tool"):
|
|
|
|
frappe.delete_doc("DocType", "Scheduling Tool", ignore_permissions=True)
|