Added TOTP toggle status to schema.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class AddTotpToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :totp, :string
|
||||
add_column :users, :totp_code, :string
|
||||
add_column :users, :totp_enabled, :boolean, default: false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user