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

Move sql file for remove_deleted_devices_from_device_inbox into v65 #11303

Merged
merged 4 commits into from Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/11303.feature
@@ -0,0 +1 @@
Fix a long-standing bug where messages in the `device_inbox` table for deleted devices would persist indefinitely. Contributed by @dklimpel and @JohannesKleine.
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved
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', '{}');