MatrixSynapse/synapse/storage
Andrew Morgan 0a6e837aaa
Fix incorrect placeholder syntax in database prepartion code (#7575)
We were using `logger` syntax which isn't supported by `Exception`s.
2020-05-27 16:26:59 +01:00
..
data_stores Replace device_27_unique_idx bg update with a fg one (#7562) 2020-05-26 11:43:17 +01:00
engines
schema
util
__init__.py
_base.py
background_updates.py
database.py Replace device_27_unique_idx bg update with a fg one (#7562) 2020-05-26 11:43:17 +01:00
keys.py
persist_events.py Add option to move event persistence off master (#7517) 2020-05-22 16:11:35 +01:00
prepare_database.py Fix incorrect placeholder syntax in database prepartion code (#7575) 2020-05-27 16:26:59 +01:00
presence.py
purge_events.py
push_rule.py
relations.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
roommember.py
state.py
types.py