Skip to content
Snippets Groups Projects
Commit 9725c93c authored by rinpatch's avatar rinpatch
Browse files

Add an id index to notifications

parent b028b0f9
Branches
No related tags found
No related merge requests found
defmodule Pleroma.Repo.Migrations.CreateNotificationIdIndex do
use Ecto.Migration
def change do
create index(:notifications, ["id desc nulls last"])
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment