diff options
author | Erik Johnston <erik@matrix.org> | 2018-11-22 18:11:13 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-02-13 14:22:59 +0000 |
commit | f57e71645a57e50b52591f6923536913c4996afe (patch) | |
tree | 621b035e23c0a7c8c6e3dcd110d3f3cff89dda67 | |
parent | Add backchatter (diff) | |
download | synapse-f57e71645a57e50b52591f6923536913c4996afe.tar.xz |
Missing file
-rw-r--r-- | synapse/storage/schema/delta/52/destination_health.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/52/destination_health.sql b/synapse/storage/schema/delta/52/destination_health.sql new file mode 100644 index 0000000000..17f8105b9e --- /dev/null +++ b/synapse/storage/schema/delta/52/destination_health.sql @@ -0,0 +1,7 @@ + + +CREATE TABLE IF NOT EXISTS destination_health( + destination TEXT NOT NULL PRIMARY KEY, + cost DOUBLE PRECISION +); + |