Skip to content
Snippets Groups Projects
Unverified Commit 626b8f08 authored by Will Hunt's avatar Will Hunt Committed by GitHub
Browse files

Move schema file for as_device_stream (#8590)

* Move schema file

* Add a .

* Add matching changelog entry

* Fix sqlite
parent 96e7d3c4
No related branches found
No related tags found
No related merge requests found
Implement [MSC2409](https://github.com/matrix-org/matrix-doc/pull/2409) to send typing, read receipts, and presence events to appservices.
...@@ -13,6 +13,5 @@ ...@@ -13,6 +13,5 @@
* limitations under the License. * limitations under the License.
*/ */
ALTER TABLE application_services_state ALTER TABLE application_services_state ADD COLUMN read_receipt_stream_id INT;
ADD COLUMN read_receipt_stream_id INT, ALTER TABLE application_services_state ADD COLUMN presence_stream_id INT;
ADD COLUMN presence_stream_id INT; \ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment