Guest User

Untitled

a guest
Dec 14th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. class AddGoogleSecretToAdminUser < ActiveRecord::Migration
  2. def change
  3. add_column :admin_users, :google_secret, :string
  4. add_column :admin_users, :mfa_secret, :string
  5. end
  6. end
Add Comment
Please, Sign In to add comment