pleroma/priv/repo/migrations/20170620133028_add_object_a...

9 lines
258 B
Elixir
Raw Normal View History

2017-06-20 16:18:42 +02:00
defmodule Pleroma.Repo.Migrations.AddObjectActivityIndex do
use Ecto.Migration
def change do
2017-09-17 00:01:49 +02:00
# This was wrong, now a noop
# create index(:objects, ["(data->'object'->>'id')", "(data->>'type')"], name: :activities_create_objects_index)
2017-06-20 16:18:42 +02:00
end
end