MatrixSynapse/synapse/storage
Mark Haines 7d709542ca Fix pep8 warnings 2014-10-30 11:10:17 +00:00
..
schema Bump database version number. 2014-10-17 20:26:18 +01:00
__init__.py Wrap preparing the database in a transaction. Otherwise it will take many seconds to complete because sqlite will create a transaction per statement 2014-10-24 19:04:26 +01:00
_base.py keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 2014-10-17 17:31:48 +01:00
directory.py
feedback.py
keys.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
pdu.py keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 2014-10-17 17:31:48 +01:00
presence.py
profile.py
registration.py
room.py
roommember.py Fix pep8 warnings 2014-10-30 11:10:17 +00:00
stream.py
transactions.py keep 'origin_server_ts' as 'ts' in the database to avoid needlessly updating schema 2014-10-17 17:31:48 +01:00