Browse Source

fix migration, again

Richard van der Hoff 3 years ago
parent
commit
b1beb3ff59

+ 1 - 1
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;