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