Sha256: 62476f7193cd64bd81e19f3998838042c78107f988a70516b2c2e7f3d3618139
Contents?: true
Size: 244 Bytes
Versions: 5
Compression:
Stored size: 244 Bytes
Contents
# frozen_string_literal: true # This migration comes from spree (originally 20201008213609) class AddDiscontinueOnToSpreeProducts < ActiveRecord::Migration[5.2] def change add_column :spree_products, :discontinue_on, :datetime end end
Version data entries
5 entries across 5 versions & 2 rubygems