mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-22 13:14:45 +00:00
Fixed deprecation warnings from migrations
This commit is contained in:
@@ -31,7 +31,7 @@ class DeviseCreateUsers < ActiveRecord::Migration
|
||||
# t.datetime :locked_at
|
||||
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: true
|
||||
end
|
||||
|
||||
add_index :users, :email, :unique => true
|
||||
|
||||
Reference in New Issue
Block a user