forked-synapse/synapse/storage/schema
Patrick Cloke 2a234b788e
Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15350)
Clean-up from adding the thread_id column, which was initially
null but backfilled with values. It is desirable to require it to now
be non-null.

In addition to altering this column to be non-null, we clean up
obsolete background jobs, indexes, and just-in-time updating
code.
2023-03-30 15:11:31 -04:00
..
common Snapshot schema 72 (#13873) 2022-09-26 18:28:32 +01:00
main Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15350) 2023-03-30 15:11:31 -04:00
state Snapshot schema 72 (#13873) 2022-09-26 18:28:32 +01:00
__init__.py Set thread_id column to non-null for event_push_{actions,actions_staging,summary} (#15350) 2023-03-30 15:11:31 -04:00
README.md update links to schema doc (#10620) 2021-08-17 10:45:35 +00:00

Synapse Database Schemas

This directory contains the schema files used to build Synapse databases. For more information, see https://matrix-org.github.io/synapse/develop/development/database_schema.html.