summary refs log tree commit diff
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2019-08-22 16:10:05 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2019-08-22 16:10:05 +0100
commite8fc180d4dbcf8237769397652356ffa23a2e952 (patch)
treef19317534be3dac5ff8ff9a9ba5481c388e264dc
parentSimplify table structure (diff)
downloadsynapse-e8fc180d4dbcf8237769397652356ffa23a2e952.tar.xz
Fix up SQL schema delta
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
-rw-r--r--synapse/storage/schema/delta/56/stats_separated1.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/56/stats_separated1.sql b/synapse/storage/schema/delta/56/stats_separated1.sql
index d7418fdf1e..95daf8f53b 100644
--- a/synapse/storage/schema/delta/56/stats_separated1.sql
+++ b/synapse/storage/schema/delta/56/stats_separated1.sql
@@ -77,7 +77,7 @@ CREATE TABLE IF NOT EXISTS room_stats_current (
     -- If initial stats regen is still to be performed: NULL
     -- If initial stats regen has been performed: the maximum delta stream
     --  position that this row takes into account.
-    completed_delta_stream_id BIGINT,
+    completed_delta_stream_id BIGINT
 );