1
0
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:
R.J. Osborne
2015-05-14 20:03:06 -04:00
parent 932944ffc9
commit f54937e9fe
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ class CreateTournaments < ActiveRecord::Migration
t.string :director
t.string :director_email
t.timestamps
t.timestamps null: true
end
end
end