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

Commit

Permalink
Move schema file for as_device_stream (#8590)
Browse files Browse the repository at this point in the history
* Move schema file

* Add a .

* Add matching changelog entry

* Fix sqlite
  • Loading branch information
Half-Shot committed Oct 20, 2020
1 parent 96e7d3c commit 626b8f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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;

0 comments on commit 626b8f0

Please sign in to comment.