DEV: Promote historical post-deploy migrations

This commit is contained in:
Roman Rizzi 2025-01-24 11:23:38 -03:00
parent 0fedf614c0
commit f8af38a13b
No known key found for this signature in database
GPG Key ID: 64024A71CE7330D3
2 changed files with 1 additions and 1 deletions

View File

@ -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