Removing timestamp creation - fields already created earlier
This commit is contained in:
parent
665bedc42a
commit
16540c64f9
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class AddDeviseToUsers < ActiveRecord::Migration
|
|||
|
||||
|
||||
# Uncomment below if timestamps were not included in your original model.
|
||||
t.timestamps null: false
|
||||
# t.timestamps null: false
|
||||
end
|
||||
|
||||
add_index :users, :email, unique: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue