Sha256: f25c0b5bd6d6b229cc5566d21c66063480ab6a64688ccac45d9aca370259d242
Contents?: true
Size: 241 Bytes
Versions: 14
Compression:
Stored size: 241 Bytes
Contents
# This migration comes from spree (originally 20121213162028) class AddStateToSpreeAdjustments < ActiveRecord::Migration def change add_column :spree_adjustments, :state, :string remove_column :spree_adjustments, :locked end end
Version data entries
14 entries across 14 versions & 7 rubygems