Extract keys to their own table, match keyID #816

Merged
floatingghost merged 19 commits from keys-extraction into develop 2024-10-30 15:08:12 +00:00
Showing only changes of commit c5a44a59db - Show all commits

View file

@ -9,7 +9,5 @@ def change do
add :private_key, :text
timestamps()
end
create unique_index(:signing_keys, [:key_id])
end
end