diff options
author | Vasilis Gerakaris <vgerak@gmail.com> | 2020-10-19 21:06:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 19:06:54 +0100 |
commit | 34c20493b998313ae9379f83e49cda08029f8c5c (patch) | |
tree | c5d7071bfe6a71d8dac87d9086452843ca609638 /synapse | |
parent | Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569) (diff) | |
download | synapse-34c20493b998313ae9379f83e49cda08029f8c5c.tar.xz |
Drop unused `device_max_stream_id` table (#8589)
Signed-off-by: Vasilis Gerakaris <vasilis.gerakaris@navarino.gr>
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/databases/main/schema/delta/58/21drop_device_max_stream_id.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/databases/main/schema/delta/58/21drop_device_max_stream_id.sql b/synapse/storage/databases/main/schema/delta/58/21drop_device_max_stream_id.sql new file mode 100644 index 0000000000..01ea6eddcf --- /dev/null +++ b/synapse/storage/databases/main/schema/delta/58/21drop_device_max_stream_id.sql @@ -0,0 +1 @@ +DROP TABLE device_max_stream_id; |