Project

General

Profile

« Previous | Next » 

Revision f4459c11

Added by David Davis about 8 years ago

Refs #3809 - Turning on some rubocop cops

View differences:

db/migrate/20090714132448_create_hosts.rb
add_column :hosts, :root_pass, :string, :limit => 64
add_column :hosts, :serial, :string, :limit => 12
add_column :hosts, :puppetmaster, :string, :limit => 255
add_column :hosts, :puppet_status, :integer, :null => false, :default => 0
add_column :hosts, :puppet_status, :integer, :null => false, :default => 0
add_column :hosts, :domain_id, :integer
add_column :hosts, :architecture_id, :integer

Also available in: Unified diff