From a400e7b568b29b18ed19b40d8cf97b78fd1cfb49 Mon Sep 17 00:00:00 2001 From: Shreya Date: Wed, 24 Jan 2018 13:30:20 +0530 Subject: [PATCH] Fixed as per the review --- erpnext/patches/v10_0/workflow_leave_application.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/patches/v10_0/workflow_leave_application.py b/erpnext/patches/v10_0/workflow_leave_application.py index ca31128c21..0b13a319ea 100644 --- a/erpnext/patches/v10_0/workflow_leave_application.py +++ b/erpnext/patches/v10_0/workflow_leave_application.py @@ -48,4 +48,3 @@ def execute(): }).insert(ignore_permissions=True) frappe.db.sql("""update `tabLeave Application` set workflow_state = status""") - frappe.db.sql("""alter table `tabLeave Application` drop column status""")