DEV: Promote historical post-deploy migrations (#229)

This commit is contained in:
Roman Rizzi 2025-01-24 11:50:41 -03:00 committed by GitHub
parent 0fedf614c0
commit 0390f3611e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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