Skip to content
Snippets Groups Projects
Commit 15aa94f4 authored by rinpatch's avatar rinpatch
Browse files

Merge branch 'fix/notification-id-index' into 'develop'

Add an `id desc nulls last` index to notifications

See merge request pleroma/pleroma!975
parents b028b0f9 9725c93c
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