mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
Drop unused device_max_stream_id
table (#8589)
Signed-off-by: Vasilis Gerakaris <vasilis.gerakaris@navarino.gr>
This commit is contained in:
parent
21bb50ca3f
commit
34c20493b9
2 changed files with 2 additions and 0 deletions
1
changelog.d/8589.removal
Normal file
1
changelog.d/8589.removal
Normal file
|
@ -0,0 +1 @@
|
|||
Drop unused `device_max_stream_id` table.
|
|
@ -0,0 +1 @@
|
|||
DROP TABLE device_max_stream_id;
|
Loading…
Reference in a new issue