1

I have ejabberd working well but my logs are filling up with references to a missing table pubsub_state. I have a bunch of other tables with that prefix but not that one. Where can I find the definition so that I can add it?

I am using PostgreSQL as my back end.

D'Arcy
  • 19
  • 4

1 Answers1

1

The definition is in pg.sql but it's strange it wasn't created when you created the other tables... https://github.com/processone/ejabberd/blob/master/sql/pg.sql#L243

Badlop
  • 3,840
  • 1
  • 8
  • 9