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

Commit

Permalink
Remove incorrect migration file from state logical DB (#13788)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
David Robertson authored Sep 14, 2022
1 parent c737744 commit 51a77e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
1 change: 1 addition & 0 deletions changelog.d/13788.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove an old, incorrect migration file.
37 changes: 0 additions & 37 deletions synapse/storage/schema/state/delta/30/state_stream.sql

This file was deleted.

0 comments on commit 51a77e9

Please sign in to comment.