Digest generation

This commit is contained in:
Martin Lensment 2014-10-14 10:55:02 +03:00
parent ee2d93128c
commit 1bd4d9a7e6
5 changed files with 51 additions and 5 deletions

View file

@ -0,0 +1,5 @@
class ChangePublicKeyTypeToText < ActiveRecord::Migration
def change
change_column :dnskeys, :public_key, :text
end
end