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

Remove incorrect migration file from state logical DB #13788

Merged
merged 2 commits into from
Sep 14, 2022

Commits on Sep 13, 2022

  1. 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.
    David Robertson committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    6af7722 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9f0ef17 View commit details
    Browse the repository at this point in the history