forked-synapse/synapse/storage/schema/delta/56
Richard van der Hoff bcd9132869
Undo the deletion of some tables (#6047)
This is a partial revert of #5893. The problem is that if we drop these tables
in the same release as removing the code that writes to them, it prevents users
users from being able to roll back to a previous release.

So let's leave the tables in place for now, and remember to drop them in a
subsequent release.

(Note that these tables haven't been *read* for *years*, so any missing rows
resulting from a temporary upgrade to vNext won't cause a problem.)
2019-09-19 15:06:27 +01:00
..
add_spans_to_device_lists.sql Propagate opentracing contexts through EDUs (#5852) 2019-08-22 18:21:10 +01:00
current_state_events_membership_mk2.sql Don't recreate column 2019-07-30 16:42:48 +01:00
current_state_events_membership.sql Don't recreate column 2019-07-30 16:42:48 +01:00
destinations_failure_ts.sql Add 'failure_ts' column to 'destinations' table (#6016) 2019-09-17 11:41:54 +01:00
fix_room_keys_index.sql add the version field to the index for e2e_room_keys 2019-08-14 17:14:40 -07:00
redaction_censor.sql Censor redactions in DB after a month 2019-08-30 11:29:17 +01:00
room_membership_idx.sql Remove lost comment 2019-07-29 16:09:48 +01:00
stats_separated.sql Fix and refactor room and user stats (#5971) 2019-09-04 13:04:27 +01:00
users_in_public_rooms_idx.sql Add missing index on users_in_public_rooms. (#5894) 2019-08-22 10:43:13 +01:00