mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-24 23:31:00 +00:00
remove unneeded index
This commit is contained in:
parent
58d5d9d7bf
commit
c5a44a59db
|
@ -9,7 +9,5 @@ defmodule Pleroma.Repo.Migrations.CreateSigningKeyTable do
|
||||||
add :private_key, :text
|
add :private_key, :text
|
||||||
timestamps()
|
timestamps()
|
||||||
end
|
end
|
||||||
|
|
||||||
create unique_index(:signing_keys, [:key_id])
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue