mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-18 21:42:16 +00:00
Fixed deprecation warnings from migrations
This commit is contained in:
@@ -6,7 +6,7 @@ class CreateTournaments < ActiveRecord::Migration
|
||||
t.string :director
|
||||
t.string :director_email
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user