Merge remote-tracking branch 'pleroma/develop' into feature/disable-account
[akkoma] / priv / repo / migrations / 20190410152859_add_participation_updated_at_index.exs
1 defmodule Pleroma.Repo.Migrations.AddParticipationUpdatedAtIndex do
2 use Ecto.Migration
3
4 def change do
5 create index(:conversation_participations, ["updated_at desc"])
6 end
7 end