Participations: Add sort index.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user