MatrixSynapse/synapse/storage
Daniel Wagner-Hall 7dfa455508 Remove size specifier for database column
Postgres doesn't support them like this.

We don't have a bool type in common between postgres and sqlite.
2015-11-23 18:35:25 +00:00
..
engines
schema Remove size specifier for database column 2015-11-23 18:35:25 +00:00
util
__init__.py
_base.py
appservice.py
background_updates.py
directory.py
end_to_end_keys.py
event_federation.py
events.py Implementation of state rollback in /sync 2015-11-13 10:58:56 +00:00
filtering.py
keys.py
media_repository.py
prepare_database.py s/private_user_data/account_data/ 2015-11-18 15:31:04 +00:00
presence.py
profile.py
push_rule.py
pusher.py
receipts.py
registration.py
rejections.py
room.py
roommember.py Ignore forgotten rooms in v2 sync 2015-11-19 14:54:47 -05:00
search.py Trailing whitespace 2015-11-12 15:36:43 +00:00
signatures.py
state.py Fix a few race conditions in the state calculation 2015-11-13 10:39:09 +00:00
stream.py
tags.py s/private_user_data/account_data/ 2015-11-18 15:31:04 +00:00
transactions.py