summary refs log tree commit diff
path: root/synapse/storage/schema
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-18 10:11:14 +0100
committerErik Johnston <erik@matrix.org>2015-05-18 10:11:14 +0100
commitc71176858b9d58cfbe5520ad1dac8191c005fdc9 (patch)
tree001135b0a378ded2edd0dac8d16b6b1954ebebf7 /synapse/storage/schema
parentRemove debug logging (diff)
downloadsynapse-c71176858b9d58cfbe5520ad1dac8191c005fdc9.tar.xz
Newline, remove debug logging
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r--synapse/storage/schema/delta/19/event_index.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/19/event_index.sql b/synapse/storage/schema/delta/19/event_index.sql
index f3792817bb..3881fc9897 100644
--- a/synapse/storage/schema/delta/19/event_index.sql
+++ b/synapse/storage/schema/delta/19/event_index.sql
@@ -16,4 +16,4 @@
 
 CREATE INDEX events_order_topo_stream_room ON events(
     topological_ordering, stream_ordering, room_id
-);
\ No newline at end of file
+);