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

Add an id index to notifications

parent b028b0f9
No related branches found
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.
Finish editing this message first!
Please register or to comment