Skip to content
Snippets Groups Projects
Unverified Commit 48278a0d authored by Dirk Klimpel's avatar Dirk Klimpel Committed by GitHub
Browse files

Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)

parent 64ef2539
No related branches found
No related tags found
No related merge requests found
Fix an issue which prevented the 'remove deleted devices from device_inbox column' background process from running when updating from a recent Synapse version.
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment