Add index to objects.

stable
Roger Braun 8 years ago
parent 73df2f8e5e
commit 40eb0e4c24

@ -0,0 +1,7 @@
defmodule Pleroma.Repo.Migrations.AddIndexToObjects do
use Ecto.Migration
def change do
create index(:objects, [:data], using: :gin)
end
end
Loading…
Cancel
Save