Skip to content

Postgres backend schema management in the appservice #415

Description

@Gnuxie

Currently we create tables adhoc

- psql postgres://mjolnir-tester:mjolnir-test@localhost:8083/mjolnir-test-db -c "CREATE TABLE mjolnir (local_part VARCHAR(255), owner VARCHAR(255), management_room TEXT)"

We could potentially rely on matrix-org/matrix-appservice-bridge#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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-AppserviceT-TaskRefactoring, enabling or disabling functionality, other engineering tasksX-Release-BlockerThis issue must be resolved before the next release can be made

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions