summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-01-22 16:51:57 +0000
committerGitHub <noreply@github.com>2019-01-22 16:51:57 +0000
commit12699a701f47cb6243b636588fb49c0b7fda9ca3 (patch)
tree702f2b98c87ce9d5ff69a510321beb002da941fa /changelog.d
parentMerge pull request #4423 from matrix-org/neilj/disable_msisdn_on_registration (diff)
parentRefactor to rewrite the SQL instead (diff)
downloadsynapse-12699a701f47cb6243b636588fb49c0b7fda9ca3.tar.xz
Merge pull request #4434 from matrix-org/erikj/fix_user_ips_dedup
Fix bug when removing duplicate rows from user_ips
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4434.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4434.misc b/changelog.d/4434.misc
new file mode 100644
index 0000000000..047061ed3c
--- /dev/null
+++ b/changelog.d/4434.misc
@@ -0,0 +1 @@
+Apply a unique index to the user_ips table, preventing duplicates.