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

Commit

Permalink
Move sql file for remove_deleted_devices_from_device_inbox into v65 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dklimpel committed Nov 11, 2021
1 parent 64ef253 commit 48278a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/11303.misc
Original file line number Diff line number Diff line change
@@ -0,0 +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.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
-- This runs as background task, but may take a bit to finish.

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

0 comments on commit 48278a0

Please sign in to comment.