mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
6 lines
220 B
SQL
6 lines
220 B
SQL
UPDATE notification_templates
|
|
SET
|
|
body_template = REPLACE(body_template::text, '{{if gt $version.failed_count 1.0}}', '{{if gt $version.failed_count 1}}')::text
|
|
WHERE
|
|
id = '34a20db2-e9cc-4a93-b0e4-8569699d7a00';
|