discourse/plugins/chat/db/post_migrate
Alan Guo Xiang Tan 322a3be2db
DEV: Remove logical OR assignment of constants (#29201)
Constants should always be only assigned once. The logical OR assignment
of a constant is a relic of the past before we used zeitwerk for
autoloading and had bugs where a file could be loaded twice resulting in
constant redefinition warnings.
2024-10-16 10:09:07 +08:00
..
20240408140000_drop_notification_id_from_chat_mentions.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
20240410130000_drop_user_id_from_chat_mentions.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
20240425133407_drop_chat_channels_last_message_sent_at.rb DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08: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