diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-18 11:38:27 +0100 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-10-18 11:38:27 +0100 |
commit | 770a6053a09812d23f6761442bddeaf6ef219057 (patch) | |
tree | ce80489faf5cfae0fbb200036e48c7aade3276c3 /changelog.d | |
parent | use the right function for when we're already in runInteraction (diff) | |
download | synapse-770a6053a09812d23f6761442bddeaf6ef219057.tar.xz |
add note about database upgrade
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5759.misc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/5759.misc b/changelog.d/5759.misc index c0bc566c4c..dc7e2c01bf 100644 --- a/changelog.d/5759.misc +++ b/changelog.d/5759.misc @@ -1 +1,4 @@ -Allow devices to be marked as hidden, for use by features such as cross-signing. \ No newline at end of file +Allow devices to be marked as hidden, for use by features such as cross-signing. +This adds a new field with a default value to the devices field in the database, +and so the database upgrade may take a long time depending on how many devices +are in the database. |