mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
This commit renames the two unused and historical bits of the 'fields' bitfield of the 'UserMessage' and 'ArchivedUserMessage' tables. * 'summarize_in_home' to 'topic_wildcard_mentioned' * 'summarize_in_stream' to 'group_mentioned' The 'group_mentioned' flag doesn't affect the feature, but completing the work here helps to save future migration and indexing efforts on the UserMessage table, as we plan to use this flag in the future for group mentions. The unused bits may have old data; we'll clear that in a separate commit. It creates the 'zerver_usermessage_any_mentioned_message_id' index concurrently.
83 KiB
83 KiB