mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-08 19:32:14 -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
2 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue