# PG::UndefinedTable: ERROR: relation "voice\_rooms" does not exist

**URL:** <https://meta.discourse.org/t/pg-error-relation-voice-rooms-does-not-exist/411555>\
**Category:** Self-hosting\
**Created:** [September 3, 2026, 9:03am UTC](https://meta.discourse.org/t/pg-error-relation-voice-rooms-does-not-exist/411555 "2026-09-03T09:03:31Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![nat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nat/32/235063_2.png) [@nat](https://meta.discourse.org/u/nat)\
**Post date:** [September 3, 2026, 10:33am UTC](https://meta.discourse.org/t/pg-error-relation-voice-rooms-does-not-exist/411555/5 "2026-09-03T10:33:34Z")

</div>

I suspect this might be related to the previous resenha plugin’s migration versions coinciding with the new voice plugin’s - probably because you installed it before? If you’re not sure can you try running this in your psql:

```sql
  SELECT version, name, direction, created_at, git_version
  FROM schema_migration_details
  WHERE version = '20241107000000'
  ORDER BY created_at;

```

See [resenha/db/migrate/20241107000000\_create\_resenha\_rooms.rb at b87ca4e20d649ba6b7bdc4615b289c414854889e · xfalcox/resenha · GitHub](https://github.com/xfalcox/resenha/blob/b87ca4e20d649ba6b7bdc4615b289c414854889e/db/migrate/20241107000000_create_resenha_rooms.rb) and [discourse/plugins/voice/db/migrate/20241107000000\_create\_voice\_rooms.rb at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/main/plugins/voice/db/migrate/20241107000000_create_voice_rooms.rb)

There should be a core fix for this conflicting migration versions.. I would imagine should affect others too. Stay tuned.

---

_[View the full topic](https://meta.discourse.org/t/pg-error-relation-voice-rooms-does-not-exist/411555)._
