discourse/plugins/chat/db/post_migrate
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
..
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
20240829140227_drop_chat_mention_notifications_old_id_column.rb DEV: Drop old notification id columns (#28550) 2024-10-15 11:58:57 +03:00