diff --git a/changelog.d/8589.removal b/changelog.d/8589.removal new file mode 100644 index 0000000000000000000000000000000000000000..b80f29d6bbd9d8b05f8564aeffc7bfbb67c3dc91 --- /dev/null +++ b/changelog.d/8589.removal @@ -0,0 +1 @@ +Drop unused `device_max_stream_id` table. 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 0000000000000000000000000000000000000000..01ea6eddcf49998eba099cf2b0041e1910be9b34 --- /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;