Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 51a77e9

Browse files
author
David Robertson
authored
Remove incorrect migration file from state logical DB (#13788)
* Remove incorrect migration file from `state` logical DB The table `ex_outlier_stream` is part of the `main` logical DB; it should not have been created in the `state` logical DB. We remove this migration now as a tidy-up. Note: we cannot `DROP TABLE IF EXISTS ex_outlier_stream` in a new migration, because some (most) instances of Synapse host both of these logical DBs on the same DB cluster. * Changelog
1 parent c737744 commit 51a77e9

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

changelog.d/13788.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove an old, incorrect migration file.

synapse/storage/schema/state/delta/30/state_stream.sql

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)