forked-synapse/synapse/storage
Richard van der Hoff 0b27ae8dc3 move search reindex to schema 47
We're up to schema v47 on develop now, so this will have to go in there to have
an effect.

This might cause an error if somebody has already run it in the v46 guise, and
runs it again in the v47 guise, because it will cause a duplicate entry in the
bbackground_updates table. On the other hand, the entry is removed once it is
complete, and it is unlikely that anyone other than matrix.org has run it on
v46. The update itself is harmless to re-run because it deliberately copes with
the index already existing.
2018-02-13 16:44:46 +00:00
..
engines Optionally make committing to postgres asynchronous. 2016-06-20 17:53:38 +01:00
schema move search reindex to schema 47 2018-02-13 16:44:46 +00:00
util Fix assertion to stop transaction queue getting wedged 2017-03-15 12:16:55 +00:00
__init__.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
_base.py Merge branch 'develop' into matthew/search-all-local-users 2017-11-30 01:51:38 +00:00
account_data.py Avoid locking account_data tables for upserts 2017-11-16 18:08:01 +00:00
appservice.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
background_updates.py Reinstate event_search_postgres_gist handler 2018-02-02 14:32:51 +00:00
client_ips.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
deviceinbox.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
devices.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
directory.py Add shutdown room API 2017-06-19 12:37:27 +01:00
end_to_end_keys.py Remove redundant invalidation 2017-05-23 09:46:59 +01:00
event_federation.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
event_push_actions.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
events.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
filtering.py replaced json.dumps with encode_canonical_json 2017-06-21 14:48:12 +02:00
group_server.py Fix typo 2017-11-09 15:56:16 +00:00
keys.py Invalidate signing key cache when we gat an update 2017-09-20 01:32:42 +01:00
media_repository.py Fix error on sqlite 3.7 2017-11-21 11:14:17 +00:00
openid.py Add an openidish mechanism for proving to third parties that you own a given user_id 2016-05-05 13:42:44 +01:00
prepare_database.py DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00
presence.py Actually call invalidate 2017-03-24 13:28:20 +00:00
profile.py fix StoreError syntax 2017-12-05 11:09:31 +00:00
push_rule.py Increase size of push rule caches 2017-05-18 17:17:53 +01:00
pusher.py Avoid locking for upsert on pushers tables 2017-11-16 17:52:23 +00:00
receipts.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
registration.py Reinstate event_search_postgres_gist handler 2018-02-02 14:32:51 +00:00
rejections.py copyrights 2016-01-07 04:26:29 +00:00
room.py Handle thumbnail urls 2017-06-19 17:48:28 +01:00
roommember.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
search.py GIN reindex: Fix syntax errors, improve exception handling 2018-02-13 16:44:46 +00:00
signatures.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
state.py Pull out bits of StateStore to a mixin 2017-11-14 11:43:58 +00:00
stream.py Remove preserve_context_over_{fn, deferred} 2017-11-14 11:22:42 +00:00
tags.py User Cursor.__iter__ instead of fetchall 2017-03-23 17:53:49 +00:00
transactions.py Make __init__ consitstent across Store heirarchy 2017-11-13 10:46:07 +00:00
user_directory.py fix pep8 and tests 2017-12-04 15:11:38 +00:00