discourse/plugins/chat/db
David Battersby c62d3610c6
PERF: Reduce overhead from chat message excerpt (#26712)
This change moves the chat message excerpt into a new database column (string) on the chat_messages table.

As part of this change, we will now set the excerpt within the `Chat::CreateMessage` service, and update it within the `Chat::UpdateMessage` service.
2024-04-25 14:29:00 +02:00
..
fixtures DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
migrate PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
post_migrate DEV: Drop user_id from chat_mentions (#25022) 2024-04-11 18:50:29 +04:00