fix bugs in patches
This commit is contained in:
@@ -4,4 +4,4 @@ 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")
|
||||
frappe.db.sql("ALTER TABLE `tabGL Entry` ADD COLUMN `due_date` DATE NULL")
|
||||
|
||||
Reference in New Issue
Block a user