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