Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 48278a0

Browse files
authored
Move sql file for remove_deleted_devices_from_device_inbox into v65 (#11303)
1 parent 64ef253 commit 48278a0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/11303.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix an issue which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version.

synapse/storage/schema/main/delta/64/02remove_deleted_devices_from_device_inbox.sql renamed to synapse/storage/schema/main/delta/65/05remove_deleted_devices_from_device_inbox.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
-- This runs as background task, but may take a bit to finish.
2020

2121
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
22-
(6402, 'remove_deleted_devices_from_device_inbox', '{}');
22+
(6505, 'remove_deleted_devices_from_device_inbox', '{}');

0 commit comments

Comments
 (0)