forked from e621ng/e621ng
[Posts] Remove pixiv_id from elastic index
There's no trouble with just removing it in code. Eventually switching OpenSearch will clean this up properly
This commit is contained in:
parent
76963fe59d
commit
31b27ac1fd
@ -28,8 +28,6 @@ module PostIndex
|
||||
indexes :comment_count, type: 'integer'
|
||||
|
||||
indexes :file_size, type: 'integer'
|
||||
# TODO: Remove
|
||||
indexes :pixiv_id, type: 'integer'
|
||||
indexes :parent, type: 'integer'
|
||||
indexes :pools, type: 'integer'
|
||||
indexes :sets, type: 'integer'
|
||||
|
Loading…
Reference in New Issue
Block a user