# Missing migration / sharing a fix

**URL:** https://meta.discourse.org/t/missing-migration-sharing-a-fix/76811
**Category:** Bug
**Created:** [December 27, 2017, 12:00pm UTC](https://meta.discourse.org/t/missing-migration-sharing-a-fix/76811 "2017-12-27T12:00:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [December 27, 2017, 12:00pm UTC](https://meta.discourse.org/t/missing-migration-sharing-a-fix/76811/1 "2017-12-27T12:00:43Z")

</div>

After updating a customer to latest, the customer reported losing the customized email templates for the blocked (now silenced) user.

In order to fix this, we had to run

```
update translation_overrides set translation_key = 'system_messages.silenced_by_staff.subject_template' where translation_key = 'system_messages.blocked_by_staff.subject_template';
update translation_overrides set translation_key = 'system_messages.silenced_by_staff.text_body_template' where translation_key = 'system_messages.blocked_by_staff.text_body_template';

```

Maybe it’s handy to add this as a migration? (first check if there is no existing silenced\_by key already)

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [December 28, 2017, 12:53pm UTC](https://meta.discourse.org/t/missing-migration-sharing-a-fix/76811/3 "2017-12-28T12:53:10Z")

</div>

Added the migration via:

[https://github.com/discourse/discourse/commit/5ca558c7c5cd8c38d647b90f944a0caaad1836a1](https://github.com/discourse/discourse/commit/5ca558c7c5cd8c38d647b90f944a0caaad1836a1)

Thanks for bringing this in our notice @RGJ 👍

---

<div class="post-metadata">

### Author: ![techAPJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/techapj/32/342990_2.png) [@techAPJ](https://meta.discourse.org/u/techAPJ)
#### Post date: [December 29, 2017, 12:30pm UTC](https://meta.discourse.org/t/missing-migration-sharing-a-fix/76811/4 "2017-12-29T12:30:01Z")

</div>

This topic was automatically closed after 23 hours. New replies are no longer allowed.
