Sha256: 5fb765b2a533d7fded0f24740d4154b8eec9e806710deb0496b20f99cc4a9568

Contents?: true

Size: 150 Bytes

Versions: 7

Compression:

Stored size: 150 Bytes

Contents

class AddAddressTypeToKktShoppeTaxRates < ActiveRecord::Migration
  def change
    add_column :kkt_shoppe_tax_rates, :address_type, :string
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
kkt_shoppe-2.0.2 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb
kkt_shoppe-2.0.1 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb
kkt_shoppe-2.0.0 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb
kkt_shoppe-1.3.0 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb
kkt_shoppe-1.1.2 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb
kkt_shoppe-1.1.1 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb
kkt_shoppe-1.1.0 db/migrate/20131024201501_add_address_type_to_kkt_shoppe_tax_rates.rb