This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
presence_stream has many nullable fields #16467
Labels
A-Database
DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Task
Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Every column of
presence_stream
is nullable, but this doesn't really make sense. All of the columns are required exceptstatus_msg
, which can be null.The text was updated successfully, but these errors were encountered: