mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-24 04:27:59 +01:00
second one
This commit is contained in:
parent
ae651fd204
commit
0310c733e7
1 changed files with 1 additions and 1 deletions
|
@ -70,6 +70,6 @@ for role_def <- resources["roles"] do
|
||||||
end
|
end
|
||||||
|
|
||||||
IO.puts "---- Indexing content"
|
IO.puts "---- Indexing content"
|
||||||
Tag.reindex(Tag |> preload(^Tags.indexing_preloads()))
|
Elasticsearch.reindex(Tag |> preload(^Tags.indexing_preloads()), Tag)
|
||||||
|
|
||||||
IO.puts "---- Done."
|
IO.puts "---- Done."
|
||||||
|
|
Loading…
Reference in a new issue