eBooru/app/indexes
Earlopain 5201008347
[Elastic] Get rid of the prod special-case for index names
Aliases have been created to handle this.

Run this on your own instance to create the missing indicies
```
Post.__elasticsearch__.create_index!
PostVersion.__elasticsearch__.create_index!
Post.import
PostVersion.import
```
2023-05-30 18:43:45 +02:00
..
indexable.rb [Elastic] Get rid of the prod special-case for index names 2023-05-30 18:43:45 +02:00
post_index.rb
post_version_index.rb [Elastic] Get rid of the prod special-case for index names 2023-05-30 18:43:45 +02:00