mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-17 05:15:36 +00:00
Fixed deprecation warnings from migrations
This commit is contained in:
@@ -4,7 +4,7 @@ class CreateMats < ActiveRecord::Migration
|
||||
t.string :name
|
||||
t.integer :tournament_id
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user