Sha256: 70cf2c6b2770c1d2616adc569d385e37ddd874967633ac13564368c11b81898e
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
class ChangeLineItemMaxInstallmentsToEndDate < SolidusSupport::Migration[4.2] def change remove_column :solidus_subscriptions_line_items, :max_installments add_column :solidus_subscriptions_line_items, :end_date, :date end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_subscriptions-alpha-0.0.4 | db/migrate/20170106224713_change_line_item_max_installments_to_end_date.rb |