mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Review Changes for f4f8a293e7.
This commit is contained in:
@@ -2,8 +2,8 @@ class CreateUserSecondFactors < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :user_second_factors do |t|
|
||||
t.integer :user_id, null: false
|
||||
t.string :method
|
||||
t.string :data
|
||||
t.integer :method, null: false
|
||||
t.string :data, null: false
|
||||
t.boolean :enabled, null: false, default: false
|
||||
t.timestamp :last_used
|
||||
t.timestamps
|
||||
|
||||
Reference in New Issue
Block a user