forked-synapse/synapse/storage/schema/main/delta/59
Patrick Cloke 6efa674004
Add type hints to schema deltas (#15497)
Cleans-up the schema delta files:

* Removes no-op functions.
* Adds missing type hints to function parameters.
* Fixes any issues with type hints.

This also renames one (very old) schema delta to avoid a conflict
that mypy complains about.
2023-04-27 12:44:53 +00:00
..
01ignored_user.py Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
02shard_send_to_device.sql
03shard_send_to_device_sequence.sql.postgres
04_event_auth_chains.sql
04_event_auth_chains.sql.postgres
04drop_account_data.sql
05cache_invalidation.sql
06chain_cover_index.sql
06shard_account_data.sql
06shard_account_data.sql.postgres
07shard_account_data_fix.sql
08delete_pushers_for_deactivated_accounts.sql
08delete_stale_pushers.sql
09rejected_events_metadata.sql
10delete_purged_chain_cover.sql
11add_knock_members_to_stats.sql Fix schema delta to not take as long on large servers (#10227) 2021-06-22 12:00:45 +01:00
11drop_thumbnail_constraint.sql.postgres
12account_validity_token_used_ts_ms.sql
12presence_stream_instance_seq.sql.postgres
12presence_stream_instance.sql
13users_to_send_full_presence_to.sql Use a database table to hold the users that should have full presence sent to them, instead of something in-memory (#9823) 2021-05-18 14:13:45 +01:00
14refresh_tokens.sql MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
15locks.sql Add a distributed lock (#10269) 2021-06-29 19:15:47 +01:00
16federation_inbound_staging.sql Handle inbound events from federation asynchronously (#10272) 2021-06-29 19:55:22 +01:00