summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-08-03 17:27:51 -0700
committerAndrew Morgan <andrew@amorgan.xyz>2020-08-03 17:27:51 -0700
commite8cc7b7f9c392f914eb0bd0624d3d273f8f4badf (patch)
tree31dd1fbcf8148828c13982d496e23046c3e2cbb3
parentMerge commit 'e29c44340' into anoa/dinsic_release_1_18_x (diff)
parentfix migration, again (diff)
downloadsynapse-e8cc7b7f9c392f914eb0bd0624d3d273f8f4badf.tar.xz
Merge commit 'b1beb3ff5' into anoa/dinsic_release_1_18_x
* commit 'b1beb3ff5':
  fix migration, again
  fix changelog
-rw-r--r--synapse/storage/data_stores/main/schema/delta/58/10drop_local_rejections_stream.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/data_stores/main/schema/delta/58/10drop_local_rejections_stream.sql b/synapse/storage/data_stores/main/schema/delta/58/10drop_local_rejections_stream.sql

index 20ebd52e63..eb57203e46 100644 --- a/synapse/storage/data_stores/main/schema/delta/58/10drop_local_rejections_stream.sql +++ b/synapse/storage/data_stores/main/schema/delta/58/10drop_local_rejections_stream.sql
@@ -19,4 +19,4 @@ added a table called 'local_rejections_stream'. This table is not used, and we drop it here for anyone who was affected. */ -DROP TABLE IF NOT EXISTS local_rejections_stream; +DROP TABLE IF EXISTS local_rejections_stream;