Sha256: 93aeda849c62d51aa77be6f063be55d7300d48f4b66d08cc19ff09b374ccaf86
Contents?: true
Size: 230 Bytes
Versions: 2
Compression:
Stored size: 230 Bytes
Contents
# This migration comes from spree (originally 20150508044622) class AddResellableToReturnItems < ActiveRecord::Migration def change add_column :spree_return_items, :resellable, :boolean, default: true, null: false end end
Version data entries
2 entries across 2 versions & 1 rubygems