Sha256: 45f8476301770f7f04025d5372071e2f6bf1695260723160a0d21d7eebc6ed0d
Contents?: true
Size: 244 Bytes
Versions: 10
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
10 entries across 10 versions & 2 rubygems