summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2021-11-11 10:21:17 +0000
committerGitHub <noreply@github.com>2021-11-11 10:21:17 +0000
commit7c9e1940ed48db60f9b1ecad177476514b3aa3d0 (patch)
tree3adf2e48fb95bf62ce1828bb985738f1c4d5a6f9
parentChangelog tweak from feedback (diff)
downloadsynapse-7c9e1940ed48db60f9b1ecad177476514b3aa3d0.tar.xz
Move 'remove deleted devices' migration to latest schema version
This migration file was included as part of an old PR, and at the time of the PR's creation,
the latest schema version was 64. When the PR was merged, the latest version was 65, however
the migration was not moved. This meant that Synapse's on schema version 65 would not run
the migration after updating.

Move the migration file to the latest schema, 65. It is OK if this SQL runs twice, as it
simply kicks off a background table cleanup process.
-rw-r--r--synapse/storage/schema/main/delta/65/02remove_deleted_devices_from_device_inbox.sql (renamed from synapse/storage/schema/main/delta/64/02remove_deleted_devices_from_device_inbox.sql)0
1 files changed, 0 insertions, 0 deletions
diff --git a/synapse/storage/schema/main/delta/64/02remove_deleted_devices_from_device_inbox.sql b/synapse/storage/schema/main/delta/65/02remove_deleted_devices_from_device_inbox.sql
index fca7290741..fca7290741 100644
--- a/synapse/storage/schema/main/delta/64/02remove_deleted_devices_from_device_inbox.sql
+++ b/synapse/storage/schema/main/delta/65/02remove_deleted_devices_from_device_inbox.sql