chore: Ensure null validation for private attribute in messages (#8085)

This commit is contained in:
Sojan Jose
2023-10-11 03:46:59 -04:00
committed by GitHub
parent cbae95422d
commit a3d008da06
4 changed files with 9 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
# content_type :integer default("text"), not null
# external_source_ids :jsonb
# message_type :integer not null
# private :boolean default(FALSE)
# private :boolean default(FALSE), not null
# processed_message_content :text
# sender_type :string
# sentiment :jsonb