Sha256: 09e8178506e595b186f69162b052821e1b716e2499c0b584f199d2c715fc3232

Contents?: true

Size: 216 Bytes

Versions: 4

Compression:

Stored size: 216 Bytes

Contents

class AddCountriesToTaxRatesAndDeliveryPrices < ActiveRecord::Migration
  def change
    add_column :shoppe_delivery_service_prices, :country_ids, :text
    add_column :shoppe_tax_rates, :country_ids, :text
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shoppe-0.0.15 db/migrate/20131020204719_add_countries_to_tax_rates_and_delivery_prices.rb
shoppe-0.0.14 db/migrate/20131020204719_add_countries_to_tax_rates_and_delivery_prices.rb
shoppe-0.0.13 db/migrate/20131020204719_add_countries_to_tax_rates_and_delivery_prices.rb
shoppe-0.0.12 db/migrate/20131020204719_add_countries_to_tax_rates_and_delivery_prices.rb