matrix-org / mjolnir

A moderation tool for Matrix
Apache License 2.0
330 stars 56 forks source link

Postgres backend schema management in the appservice #415

Open Gnuxie opened 2 years ago

Gnuxie commented 2 years ago

Currently we create tables adhoc https://github.com/matrix-org/mjolnir/blob/ec4cb2e93c02799b86f0f577a0adbacd9cbacab4/mx-tester.yml#L9

We could potentially rely on https://github.com/matrix-org/matrix-appservice-bridge/pull/442 for this, but we could handle it ourselves if review is taking too long. This is the same pattern used by the other bridges and can be copied pretty closely.

Gnuxie commented 2 years ago

https://github.com/matrix-org/mjolnir/pull/364#discussion_r1015310905

Yoric commented 2 years ago

https://github.com/matrix-org/matrix-appservice-bridge/pull/442 seems to have been merged \o/