6
6
7
7
UPDATE notification_templates
8
8
SET
9
- body_template = REPLACE(body_template::text , E' Hi {{.UserName}},\n ' , E ' Hi {{.UserName}},' )::text
9
+ body_template = REPLACE(body_template::text , E' Hi {{.UserName}},\n ' , ' Hi {{.UserName}},' )::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 , E' Hi {{.UserName}},\n ' , E ' Hi {{.UserName}},' )::text
15
+ body_template = REPLACE(body_template::text , E' Hi {{.UserName}},\n ' , ' Hi {{.UserName}},' )::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 , E' Hi {{.UserName}},\n ' , E ' Hi {{.UserName}}' )::text
21
+ body_template = REPLACE(body_template::text , E' Hi {{.UserName}},\n ' , ' Hi {{.UserName}}' )::text
22
22
WHERE
23
23
id = ' c34a0c09-0704-4cac-bd1c-0c0146811c2b' ;
24
24
@@ -30,43 +30,43 @@ WHERE
30
30
31
31
UPDATE notification_templates
32
32
SET
33
- body_template = REPLACE(body_template::text , E' Hi {{.UserName}},\n ' , E ' Hi {{.UserName}}' )::text
33
+ body_template = REPLACE(body_template::text , E' Hi {{.UserName}},\n ' , ' Hi {{.UserName}}' )::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 , E' \n The specified reason' , E ' The specified reason' )::text
39
+ body_template = REPLACE(body_template::text , E' \n The specified reason' , ' The specified reason' )::text
40
40
WHERE
41
41
id = ' 381df2a9-c0c0-4749-420f-80a9280c66f9' ;
42
42
43
43
UPDATE notification_templates
44
44
SET
45
- body_template = REPLACE(body_template::text , E ' Hi {{.UserName}},' , E ' Hi {{.UserName}}' )::text
45
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}}' )::text
46
46
WHERE
47
47
id = ' f517da0b-cdc9-410f-ab89-a86107c420ed' ;
48
48
49
49
UPDATE notification_templates
50
50
SET
51
- body_template = REPLACE(body_template::text , E' \n The specified reason' , E ' The specified reason' )::text
51
+ body_template = REPLACE(body_template::text , E' \n The specified reason' , ' The specified reason' )::text
52
52
WHERE
53
53
id = ' f517da0b-cdc9-410f-ab89-a86107c420ed' ;
54
54
55
55
UPDATE notification_templates
56
56
SET
57
- body_template = REPLACE(body_template::text , E ' Hi {{.UserName}},' , E ' Hi {{.UserName}}' )::text
57
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}}' )::text
58
58
WHERE
59
59
id = ' 0ea69165-ec14-4314-91f1-69566ac3c5a0' ;
60
60
61
61
UPDATE notification_templates
62
62
SET
63
- body_template = REPLACE(body_template::text , E ' Hi {{.UserName}},' , E ' Hi {{.UserName}}' )::text
63
+ body_template = REPLACE(body_template::text , ' Hi {{.UserName}},' , ' Hi {{.UserName}}' )::text
64
64
WHERE
65
65
id = ' 51ce2fdf-c9ca-4be1-8d70-628674f9bc42' ;
66
66
67
67
UPDATE notification_templates
68
68
SET
69
- body_template = REPLACE(body_template::text , E' \n The workspace build was initiated by' , E ' The workspace build was initiated by' )::text
69
+ body_template = REPLACE(body_template::text , E' \n The workspace build was initiated by' , ' The workspace build was initiated by' )::text
70
70
WHERE
71
71
id = ' 2faeee0f-26cb-4e96-821c-85ccb9f71513' ;
72
72
0 commit comments