-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
A-AppserviceT-TaskRefactoring, enabling or disabling functionality, other engineering tasksRefactoring, enabling or disabling functionality, other engineering tasksX-Release-BlockerThis issue must be resolved before the next release can be madeThis issue must be resolved before the next release can be made
Description
Currently we create tables adhoc
Line 9 in ec4cb2e
- 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
Labels
A-AppserviceT-TaskRefactoring, enabling or disabling functionality, other engineering tasksRefactoring, enabling or disabling functionality, other engineering tasksX-Release-BlockerThis issue must be resolved before the next release can be madeThis issue must be resolved before the next release can be made