Archived
Added ability to add public key to account.
This commit is contained in:
@@ -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