forked from AkkomaGang/akkoma
Drop superflous index.
This commit is contained in:
parent
ec546baee9
commit
29c261e75b
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
defmodule Pleroma.Repo.Migrations.DropObjectIndex do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
drop_if_exists index(:objects, [:data], using: :gin)
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue