Archived
Installed TOTP gem and added TOTP column to schema.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddTotpToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :totp, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user