forked-synapse/synapse/storage/schema
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
..
delta Undo the deletion of some tables (#6047) 2019-09-19 15:06:27 +01:00
full_schemas fix maybe 2019-06-07 02:53:47 +10:00
schema_version.sql DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00