Files
openfoodnetwork/db/migrate/20120327000635_eligible_for_adjustments.rb
Andrew Spinks cd1938a74e spree install.
2012-03-27 11:06:49 +11:00

6 lines
145 B
Ruby

class EligibleForAdjustments < ActiveRecord::Migration
def change
add_column :adjustments, :eligible, :boolean, :default => true
end
end