Sha256: 019f191596ab24ded1d8f02740886130cd6417feb0a336453020f10fa5e2c00b

Contents?: true

Size: 181 Bytes

Versions: 8

Compression:

Stored size: 181 Bytes

Contents

class AddHourlyPriceToServersAndVolumes < ActiveRecord::Migration
  def change
    add_column :servers, :hourly_rate, :float
    add_column :volumes, :hourly_rate, :float
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

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