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)
|
votes = query(<<~SQL)
|
||||||
SELECT *
|
SELECT *
|
||||||
FROM votes
|
FROM post_voting_votes
|
||||||
WHERE votable_type = 'Post'
|
WHERE votable_type = 'Post'
|
||||||
SQL
|
SQL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue