mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Move schema file for as_device_stream (#8590)
* Move schema file * Add a . * Add matching changelog entry * Fix sqlite
This commit is contained in:
parent
96e7d3c4a0
commit
626b8f0846
1
changelog.d/8590.misc
Normal file
1
changelog.d/8590.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
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 @@
|
|||||||
* 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;
|
|
Loading…
Reference in New Issue
Block a user