From 5b51ed385666ddd49466cb0e26b2d669039251f7 Mon Sep 17 00:00:00 2001 From: Natalie Tay Date: Tue, 30 Jul 2024 01:14:03 +0800 Subject: [PATCH] DEV: Promote historic post_deploy migrations (#28128) This commit promotes all post_deploy migrations which existed in Discourse v3.2.0 (timestamp <= 20240112043325) --- .../20230411023340_update_thread_reply_counts.rb | 0 ...kfill_chat_channel_and_thread_last_message_ids_post_migrate.rb | 0 ...onship_between_chat_mentions_and_notifications_post_migrate.rb | 0 ...160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb | 0 .../20231227160005_make_type_on_chat_mentions_non_nullable.rb | 0 .../20230612134421_remove_old_polls_data_from_custom_fields.rb | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename plugins/chat/db/{post_migrate => migrate}/20230411023340_update_thread_reply_counts.rb (100%) rename plugins/chat/db/{post_migrate => migrate}/20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb (100%) rename plugins/chat/db/{post_migrate => migrate}/20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb (100%) rename plugins/chat/db/{post_migrate => migrate}/20231227160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb (100%) rename plugins/chat/db/{post_migrate => migrate}/20231227160005_make_type_on_chat_mentions_non_nullable.rb (100%) rename plugins/poll/db/{post_migrate => migrate}/20230612134421_remove_old_polls_data_from_custom_fields.rb (100%) diff --git a/plugins/chat/db/post_migrate/20230411023340_update_thread_reply_counts.rb b/plugins/chat/db/migrate/20230411023340_update_thread_reply_counts.rb similarity index 100% rename from plugins/chat/db/post_migrate/20230411023340_update_thread_reply_counts.rb rename to plugins/chat/db/migrate/20230411023340_update_thread_reply_counts.rb diff --git a/plugins/chat/db/post_migrate/20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb b/plugins/chat/db/migrate/20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb similarity index 100% rename from plugins/chat/db/post_migrate/20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb rename to plugins/chat/db/migrate/20230710040640_backfill_chat_channel_and_thread_last_message_ids_post_migrate.rb diff --git a/plugins/chat/db/post_migrate/20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb b/plugins/chat/db/migrate/20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb similarity index 100% rename from plugins/chat/db/post_migrate/20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb rename to plugins/chat/db/migrate/20231214180002_update_relationship_between_chat_mentions_and_notifications_post_migrate.rb diff --git a/plugins/chat/db/post_migrate/20231227160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb b/plugins/chat/db/migrate/20231227160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb similarity index 100% rename from plugins/chat/db/post_migrate/20231227160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb rename to plugins/chat/db/migrate/20231227160004_set_type_and_target_id_on_chat_mentions_post_migrate.rb diff --git a/plugins/chat/db/post_migrate/20231227160005_make_type_on_chat_mentions_non_nullable.rb b/plugins/chat/db/migrate/20231227160005_make_type_on_chat_mentions_non_nullable.rb similarity index 100% rename from plugins/chat/db/post_migrate/20231227160005_make_type_on_chat_mentions_non_nullable.rb rename to plugins/chat/db/migrate/20231227160005_make_type_on_chat_mentions_non_nullable.rb diff --git a/plugins/poll/db/post_migrate/20230612134421_remove_old_polls_data_from_custom_fields.rb b/plugins/poll/db/migrate/20230612134421_remove_old_polls_data_from_custom_fields.rb similarity index 100% rename from plugins/poll/db/post_migrate/20230612134421_remove_old_polls_data_from_custom_fields.rb rename to plugins/poll/db/migrate/20230612134421_remove_old_polls_data_from_custom_fields.rb