mirror of
https://github.com/discourse/discourse.git
synced 2025-03-01 08:49:20 +00:00
remove 0 view filter
This commit is contained in:
parent
88578f74d0
commit
35e1b52d54
@ -229,7 +229,7 @@ class ImportScripts::Lithium < ImportScripts::Base
|
||||
SELECT id, subject, body, deleted, user_id,
|
||||
post_date, views, node_id, unique_id
|
||||
FROM message2
|
||||
WHERE id = root_id #{TEMP} AND deleted = 0 AND views > 0
|
||||
WHERE id = root_id #{TEMP} AND deleted = 0
|
||||
ORDER BY node_id, id
|
||||
LIMIT #{BATCH_SIZE}
|
||||
OFFSET #{offset}
|
||||
|
Loading…
x
Reference in New Issue
Block a user