synapse/synapse/storage/schema/main/delta/74
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
..
01_user_directory_stale_remote_users.sql Preparatory work to fix the user directory assuming that any remote membership state events represent a profile change. [rei:userdirpriv] (#14755) 2023-03-16 09:55:19 +00:00
02_set_device_id_for_pushers_bg_update.sql Make cleaning up pushers depend on the device_id instead of the token_id (#15280) 2023-03-24 11:09:39 -04:00
03_membership_tables_event_stream_ordering.sql.postgres Re re introduce membership tables event stream ordering (#15356) 2023-04-25 09:44:29 +01:00
03_membership_tables_event_stream_ordering.sql.sqlite Re re introduce membership tables event stream ordering (#15356) 2023-04-25 09:44:29 +01:00
03_room_membership_index.sql Speed up membership queries for users with forgotten rooms (#15385) 2023-04-04 14:11:34 +01:00
04_delete_e2e_backup_keys_for_deactivated_users.sql Delete server-side backup keys when deactivating an account. (#15181) 2023-04-04 20:16:08 +00:00
04_membership_tables_event_stream_ordering_triggers.py Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
05_events_txn_id_device_id.sql Experimental support for MSC3970: per-device transaction IDs (#15318) 2023-04-25 09:37:09 +01:00
90COMMENTS_destinations.sql.postgres