Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Move schema file for as_device_stream #8590

Merged
merged 4 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/8590.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Implement [MSC2409](https://github.com/matrix-org/matrix-doc/pull/2409) to send typing, read receipts, and presence events to appservices.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
* limitations under the License.
*/

ALTER TABLE application_services_state
ADD COLUMN read_receipt_stream_id INT,
ADD COLUMN presence_stream_id INT;
ALTER TABLE application_services_state ADD COLUMN read_receipt_stream_id INT;
ALTER TABLE application_services_state ADD COLUMN presence_stream_id INT;