forked from AkkomaGang/akkoma
remove unneeded index
This commit is contained in:
parent
58d5d9d7bf
commit
c5a44a59db
1 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,5 @@ def change 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