Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Undo the deletion of some tables (#6047)
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
richvdh authored Sep 19, 2019
1 parent 62e3ff9 commit bcd9132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
2 changes: 1 addition & 1 deletion changelog.d/5893.misc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Drop some unused tables.
Stop populating some unused tables.
2 changes: 2 additions & 0 deletions changelog.d/6047.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Stop populating some unused tables.

20 changes: 0 additions & 20 deletions synapse/storage/schema/delta/56/drop_unused_event_tables.sql

This file was deleted.

0 comments on commit bcd9132

Please sign in to comment.