mirror of
https://github.com/discourse/discourse.git
synced 2025-02-13 14:55:06 +00:00
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…
x
Reference in New Issue
Block a user