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/20090905150131_create_hostgroups.rb
create_table :hostgroups do |t|
t.string :name, :limit => 255
t.timestamps
t.timestamps null: true
end
create_table :hostgroups_puppetclasses, :id => false do |t|

Also available in: Unified diff