matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.13k forks source link

`event_id` in `event_search` should have a `NOT NULL` constraint #16458

Open reivilibre opened 1 year ago

reivilibre commented 1 year ago

edit: oddly, matrix.org does have the NOT NULL constraint on this table. But librepush.net and reading the schema deltas shows that it doesn't in mainline Synapse...