Skip to content

Commit

Permalink
missing space in migration generator (lynndylanhurley#1422)
Browse files Browse the repository at this point in the history
So everything is nicely aligned if you uncomment this
  • Loading branch information
ngouy authored Jul 25, 2020
1 parent b409997 commit bef1b0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ class DeviseTokenAuthCreate<%= user_class.pluralize.gsub("::","") %> < ActiveRec
add_index :<%= table_name %>, [:uid, :provider], unique: true
add_index :<%= table_name %>, :reset_password_token, unique: true
add_index :<%= table_name %>, :confirmation_token, unique: true
# add_index :<%= table_name %>, :unlock_token, unique: true
# add_index :<%= table_name %>, :unlock_token, unique: true
end
end

0 comments on commit bef1b0b

Please sign in to comment.