Project

General

Profile

« Previous | Next » 

Revision cb271bde

Added by Sean O'Keeffe over 7 years ago

Fixes #18726 - Set null to true on migrations for Rails 5

View differences:

db/migrate/20101018120621_create_logs.rb
t.integer :report_id
t.integer :level_id
t.timestamps
t.timestamps null: true
end
add_index :logs, :report_id
add_index :logs, :message_id

Also available in: Unified diff