diff --git a/db/post_migrate/20240711102255_ensure_consistency.rb b/db/migrate/20240711102255_ensure_consistency.rb similarity index 100% rename from db/post_migrate/20240711102255_ensure_consistency.rb rename to db/migrate/20240711102255_ensure_consistency.rb diff --git a/spec/ensure_consistency_spec.rb b/spec/ensure_consistency_spec.rb index 7865c03..5eac26c 100644 --- a/spec/ensure_consistency_spec.rb +++ b/spec/ensure_consistency_spec.rb @@ -2,7 +2,7 @@ require "rails_helper" require Rails.root.join( - "plugins/discourse-topic-voting/db/post_migrate/20240711102255_ensure_consistency.rb", + "plugins/discourse-topic-voting/db/migrate/20240711102255_ensure_consistency.rb", ) describe EnsureConsistency do