mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Move sql file for remove_deleted_devices_from_device_inbox
into v65 (#11303)
This commit is contained in:
parent
595f28529c
commit
b596a1eb80
1
changelog.d/11303.misc
Normal file
1
changelog.d/11303.misc
Normal file
@ -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.
|
@ -19,4 +19,4 @@
|
|||||||
-- This runs as background task, but may take a bit to finish.
|
-- This runs as background task, but may take a bit to finish.
|
||||||
|
|
||||||
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
|
INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
|
||||||
(6402, 'remove_deleted_devices_from_device_inbox', '{}');
|
(6505, 'remove_deleted_devices_from_device_inbox', '{}');
|
Loading…
Reference in New Issue
Block a user