Fix the import votes for posts table to the new table (#29810)

This commit is contained in:
Ruben Oussoren 2024-11-19 10:53:33 -05:00 committed by GitHub
parent d606ac3d8e
commit f81bf31993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1960,7 +1960,7 @@ class BulkImport::Generic < BulkImport::Base
votes = query(<<~SQL)
SELECT *
FROM votes
FROM post_voting_votes
WHERE votable_type = 'Post'
SQL