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