mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
fix migration, again
This commit is contained in:
parent
e6fbb0c121
commit
b1beb3ff59
@ -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.
|
we drop it here for anyone who was affected.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DROP TABLE IF NOT EXISTS local_rejections_stream;
|
DROP TABLE IF EXISTS local_rejections_stream;
|
||||||
|
Loading…
Reference in New Issue
Block a user