Sha256: 595ca406cc0c5c9fcc1683d10e8212162588cd203313241d26cc691e7d9d6a00
Contents?: true
Size: 207 Bytes
Versions: 2
Compression:
Stored size: 207 Bytes
Contents
# This migration comes from spree (originally 20150811210350) class RemoveMandatoryFromAdjustments < ActiveRecord::Migration def change remove_column :spree_adjustments, :mandatory, :boolean end end
Version data entries
2 entries across 2 versions & 1 rubygems