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

4 lines
119 B
SQL

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