mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-17 13:24:36 +00:00
Fixed deprecation warnings from migrations
This commit is contained in:
@@ -3,7 +3,7 @@ class CreateWeights < ActiveRecord::Migration
|
||||
create_table :weights do |t|
|
||||
t.integer :max
|
||||
|
||||
t.timestamps
|
||||
t.timestamps null: true
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user