Move schema file for as_device_stream (#8590)

* Move schema file

* Add a .

* Add matching changelog entry

* Fix sqlite
This commit is contained in:
Will Hunt 2020-10-20 10:18:55 +01:00 committed by GitHub
parent 96e7d3c4a0
commit 626b8f0846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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;