matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.

Home Page:https://matrix-org.github.io/synapse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rooms table has a bunch of nullable columns

clokep opened this issue · comments

See #16612 (comment), but rooms has the following nullable columns:

  • is_public
  • creator
  • room_version
  • has_auth_chain_index

The latter two were added to the table which is why they're nullable, but I suspect we can fill those in / add a constraint now?