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/20151009084350_drop_ptables.rb
t.string :name, :limit => 64, :null => false
t.text :layout, :null => false
t.string :os_family, :limit => 255
t.timestamps
t.timestamps null: true
end
end
end

Also available in: Unified diff