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
|
@ -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.
|
||||
*/
|
||||
|
||||
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;
|
Loading…
Reference in New Issue