Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / repo / migrations / 20171024090137_drop_object_index.exs
1 defmodule Pleroma.Repo.Migrations.DropObjectIndex do
2 use Ecto.Migration
3
4 def change do
5 drop_if_exists index(:objects, [:data], using: :gin)
6 end
7 end