mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-09 03:20:21 +00:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
class EligibleForAdjustments < ActiveRecord::Migration
|
|
def change
|
|
add_column :adjustments, :eligible, :boolean, :default => true
|
|
end
|
|
end
|