Create index on activities.local

Cette révision appartient à :
Egor Kislitsyn 2019-06-03 18:57:24 +07:00
Parent 17a6f81f7b
révision 17004a0f1a

Voir le fichier

@ -0,0 +1,7 @@
defmodule Pleroma.Repo.Migrations.AddIndexOnActivitiesLocal do
use Ecto.Migration
def change do
create(index("activities", [:local]))
end
end