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

Undo the deletion of some tables #6047

Merged
merged 4 commits into from
Sep 19, 2019
Merged

Commits on Sep 18, 2019

  1. Undo the deletion of some tables

    This is a partial revert of #5893. The problem is that if we drop these tables
    in the same release as removing the code that writes to them, it prevents users
    users from being able to roll back to a previous release.
    
    So let's leave the tables in place for now, and remember to drop them in a
    subsequent release.
    
    (Note that these tables haven't been *read* for *years*, so any missing rows
    resulting from a temporary upgrade to vNext won't cause a problem.)
    richvdh committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f7bd2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e2d681 View commit details
    Browse the repository at this point in the history
  3. fix changelogs

    richvdh committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    7478fa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Update synapse/config/registration.py

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    richvdh and anoadragon453 committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    d04013a View commit details
    Browse the repository at this point in the history