diff --git a/db/post_migrate/20200715045152_remove_bookmarks_delete_when_reminder_sent.rb b/db/migrate/20200715045152_remove_bookmarks_delete_when_reminder_sent.rb similarity index 100% rename from db/post_migrate/20200715045152_remove_bookmarks_delete_when_reminder_sent.rb rename to db/migrate/20200715045152_remove_bookmarks_delete_when_reminder_sent.rb diff --git a/db/post_migrate/20200724060632_remove_deprecated_allowlist_settings.rb b/db/migrate/20200724060632_remove_deprecated_allowlist_settings.rb similarity index 100% rename from db/post_migrate/20200724060632_remove_deprecated_allowlist_settings.rb rename to db/migrate/20200724060632_remove_deprecated_allowlist_settings.rb diff --git a/db/post_migrate/20200728004302_drop_path_whitelist_from_embeddable_hosts.rb b/db/migrate/20200728004302_drop_path_whitelist_from_embeddable_hosts.rb similarity index 100% rename from db/post_migrate/20200728004302_drop_path_whitelist_from_embeddable_hosts.rb rename to db/migrate/20200728004302_drop_path_whitelist_from_embeddable_hosts.rb diff --git a/db/post_migrate/20200818084329_update_private_message_on_post_search_data.rb b/db/migrate/20200818084329_update_private_message_on_post_search_data.rb similarity index 100% rename from db/post_migrate/20200818084329_update_private_message_on_post_search_data.rb rename to db/migrate/20200818084329_update_private_message_on_post_search_data.rb diff --git a/db/post_migrate/20200903045539_add_index_topics_on_timestamps_private.rb b/db/migrate/20200903045539_add_index_topics_on_timestamps_private.rb similarity index 100% rename from db/post_migrate/20200903045539_add_index_topics_on_timestamps_private.rb rename to db/migrate/20200903045539_add_index_topics_on_timestamps_private.rb diff --git a/db/post_migrate/20201110110952_drop_github_user_infos.rb b/db/migrate/20201110110952_drop_github_user_infos.rb similarity index 100% rename from db/post_migrate/20201110110952_drop_github_user_infos.rb rename to db/migrate/20201110110952_drop_github_user_infos.rb diff --git a/plugins/discourse-narrative-bot/db/post_migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb b/plugins/discourse-narrative-bot/db/migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb similarity index 100% rename from plugins/discourse-narrative-bot/db/post_migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb rename to plugins/discourse-narrative-bot/db/migrate/20200520015508_clear_last_gravatar_download_attempt_on_user_avatars.rb diff --git a/plugins/poll/db/post_migrate/20180820080623_migrate_polls_data.rb b/plugins/poll/db/migrate/20180820080623_migrate_polls_data.rb similarity index 100% rename from plugins/poll/db/post_migrate/20180820080623_migrate_polls_data.rb rename to plugins/poll/db/migrate/20180820080623_migrate_polls_data.rb diff --git a/plugins/poll/spec/db/post_migrate/migrate_polls_data_spec.rb b/plugins/poll/spec/db/post_migrate/migrate_polls_data_spec.rb index 018f50ded8d..a22e819dd7f 100644 --- a/plugins/poll/spec/db/post_migrate/migrate_polls_data_spec.rb +++ b/plugins/poll/spec/db/post_migrate/migrate_polls_data_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true require 'rails_helper' -require_relative '../../../db/post_migrate/20180820080623_migrate_polls_data' +require_relative '../../../db/migrate/20180820080623_migrate_polls_data' RSpec.describe MigratePollsData do let!(:user) { Fabricate(:user, id: 1) }