Sha256: 9962ae1ae29845efaab1a11616898caabd2750c20023799e5cfa09fed2d845d9
Contents?: true
Size: 218 Bytes
Versions: 7
Compression:
Stored size: 218 Bytes
Contents
class AddExpiresInAndEstimateProseToRates < ActiveRecord::Migration[7.1] def change add_column :spree_shipping_rates, :estimate_prose, :text add_column :spree_shipping_rates, :expires_in, :datetime end end
Version data entries
7 entries across 7 versions & 1 rubygems