e22c6e57d9321d07944b3a3f274db6b0167e9417
[akkoma] / 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_if_not_exists(index(:conversation_participations, ["updated_at desc"]))
6 end
7 end