mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-05-12 08:25:19 +00:00
Fixed deprecation warnings from migrations
This commit is contained in:
@@ -7,7 +7,7 @@ class CreateWrestlers < ActiveRecord::Migration
|
||||
t.integer :seed
|
||||
t.integer :original_seed
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user