Fixed as per the review

This commit is contained in:
Shreya 2018-01-24 13:30:20 +05:30
parent 5164997db7
commit a400e7b568

View File

@ -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""")