Participations: Add sort index.

stable
lain 6 years ago
parent cf353514fe
commit de57094fca

@ -0,0 +1,7 @@
defmodule Pleroma.Repo.Migrations.AddParticipationUpdatedAtIndex do
use Ecto.Migration
def change do
create index(:conversation_participations, ["updated_at desc"])
end
end
Loading…
Cancel
Save