diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-05-30 16:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-30 16:51:37 +0200 |
commit | 7f92ac4c1cbd7fae815c02b4920eb02ddf9458cb (patch) | |
tree | 49d520fa7dacb4bcc0666a901bbc71eeb0fae720 /synapse/storage/schema | |
parent | Fix invite notifications for users without pushers (#12840) (diff) | |
download | synapse-7f92ac4c1cbd7fae815c02b4920eb02ddf9458cb.tar.xz |
Add a migration step to cleanup potential leftovers of bug 11833 (#12784)
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r-- | synapse/storage/schema/main/delta/70/01clean_table_purged_rooms.sql | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/synapse/storage/schema/main/delta/70/01clean_table_purged_rooms.sql b/synapse/storage/schema/main/delta/70/01clean_table_purged_rooms.sql new file mode 100644 |