1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 07:56:51 +00:00

fix migration, again

This commit is contained in:
Richard van der Hoff 2020-07-10 12:18:35 +01:00
parent e6fbb0c121
commit b1beb3ff59

View file

@ -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;