discourse/plugins/chat/db/post_migrate
David Battersby 4a365bc4a2
FEATURE: prevent chat emails for messages created via SDK (#27875)
This change allows us to distinguish between regular user generated chat messages and those created via the Chat SDK.

A new created_by_sdk boolean column is added to the Chat Messages table. When this value is true, we will not include the message in the user summary email that is sent to users.
2024-07-12 10:57:14 +04:00
..
20230411023340_update_thread_reply_counts.rb DEV: Chat thread reply counter cache (#21050) 2023-04-11 15:40:25 +10:00
20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb DEV: Add last_message_id to channel and thread (#22488) 2023-07-13 10:28:11 +10:00
20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb DEV: Allow chat mentions to have several notifications (#24874) 2023-12-19 18:53:00 +04:00
20231227160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
20231227160005_make_type_on_chat_mentions_non_nullable.rb DEV: Redesign chat mentions (#24752) 2024-01-17 15:24:01 +04:00
20240408140000_drop_notification_id_from_chat_mentions.rb DEV: Drop chat_mention.notification_id column (#24800) 2024-04-11 17:15:57 +04:00
20240410130000_drop_user_id_from_chat_mentions.rb DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00
20240425133407_drop_chat_channels_last_message_sent_at.rb DEV: drop ignored columns (#26755) 2024-04-25 16:35:23 +02:00
20240516145911_update_user_options_for_thread_title_prompts.rb DEV: update thread title prompt migration (#27052) 2024-05-17 00:53:19 +04:00
20240711154622_update_chat_messages_created_by_sdk.rb FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00