Sha256: 0da20a7d7947ffe88b5945f83484bb8662d6a466f112eeb283d3c27de6ceb30d

Contents?: true

Size: 177 Bytes

Versions: 8

Compression:

Stored size: 177 Bytes

Contents

class AddTypeAndAccountIdToServers < ActiveRecord::Migration
  def change
    add_column :servers, :server_type, :string
    add_column :servers, :account_id, :string
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
crop-duster-0.0.14 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.13 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.12 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.11 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.10 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.9 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.8 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb
crop-duster-0.0.7 db/migrate/20140114141226_add_type_and_account_id_to_servers.rb