Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

rooms table has a bunch of nullable columns #16614

Open
clokep opened this issue Nov 9, 2023 · 0 comments
Open

rooms table has a bunch of nullable columns #16614

clokep opened this issue Nov 9, 2023 · 0 comments
Labels
A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.

Comments

@clokep
Copy link
Member

clokep commented Nov 9, 2023

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?

@clokep clokep added T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db labels Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Projects
None yet
Development

No branches or pull requests

1 participant