summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-11-22 18:11:13 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-02-13 14:22:59 +0000
commitf57e71645a57e50b52591f6923536913c4996afe (patch)
tree621b035e23c0a7c8c6e3dcd110d3f3cff89dda67
parentAdd backchatter (diff)
downloadsynapse-f57e71645a57e50b52591f6923536913c4996afe.tar.xz
Missing file
-rw-r--r--synapse/storage/schema/delta/52/destination_health.sql7
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
+);
+