Skip to content
Snippets Groups Projects
Commit ff2945df authored by lain's avatar lain
Browse files

Index users by ap_id.

parent fcd34096
Branches
No related tags found
No related merge requests found
defmodule Pleroma.Repo.Migrations.AddUniqueIndexToAPID do
use Ecto.Migration
def change do
create unique_index(:users, [:ap_id])
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment