Files
coder/coderd/database/migrations/000230_notifications_fix_username.up.sql

4 lines
119 B
SQL

UPDATE notification_templates
SET
actions = REPLACE(actions::text, '@{{.UserName}}', '@{{.UserUsername}}')::jsonb;