summary refs log tree commit diff
path: root/changelog.d/15466.bugfix
diff options
context:
space:
mode:
authorShay <hillerys@element.io>2023-04-25 11:52:54 -0700
committerGitHub <noreply@github.com>2023-04-25 11:52:54 -0700
commit710502c6d868ed0d6844e081bd0654eb51723733 (patch)
treec6001a5d5e4034ea8513bdad7ae39722b3088af1 /changelog.d/15466.bugfix
parentAdd unstable /keys/claim endpoint which always returns fallback keys. (#15462) (diff)
downloadsynapse-710502c6d868ed0d6844e081bd0654eb51723733.tar.xz
Update the `check_schema_delta` script to account for when the schema version has been bumped locally (#15466)
Diffstat (limited to 'changelog.d/15466.bugfix')
-rw-r--r--changelog.d/15466.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15466.bugfix b/changelog.d/15466.bugfix
new file mode 100644
index 0000000000..299a7f0f0e
--- /dev/null
+++ b/changelog.d/15466.bugfix
@@ -0,0 +1 @@
+Update the check_schema_delta script to account for when the schema version has been bumped locally.