Ran the migration on announcement subchannels created on `master` (without `Voiced`), and then confirmed the roles were created by inspecting MariaDB. Also ran this query to check that the roles were created for the correct channels:
```
SELECT * FROM threads WHERE id IN (SELECT thread FROM roles WHERE name='Voiced')
```