fix patch
This commit is contained in:
parent
76bba08e45
commit
bc9b5d699e
@ -3,4 +3,5 @@ import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
if not frappe.db.has_column("GL Entry", "due_date"):
|
||||
frappe.db.sql("ALTER TABLE `tabGL Entry` ADD COLUMN `due_date` DATE DEFAULT NULL")
|
||||
|
Loading…
Reference in New Issue
Block a user