Adds comfirmed_hide_at to users

This commit is contained in:
kikito
2015-08-28 10:59:30 +02:00
parent a5e48693fe
commit 697d629aab
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddConfirmedHideAtToUsers < ActiveRecord::Migration
def change
add_column :users, :confirmed_hide_at, :datetime
end
end