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