Move sql file for remove_deleted_devices_from_device_inbox into v65

This commit is contained in:
dklimpel 2021-11-11 09:56:14 +01:00
parent 6ce19b94e8
commit 983ff33223

View file

@ -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', '{}');