diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-11 14:45:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 14:45:53 +0100 |
commit | c1b9922498dea4b2882d26a4eaef3e0a37e727fd (patch) | |
tree | 926ab9057e6276f7f11fb0b00d4107836b9484dd /changelog.d | |
parent | Use the matching complement branch when running tests in CI. (#10160) (diff) | |
download | synapse-c1b9922498dea4b2882d26a4eaef3e0a37e727fd.tar.xz |
Support for database schema version ranges (#9933)
This is essentially an implementation of the proposal made at https://hackmd.io/@richvdh/BJYXQMQHO, though the details have ended up looking slightly different.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9933.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9933.misc b/changelog.d/9933.misc new file mode 100644 index 0000000000..0860026670 --- /dev/null +++ b/changelog.d/9933.misc @@ -0,0 +1 @@ +Update the database schema versioning to support gradual migration away from legacy tables. |