diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-17 11:41:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 11:41:54 +0100 |
commit | 1e19ce00bff8d67168d39201cdf9424f7b2f22f6 (patch) | |
tree | 7258ff60d38719b8c3dcda2249e7ce8169d5417f /changelog.d | |
parent | Fix well-known lookups with the federation certificate whitelist (#5997) (diff) | |
download | synapse-1e19ce00bff8d67168d39201cdf9424f7b2f22f6.tar.xz |
Add 'failure_ts' column to 'destinations' table (#6016)
Track the time that a server started failing at, for general analysis purposes.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6016.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6016.misc b/changelog.d/6016.misc new file mode 100644 index 0000000000..91cf164714 --- /dev/null +++ b/changelog.d/6016.misc @@ -0,0 +1 @@ +Add a 'failure_ts' column to the 'destinations' database table. |