Fix the import votes for posts table to the new table (#29810)
This commit is contained in:
parent
d606ac3d8e
commit
f81bf31993
|
@ -1960,7 +1960,7 @@ class BulkImport::Generic < BulkImport::Base
|
|||
|
||||
votes = query(<<~SQL)
|
||||
SELECT *
|
||||
FROM votes
|
||||
FROM post_voting_votes
|
||||
WHERE votable_type = 'Post'
|
||||
SQL
|
||||
|
||||
|
|
Loading…
Reference in New Issue