mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 02:53:41 +08:00
Fix the build.
This commit is contained in:
parent
40c6d90df3
commit
a4ec4c06e3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user