MatrixSynapse/synapse
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
..
_scripts
api
app
appservice
config
crypto Fix well-known lookups with the federation certificate whitelist (#5997) 2019-09-14 04:58:38 +10:00
events
federation
groups
handlers v2 3PID Invites (part of MSC2140) (#5979) 2019-09-17 18:05:13 +01:00
http
logging
metrics
module_api
push
replication
res/templates
rest
server_notices
state
static
storage Undo the deletion of some tables (#6047) 2019-09-19 15:06:27 +01:00
streams
util
__init__.py
event_auth.py
notifier.py
python_dependencies.py
secrets.py
server.py
server.pyi
types.py
visibility.py