fix: change onboarding_status type to long text
json type breaks unrelated tests and in mariadb json is alias for long text.
This commit is contained in:
parent
69705ec086
commit
9fec2fb499
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue