Added ability to add public key to account.
This commit is contained in:
5
db/migrate/20171013001146_add_public_key_to_users.rb
Normal file
5
db/migrate/20171013001146_add_public_key_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPublicKeyToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :public_key, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user