mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-20 06:02:39 +00:00
Fixed deprecation warnings from migrations
This commit is contained in:
@@ -9,7 +9,7 @@ class CreateMatches < ActiveRecord::Migration
|
||||
t.string :win_type
|
||||
t.string :score
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user