forked from AkkomaGang/akkoma
Add count index for local users.
This commit is contained in:
parent
5637d163e6
commit
50dca016f2
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
defmodule Pleroma.Repo.Migrations.AddLocalIndexToUser do
|
||||
use Ecto.Migration
|
||||
|
||||
def change do
|
||||
create index(:users, [:local])
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue