Skip to content

Commit

Permalink
add unconfirmed_email column to db
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetwentyfour committed Oct 22, 2017
1 parent 1d62c1a commit f739add
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 272 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20171022144401_add_unconfirmed_email_to_users.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddUnconfirmedEmailToUsers < ActiveRecord::Migration[5.0]
def change
add_column :users, :unconfirmed_email, :string
end
end
Loading

0 comments on commit f739add

Please sign in to comment.