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/20120110113051_create_subnet_domain.rb
t.references :domain
t.references :subnet
t.timestamps
t.timestamps null: true
end
Subnet.unscoped.find_each do |s|

Also available in: Unified diff