Remove index on object name used for excluding poll votes (replaced by just rewriting Note to Answer)

This commit is contained in:
rinpatch 2019-06-01 21:49:18 +03:00
parent cfa588e357
commit 67bcc3ccc4
1 changed files with 0 additions and 7 deletions

View File

@ -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