forked from AkkomaGang/akkoma
add signing key index
This commit is contained in:
parent
2b1a252cc7
commit
d1d82782db
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
defmodule Pleroma.Repo.Migrations.AddSigningKeyIndex do
|
||||||
|
use Ecto.Migration
|
||||||
|
|
||||||
|
def change do
|
||||||
|
create_if_not_exists(index(:signing_keys, [:user_id], name: :signing_keys_user_id_index))
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in a new issue