This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Drop incorrectly-added table local_rejections_stream.#7816
Merged
richvdh merged 1 commit intorelease-v1.16.1from Jul 10, 2020
Merged
Drop incorrectly-added table local_rejections_stream.#7816richvdh merged 1 commit intorelease-v1.16.1from
local_rejections_stream.#7816richvdh merged 1 commit intorelease-v1.16.1from
Conversation
erikjohnston
approved these changes
Jul 10, 2020
anoadragon453
added a commit
that referenced
this pull request
Jul 20, 2020
…anoa/amorgan.xyz * 'release-v1.17.0' of github.com:matrix-org/synapse: (117 commits) 1.17.0 update changelog fix migration, again fix changelog 1.16.1 Drop incorrectly-added table `local_rejections_stream`. (#7816) 1.17.0rc1 Fix some spelling mistakes / typos. (#7811) `update_membership` declaration: now always returns an event id. (#7809) Improve stacktraces from exceptions in background processes (#7808) Fix `can only concatenate list (not "tuple") to list` exception (#7810) Pass original request headers from workers to the main process. (#7797) Generate real events when we reject invites (#7804) Add `HomeServer.signing_key` property (#7805) Revert "Update the installation docs on apt-transport-https (#7801)" Do not use simplejson in Synapse. (#7800) Stop passing bytes when dumping JSON (#7799) Update the installation docs on apt-transport-https (#7801) shuffle changelog slightly 1.16.0 ...
babolivier
pushed a commit
that referenced
this pull request
Sep 1, 2021
* commit 'c9f7c683a': 1.16.1 Drop incorrectly-added table `local_rejections_stream`. (#7816)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Synapse 1.16.0, as released on pypi, incorrectly included a database schema migration which added a table
local_rejections_stream.This PR is intended to be part of 1.16.1, and drops the incorrectly-added table.
For reference, I've uploaded the incorrect migration at https://gist.github.com/richvdh/ca812c5eab96427b983ad7fd09f74357.
Other releases of Synapse 1.16.0, including the debian packages and docker images, were not affected, but we will release the updated version there too for consistency.