6
6
7
7
UPDATE notification_templates
8
8
SET
9
- body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}},\n ' )::text
9
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , E ' Hi {{.UserName}},\n ' )::text
10
10
WHERE
11
11
id = ' 9f5af851-8408-4e73-a7a1-c6502ba46689' ;
12
12
13
13
UPDATE notification_templates
14
14
SET
15
- body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}},\n ' )::text
15
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , E ' Hi {{.UserName}},\n ' )::text
16
16
WHERE
17
17
id = ' b02ddd82-4733-4d02-a2d7-c36f3598997d' ;
18
18
19
19
UPDATE notification_templates
20
20
SET
21
- body_template = REPLACE(body_template::text , ' Hi {{.UserName}}' , ' Hi {{.UserName}},\n ' )::text
21
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}}' , E ' Hi {{.UserName}},\n ' )::text
22
22
WHERE
23
23
id = ' c34a0c09-0704-4cac-bd1c-0c0146811c2b' ;
24
24
25
25
UPDATE notification_templates
26
26
SET
27
- body_template = REPLACE(body_template::text , ' ({{.Labels.template_version_name}}).\n ' , ' ({{.Labels.template_version_name}}).\n\n ' )::text
27
+ body_template = REPLACE(body_template::text , E ' ({{.Labels.template_version_name}}).\n ' , E ' ({{.Labels.template_version_name}}).\n\n ' )::text
28
28
WHERE
29
29
id = ' c34a0c09-0704-4cac-bd1c-0c0146811c2b' ;
30
30
31
31
UPDATE notification_templates
32
32
SET
33
- body_template = REPLACE(body_template::text , ' Hi {{.UserName}}' , ' Hi {{.UserName}},\n ' )::text
33
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}}' , E ' Hi {{.UserName}},\n ' )::text
34
34
WHERE
35
35
id = ' 381df2a9-c0c0-4749-420f-80a9280c66f9' ;
36
36
37
37
UPDATE notification_templates
38
38
SET
39
- body_template = REPLACE(body_template::text , ' The specified reason' , ' \n The specified reason' )::text
39
+ body_template = REPLACE(body_template::text , ' The specified reason' , E ' \n The specified reason' )::text
40
40
WHERE
41
41
id = ' 381df2a9-c0c0-4749-420f-80a9280c66f9' ;
42
42
48
48
49
49
UPDATE notification_templates
50
50
SET
51
- body_template = REPLACE(body_template::text , ' The specified reason' , ' \n The specified reason' )::text
51
+ body_template = REPLACE(body_template::text , ' The specified reason' , E ' \n The specified reason' )::text
52
52
WHERE
53
53
id = ' f517da0b-cdc9-410f-ab89-a86107c420ed' ;
54
54
@@ -66,18 +66,18 @@ WHERE
66
66
67
67
UPDATE notification_templates
68
68
SET
69
- body_template = REPLACE(body_template::text , ' The workspace build was initiated by' , ' \n The workspace build was initiated by' )::text
69
+ body_template = REPLACE(body_template::text , ' The workspace build was initiated by' , E ' \n The workspace build was initiated by' )::text
70
70
WHERE
71
71
id = ' 2faeee0f-26cb-4e96-821c-85ccb9f71513' ;
72
72
73
73
UPDATE notification_templates
74
74
SET
75
- body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}},\n ' )::text
75
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , E ' Hi {{.UserName}},\n ' )::text
76
76
WHERE
77
77
id = ' 1a6a6bea-ee0a-43e2-9e7c-eabdb53730e4' ;
78
78
79
79
UPDATE notification_templates
80
80
SET
81
- body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}},\n ' )::text
81
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , E ' Hi {{.UserName}},\n ' )::text
82
82
WHERE
83
83
id = ' 6a2f0609-9b69-4d36-a989-9f5925b6cbff' ;
0 commit comments