mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-06 01:30:17 +01:00
Add a comment to old delta
This commit is contained in:
parent
34194aaff7
commit
ff3d810ea8
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ DROP INDEX IF EXISTS transactions_have_ref;
|
|||
-- and is used incredibly rarely.
|
||||
DROP INDEX IF EXISTS events_order_topo_stream_room;
|
||||
|
||||
-- an equivalent index to this actually gets re-created in delta 41, because it
|
||||
-- turned out that deleting it wasn't a great plan :/. In any case, let's
|
||||
-- delete it here, and delta 41 will create a new one with an added UNIQUE
|
||||
-- constraint
|
||||
DROP INDEX IF EXISTS event_search_ev_idx;
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue