Skip to content

Commit

Permalink
Fix migrations of radio buttons (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Apr 30, 2024
1 parent 103f299 commit b87895c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ SET
IF(
dyn.radioButtons is not NULL,
CONCAT(
'\"radioButtons\":',
'\"radioButtons\":\"',
replace(replace(replace(replace(replace(replace(replace(replace(dyn.radioButtons, '\\', '\\\\'), '/', '\\/'), '"', '\\\"'), CHAR(10), '\\n'), CHAR(9), '\\t'), CHAR(8), '\\b'), CHAR(13), '\\r'), CHAR(12), '\\f'),
'[]'
'\"'
),
NULL
)
Expand Down

0 comments on commit b87895c

Please sign in to comment.