1
0

Fix up SQL schema delta

Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
Olivier Wilkinson (reivilibre)
2019-08-22 16:10:05 +01:00
parent 7b657f1148
commit e8fc180d4d
@@ -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
);