forked-synapse/synapse/storage/schema/main/delta/72
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
..
01add_room_type_to_state_stats.sql
01event_push_summary_receipt.sql
02event_push_actions_index.sql
03bg_populate_events_columns.py Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
03drop_event_reference_hashes.sql
03remove_groups.sql
04drop_column_application_services_state_last_txn.sql.postgres
04drop_column_application_services_state_last_txn.sql.sqlite
05receipts_event_stream_ordering.sql Add receipts event stream ordering (#13703) 2022-09-13 08:16:37 +01:00
05remove_unstable_private_read_receipts.sql
06add_consent_ts_to_users.sql
06thread_notifications.sql Update event push action and receipt tables to support threads. (#13753) 2022-09-14 17:11:16 +00:00
07force_update_current_state_events_membership.py Add type hints to schema deltas (#15497) 2023-04-27 12:44:53 +00:00
07thread_receipts.sql.postgres Update event push action and receipt tables to support threads. (#13753) 2022-09-14 17:11:16 +00:00
07thread_receipts.sql.sqlite Update event push action and receipt tables to support threads. (#13753) 2022-09-14 17:11:16 +00:00
08begin_cache_invalidation_seq_at_2.sql.postgres Make sequence cache_invalidation_stream_seq begin at 2 (#13766) 2022-09-13 16:14:28 +02:00
08thread_receipts.sql Update event push action and receipt tables to support threads. (#13753) 2022-09-14 17:11:16 +00:00
09partial_indices.sql.sqlite Use partial indices on SQLIte. (#13802) 2022-09-14 12:01:42 -04:00