Fix the build.

This commit is contained in:
Guo Xiang Tan 2020-08-27 13:49:24 +08:00
parent 40c6d90df3
commit a4ec4c06e3
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20

View File

@ -17,7 +17,7 @@ module Jobs
return
end
SiteSetting.search_recent_regular_posts_offset_post_id = self.regular_offset_post_id
SiteSetting.search_recent_regular_posts_offset_post_id = regular_offset_post_id
DB.exec(<<~SQL)
DROP INDEX IF EXISTS temp_idx_recent_regular_post_search_data;