From 9fec2fb499631e23d7278259619ea4a67bcf1a71 Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Wed, 24 May 2023 11:42:35 +0530 Subject: [PATCH] fix: change onboarding_status type to long text json type breaks unrelated tests and in mariadb json is alias for long text. --- frappe/core/doctype/user/user.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frappe/core/doctype/user/user.json b/frappe/core/doctype/user/user.json index 26940ac9d9..20e7f05fab 100644 --- a/frappe/core/doctype/user/user.json +++ b/frappe/core/doctype/user/user.json @@ -696,7 +696,7 @@ { "default": "{}", "fieldname": "onboarding_status", - "fieldtype": "JSON", + "fieldtype": "Long Text", "hidden": 1, "label": "Onboarding Status" } @@ -761,7 +761,7 @@ "link_fieldname": "user" } ], - "modified": "2023-05-22 09:29:35.277539", + "modified": "2023-05-24 11:25:27.040415", "modified_by": "Administrator", "module": "Core", "name": "User",