discourse/plugins/chat/app
Bianca Nenciu 8016fcab33
DEV: Drop old notification id columns (#28550)
The `id` column of `notifications` table and `notification_id` columns
of the other tables have been migrated to bigint in previous commits
(for example, 799a45a).

In order to run the migrations with zero downtime, the data had to be
copied to new columns and swapped, but the old columns have been kept
to allow for rollback. They are no longer needed now.
2024-10-15 11:58:57 +03:00
..
controllers/chat FEATURE: enable threading in chat DM channels (#29170) 2024-10-11 13:05:07 +04:00
jobs DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
models DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00
queries/chat FEATURE: Add ability to watch chat threads (#28639) 2024-09-02 16:45:55 +04:00
serializers/chat DEV: consolidate chat channel notification settings (#29080) 2024-10-08 13:13:01 +04:00
services/chat UX: Bump up chat delete messages limit (#29202) 2024-10-15 13:15:40 +10:00
validators/chat FIX: Remove chat default channel setting (#28170) 2024-07-31 14:12:10 -03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00