forked from AkkomaGang/akkoma
Remove index on object name used for excluding poll votes (replaced by just rewriting Note to Answer)
This commit is contained in:
parent
cfa588e357
commit
67bcc3ccc4
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddObjectIndexOnName do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create(index(:objects, ["(data->'name')"], name: :objects_name_index, using: :gin))
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue