mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 23:44:12 -04:00
Fixup comments and logging
This commit is contained in:
parent
9f5268388a
commit
9b8cd66524
2 changed files with 15 additions and 9 deletions
|
@ -13,7 +13,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
-- Start a background job to cleanup extremities that were incorrectly added
|
||||
-- by bug #5269.
|
||||
INSERT INTO background_updates (update_name, progress_json) VALUES
|
||||
('delete_soft_failed_extremities', '{}');
|
||||
|
||||
DROP TABLE IF EXISTS _extremities_to_check; -- To make this delta schema file idempotent.
|
||||
CREATE TABLE _extremities_to_check AS SELECT event_id FROM event_forward_extremities;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue