forked-synapse/synapse/storage/databases/main/schema/delta/58/22users_have_local_media.sql
Richard van der Hoff 9edff901d1
Add missing ordering to background updates (#8850)
It's important that we make sure our background updates happen in a defined
order, to avoid disasters like #6923.

Add an ordering to all of the background updates that have landed since #7190.
2020-12-01 15:52:49 +00:00

3 lines
119 B
SQL

INSERT INTO background_updates (ordering, update_name, progress_json) VALUES
(5822, 'users_have_local_media', '{}');