element-hq / element-hq/synapse
rooms table has a bunch of nullable columns
Open
A-Database
T-Task
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 600
- Avg merge
- 5d 22h
- Merged PRs (30d)
- 51
Description
This issue has been migrated from [#16614](https://github.com/matrix-org/synapse/issues/16614).
---
See https://github.com/matrix-org/synapse/pull/16612#discussion_r1388011390, 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?
Contributor guide
Assessment
This issue has not been assessed yet.