mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Digest generation
This commit is contained in:
parent
ee2d93128c
commit
1bd4d9a7e6
5 changed files with 51 additions and 5 deletions
|
@ -0,0 +1,5 @@
|
|||
class ChangePublicKeyTypeToText < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :dnskeys, :public_key, :text
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue