Add an id index to notifications

stable
rinpatch 6 years ago
parent b028b0f97d
commit 9725c93cea

@ -0,0 +1,7 @@
defmodule Pleroma.Repo.Migrations.CreateNotificationIdIndex do
use Ecto.Migration
def change do
create index(:notifications, ["id desc nulls last"])
end
end
Loading…
Cancel
Save